mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-15 08:51:50 +02:00
Compare commits
4 commits
d6842e86be
...
6040e842dd
Author | SHA1 | Date | |
---|---|---|---|
![]() |
6040e842dd | ||
![]() |
c2db991ffd | ||
![]() |
794f26f767 | ||
![]() |
85eccb74b2 |
3 changed files with 1160 additions and 0 deletions
|
@ -5,6 +5,10 @@ This document describes changes between each past release.
|
||||||
## 6.2.0 (unreleased)
|
## 6.2.0 (unreleased)
|
||||||
|
|
||||||
- Add support for python 3.12 (#757)
|
- Add support for python 3.12 (#757)
|
||||||
|
- Migrate from setup.cfg to pyproject.toml (#1243)
|
||||||
|
- Update to wtforms 3.1 (#1248)
|
||||||
|
- Document [repository rules](https://ihatemoney.readthedocs.io/en/latest/contributing.html#repository-rules) (#1253)
|
||||||
|
- Add "reimbursement" bills and allow to create them directly from the "Settle" page (#1290)
|
||||||
- Remove support for python 3.7
|
- Remove support for python 3.7
|
||||||
- Replace the black linter by ruff
|
- Replace the black linter by ruff
|
||||||
- Replace virtualenv and pip by uv
|
- Replace virtualenv and pip by uv
|
||||||
|
|
|
@ -15,6 +15,7 @@ APPLICATION_ROOT = "/"
|
||||||
ENABLE_CAPTCHA = False
|
ENABLE_CAPTCHA = False
|
||||||
LEGAL_LINK = ""
|
LEGAL_LINK = ""
|
||||||
SUPPORTED_LANGUAGES = [
|
SUPPORTED_LANGUAGES = [
|
||||||
|
"az",
|
||||||
"ca",
|
"ca",
|
||||||
"cs",
|
"cs",
|
||||||
"de",
|
"de",
|
||||||
|
|
1155
ihatemoney/translations/az/LC_MESSAGES/messages.po
Normal file
1155
ihatemoney/translations/az/LC_MESSAGES/messages.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue