Skip to content

Releases: Patitotective/ImTemplate

v2.0.0

12 Jan 00:06
f401106
Compare
Choose a tag to compare

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

20 Jun 15:06
fe848cb
Compare
Choose a tag to compare
  • 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

29 May 21:52
Compare
Choose a tag to compare

What's Changed?

  • Now ImTemplate is an actual template, not an example.
  • The example code is now on ImDemo

v0.2.0

24 May 00:29
Compare
Choose a tag to compare

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

11 May 00:59
Compare
Choose a tag to compare

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)