Bump version to v0.5.2

This commit is contained in:
miruka 2020-06-26 07:06:56 -04:00
parent 604daed5fe
commit 0c9474598c
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,6 @@
- device list keyboard navigation
- device IP geolocation
- field/area focus line in popups weird
- unregister popup/menu when destroyed without being closed
- menu click-through padding to close it easily
- show scrollbars for a few secs if there's content to scroll on beginning
@ -13,7 +12,8 @@
- can leave room with a reason?
- use new nio `restore_login()`
- verify all popups and boxes work: enter/esc, tab focus, operations
- verify all popups and box-pages work: enter/esc, tab focus, operations
- write changelog
- update requirements.txt and flatpak nio version
## Refactoring

View File

@ -13,4 +13,4 @@ documentation in the following modules first:
__app_name__ = "mirage"
__display_name__ = "Mirage"
__version__ = "0.5.1"
__version__ = "0.5.2"

View File

@ -81,7 +81,7 @@ int main(int argc, char *argv[]) {
QApplication::setOrganizationName("mirage");
QApplication::setApplicationName("mirage");
QApplication::setApplicationDisplayName("Mirage");
QApplication::setApplicationVersion("0.5.1");
QApplication::setApplicationVersion("0.5.2");
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication app(argc, argv);