v0.5.0 #31
tseli0s
announced in
Announcements
v0.5.0
#31
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release
This release is the first fully-complete release of NvDialog, focusing largely on stability. From now on, new features will only be added if all backends support them. There was an exception for the styling API (See the changelog below) as it could only be implemented for Gtk3.
Changelog
NvdCSSManager
).NvdNotification
).nvd_stringify_error
returning invalid pointer, causing undefined behavior.-
NVD_FILE_INACCESSIBLE
(A file NvDialog tried to access is not accessible),-
NVD_BACKEND_INVALID
(A backend is invalid, eg. A symbol can't be accessed)NVD_VERSION
macro -- Stores the compile time version of NvDialog to theNvdVersion
variable passed.nvd_*_get_raw()
functions -- Allows to get the window implementation behind the dialog to use for the styling API.pkg-config
script to make NvDialog compatible with other build systems.Adwaita
backend, theNvdAboutDialog
will now useAdwAboutWindow
instead, to make development easier.NvdFileDialog
support for save file dialog, mostly working.Full Changelog: v0.3.0...v0.5.0
This discussion was created from the release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions