Releases: Patitotective/ImTemplate
Releases · Patitotective/ImTemplate
v2.0.0
What's Changed
- Now the settings' settings and the configuration are Nim code (and statically checked).
- External dialogs now are created on spawned threads to not block the main app.
- Added error dialog when the preferences file is corrupted.
- And more.
Full Changelog: 0.4.2...2.0.0
v0.4.0
- Updated to niprefs v0.3.3 and imstyle v0.3.2 (TOML), niprefs v0.3.3 is way efficient since the preferences file is now only updated when the app is terminated.
- Aligning labels on prefsmodal by text width fixing alignment when using no monospace fonts.
- Removed push/pop disabled procedures, use begin/end procedures.
Full Changelog: 0.3.0...0.4.0
v0.3.0
v0.2.0
What's Changed
- Implemented 7GUIs tasks and Dear ImGui demo's basic widgets.
- Data resources support (bundled right into the binary).
- Added Windows support.
- Added updateable AppImages support.
Full Changelog: 0.1.0...0.2.0
0.1.0
Commits
- 9822d8d: Update README.md (Pat)
- 6e45c6e: Changed images location (Pat)
- 6e7d86b: Removed screenshots (Patitotective)
- Preferences were being overwritten every time you ran the app (Patitotective)