Compare commits
3 commits
4568b4659e
...
598de6b91a
Author | SHA1 | Date | |
---|---|---|---|
598de6b91a | |||
20483524d1 | |||
9bbdfc1eb9 |
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue