Skip to content

Commit

Permalink
Version 1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brookite committed Oct 12, 2023
1 parent 8fb1868 commit 4194123
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/appinfo.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION_NAME = "1.0 RC3"
BUILD_NUMBER = 1158
VERSION_NAME = "1.1"
BUILD_NUMBER = 1201
Binary file modified app/resources/i18n/bookshelf_ru_RU.qm
Binary file not shown.
5 changes: 5 additions & 0 deletions app/resources/i18n/bookshelf_ru_RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
<location filename="../../widgets/book.py" line="63"/>
<source>Set external thumbnails</source>
<translation>Установить эскиз из хранилища</translation>
</message>
<message>
<location filename="../../widgets/book.py" line="63"/>
<source>Open folder</source>
<translation>Открыть папку</translation>
</message>
<message>
<location filename="../../widgets/book.py" line="122"/>
Expand Down
2 changes: 1 addition & 1 deletion app/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,6 @@ def about(self):
QMessageBox.about(self, tr("About Project Bookshelf"),
'<p><b>' + f'Project Bookshelf {VERSION_NAME}' + '</b></p>'
+ tr('Elegant bookshelf for your documents') + '<br>'
+ tr('Author: ') + "Brookit, 2022"
+ tr('Author: ') + "Brookit, 2023"
+ '<br><a href="https://github.com/brookite">GitHub</a>')

0 comments on commit 4194123

Please sign in to comment.