Skip to content

Releases: GamesTrap/ModernDialogs

Version 1.2.0

27 Apr 11:59
d6272b5

Choose a tag to compare

1.2.0 (2025-04-27)

No ABI breaking changes

Breaking changes:

ShowMsgBox() now returns MD::Selection::None if no usable dialog backend is available (Linux)

Other changes:

  • Major refactor of implementation
  • Various bug fixes
    • Fixed multiple dialog commands
    • Fixed TKinter3Present() not working correctly
  • Reduced dependence on fixed string sizes (i.e. MaxPathOrCMD)
  • Improved XPropPresent() check
  • GetEnvDISPLAY() Added check for WAYLAND_DISPLAY
  • DetectPresence() Replaced which with command
  • Improved GHA workflow
    • Added x86 builds
    • Added builds for C++20
    • Build with release configuration
  • Updated premake5 binaries

Full Changelog: v1.1.3...v1.2.0

Version 1.1.3

18 Jun 13:07
fea6fa0

Choose a tag to compare

1.1.3 (2023-06-18)

What's changed

Bug fixes

  • Fixed GCC 13 missing include error (fea6fa0)

Full Changelog: v1.1.2...v1.1.3

Version 1.1.2

23 Aug 14:33
ec395fb

Choose a tag to compare

1.1.2 (2022-08-23)

What's changed

Bug fixes

  • Fixed FilenameValid() returning false on valid file names. (This affected MD::SaveFile())

Full Changelog: v1.1.1...v1.1.2

Version 1.1.1

05 Jun 03:42

Choose a tag to compare

1.1.1 (2022-06-05)

What's Changed

Continuous Integration

  • Replaced Travis CI with GitHub Actions

Other Changes

Full Changelog: v1.1.0...v1.1.1

Version 1.1.0

03 May 03:54
1239a65

Choose a tag to compare

Added MessageBox support
Changed name from ModernFileDialogs to ModernDialogs
Updated Screenshots
Updated README

Version 1.0.1

23 Mar 00:15
f6e29c0

Choose a tag to compare

Added 32 bit support.
Added Screenshots.

Version 1.0.0

10 Nov 02:21

Choose a tag to compare

First Release version.