Merge tag 'v0.4.0' into dev

This commit is contained in:
bursa-pastoris 2023-12-23 12:29:44 +01:00
commit ab69ca0aa9
3 changed files with 8 additions and 2 deletions

View File

@ -26,4 +26,4 @@ IMGPATH = config["Resources"]["ImgPath"]
# Private # Private
TMPVOICEDIR = 'tmp' TMPVOICEDIR = 'tmp'
LOGDIR = 'log' LOGDIR = 'log'
VERSION = '0.4.0-alpha' VERSION = '0.4.0'

View File

@ -3,6 +3,12 @@ gitea: none
include_toc: true include_toc: true
--- ---
## v0.4.0
### Misc
- Fix `VERSION` in `constants.py` to allow Telegram markup
- Fix Italian translation
## v0.4.0-alpha ## v0.4.0-alpha
### Features ### Features

View File

@ -293,7 +293,7 @@ msgstr "Cosa dovrei dire?"
#: albatrobot.py:391 #: albatrobot.py:391
#, python-brace-format #, python-brace-format
msgid "Voice message from {sender_name}." msgid "Voice message from {sender_name}."
msgstr "" msgstr "Messaggio vocale da {sender_name}."
#: albatrobot.py:416 #: albatrobot.py:416
msgid "add `n` to the roll" msgid "add `n` to the roll"