Releases: GamesTrap/ModernDialogs
Releases · GamesTrap/ModernDialogs
Version 1.2.0
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_DISPLAYDetectPresence()Replacedwhichwithcommand- 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
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
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
1.1.1 (2022-06-05)
What's Changed
Continuous Integration
- Replaced Travis CI with GitHub Actions
Other Changes
- Updated License
- Resolved more warnings 508e07a
- Resolve warnings by @Vaani-del in #1
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0
Added MessageBox support
Changed name from ModernFileDialogs to ModernDialogs
Updated Screenshots
Updated README
Version 1.0.1
Added 32 bit support.
Added Screenshots.
Version 1.0.0
First Release version.