Releases: davidsaulrodriguez/vala-and-gtk-starter
Releases · davidsaulrodriguez/vala-and-gtk-starter
0.2.0
Gschema Setting Implemented
New Features
- First-Run detection (detect if it is the first time ever running this app)
- Set default window size to 640 x 480 (on first run)
- Set default window position to center of screen (on first run)
- Remember window size when resized after closing the app
- Remember window position when moved after closing the app
- Automatically reopen window in the last size and position that it was previously closed at
0.1.0
Initial Development Release
- Basic Window
- Basic Title bar
- Meson Build System