Compare commits

...

3 commits

Author SHA1 Message Date
598de6b91a
[CI/CD] Only push tags to Github on the second git push command.
Some checks failed
continuous-integration/drone/push Build is failing
2024-07-27 15:36:22 +02:00
20483524d1
Updated CHANGELOG. 2024-07-27 15:34:29 +02:00
9bbdfc1eb9
[CI/CD] Mirror also tags to Github. 2024-07-27 15:31:50 +02:00
2 changed files with 10 additions and 0 deletions

View file

@ -11,3 +11,4 @@ git pull --rebase github "$(git branch | head -1 | awk '{print $2}')" || echo "N
# Push the changes to the GitHub mirror
git push --all -v github
git push --tags

View file

@ -1,5 +1,14 @@
# Changelog
## [Unreleased]
- Added static `/login` and `/register` Flask fallback routes to prevent 404 if
the client doesn't have JavaScript enabled.
- Fixed `apt` packages for Debian oldstable after the `setup.py` to
`pyproject.toml` migration.
- Fixed license string in the `pyproject.toml`.
## [1.2.0]