Files
blag/debian/changelog
Bastian Venthur f09b30d069 bump version
2023-08-27 15:28:39 +02:00

111 lines
4.0 KiB
Plaintext

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