v0.8.1
This is a patch release that fixes some bugs from the v0.8.0 release. Read the changelog below for further details. If you intend to run your application on Apple-based systems, then an upgrade may be necessary.
Changelog
- MacOS about dialog support returned (#50)
- (BREAKING) Removed first parameter on
nvd_init
, which was already unused since v0.7 (Previously compiled executables may not work) - Fixed some compiler warnings on Windows.
- Add icon support for
NvdAboutDialog
on Windows. (This may not work as expected yet, the next release will fix any bugs, especially with Wine) - Many improvements in
NvdAboutDialog
on Gtk3. - Documentation improvements
- Fix
NvdAboutDialog
on Linux not having an icon. NvdDialogBox
will no longer be marked as a popup on Linux/Gtk3. This will fix incorrect positioning on Wayland/GNOME.
Full Changelog: v0.8.0...v0.8.1