File: changelog

package info (click to toggle)
blag 2.3.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: python: 1,037; makefile: 71
file content (167 lines) | stat: -rw-r--r-- 6,065 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
blag (2.3.3) unstable; urgency=medium

  * Fixed Atom feed encoding to 'utf-8'
  * Added Python 3.13 to github actions
  * `requirements*.txt` files are handled by pip-tools. Updates are handled by
    make update-requirements based on the dependencies described in the
    pyproject.toml

 -- Bastian Venthur <venthur@debian.org>  Sun, 27 Apr 2025 11:42:13 +0200

blag (2.3.2) unstable; urgency=medium

  * Ignore FileNotFoundError when trying to get the last modified time of
    files in directories. This happens for example with temporary emacs files.
  * Added changelog to docs
  * removed ruff's target-version from pyproject.toml, this value defaults to
    the projects requires-python

 -- Bastian Venthur <venthur@debian.org>  Sun, 13 Oct 2024 20:12:29 +0200

blag (2.3.1) unstable; urgency=medium

  * added manpage
  * added makefile target for generating blog's manpage
  * added makefile target for serving blags docs locally
  * mkdocs: disabled loading of google fonts, using locally installed system
    fonts instead
  * Debian: simplified html docs directory for blag-doc package
  * Debian: changed section in debian/control from Python to Web
  * updated dependencies

 -- Bastian Venthur <venthur@debian.org>  Sat, 06 Jul 2024 15:33:36 +0200

blag (2.3.0) unstable; urgency=medium

  * fixed devsever so it does not crash anymore when the (re-)build fails
  * dropped support for Python 3.8 and 3.9
  * updated dependencies

 -- Bastian Venthur <venthur@debian.org>  Wed, 24 Apr 2024 22:25:31 +0200

blag (2.2.1) unstable; urgency=medium

  * fixed suggests field to blag-doc (Closes: #1055769)

 -- Bastian Venthur <venthur@debian.org>  Sat, 11 Nov 2023 10:57:06 +0100

blag (2.2.0) unstable; urgency=medium

  * switched from flake8 to ruff
  * added missing docstrings
  * fixed dev requirements in pyproject, still pointing to sphinx
  * added Python3.12 to test suite
  * removed watch file again

 -- Bastian Venthur <venthur@debian.org>  Sun, 05 Nov 2023 17:08:09 +0100

blag (2.1.0) unstable; urgency=medium

  * default theme: `img` have now `max-width: 100%` by default to avoid very
    large images overflowing
  * packaging: explicitly list `templates`, `static` and `content` as packages
    instead of relying on package-data for setuptools. additionally, created a
    MANIFEST.in to add the contents of these directories here as well. the
    automatic finding of namespace packages and packaga-data, currently does
    not work as advertised in setuptools' docs
  * updated dependencies
  * created debian/watch

 -- Bastian Venthur <venthur@debian.org>  Sun, 27 Aug 2023 15:27:39 +0200

blag (2.0.0) unstable; urgency=medium

  * new upstream version

  * breaking:
    * blag does not use default fallback templates anymore and will return an
      error if it is unable to find required templates, e.g. in `templates/`.
      Users upgrading from older versions can either run `blag quickstart`
      (don't forget to backup your `config.ini` or copy the templates from
      blag's resources (the resource path is shown in the error message).
      New users are not affected as `blag quickstart` will generate the needed
      templates.
    * Split former archive page which served as index.html into "index" and
      "archive", each with their own template, respectively. Index is the
      landing page and shows by default only the latest 10 articles. Archive
      shows the full list of articles.
      If you used custom templates,
      * you should create an "index.html"-template (take blag's default one as
        a starting point)
      * you may want to include the new "/archive.html" link somewhere in your
        navigation

  * Changes:
    * blag comes now with a simple yet good looking default theme that
      supports syntax highlighting and a light- and dark theme.
    * apart from the generated configuration, `blag quickstart` will now also
      create the initial directory structure, with the default template, the
      static directory with the CSS files and the content directory with some
      initial content to get the user started
    * Added a make target to update the pygments themes
    * updated dependencies:
      * markdown 3.4.3
      * pygments 2.15.1
      * pytest 7.3.2
      * types-markdown 3.4.2.9
      * build 0.10.0
    * Switched from sphinx to mkdocs
    * fixed pyproject.toml to include tests/conftest.py

 -- Bastian Venthur <venthur@debian.org>  Fri, 16 Jun 2023 22:34:29 +0200

blag (1.5.0) unstable; urgency=medium

  * new upstream version
  * moved to pyproject.toml
  * added python 3.11 to test suite
  * break out lint and mypy from test matrix and only run on linux- and latest
    stable python to make it a bit more efficient
  * added dependabot check for github actions
  * updated dependencies:
    * mypy 1.2.0
    * types-markdown 3.4.2.1
    * pytest-cov 4.0.0
    * sphinx 5.3.0
    * pytest 7.3.0
    * flake8 6.0.0
    * twine 4.0.2
    * wheel 0.40.0

 -- Bastian Venthur <venthur@debian.org>  Sun, 16 Apr 2023 10:48:18 +0200

blag (1.4.1) unstable; urgency=medium

  * Applied multi-arch fix by debian-janitor

 -- Bastian Venthur <venthur@debian.org>  Thu, 29 Sep 2022 20:41:28 +0200

blag (1.4.0) unstable; urgency=medium

  * added type hints and mypy --strict to test suite
  * improved default template

 -- Bastian Venthur <venthur@debian.org>  Thu, 01 Sep 2022 18:59:11 +0200

blag (1.3.2) unstable; urgency=medium

  * Added --version option
  * Improved quickstart:
    * respective default answers will be written to config if user provided no
      answer
    * added tests for quickstart
  * Added some test cases for the MarkdownLinktreeProcessor

 -- Bastian Venthur <venthur@debian.org>  Wed, 29 Jun 2022 21:27:15 +0200

blag (1.3.1) unstable; urgency=medium

  * re-upload with man pages

 -- Bastian Venthur <venthur@debian.org>  Fri, 10 Jun 2022 07:26:19 +0200

blag (1.3.0) unstable; urgency=medium

  * Initial release. Closes: #1012584

 -- Bastian Venthur <venthur@debian.org>  Sun, 05 Jun 2022 15:20:48 +0200