mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 12:01:31 +11:00
b8005fe84e
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
5.3 KiB
5.3 KiB
Changelog
[0.6.0]
ac14222
(#69) Addcommon-controls-v6
feature flag, disabled by default, which could be used to enable usage ofTaskDialogIndirect
API fromComCtl32.dll
v6 on Windows for The predefinedAbout
menu item.7af4477
(#67) Addlibxdo
feature flag, enabled by default, to control whether to linklibxdo
on Linux or not.fabbbac
(#66) Add support forAboutMetadata
on macOS
[0.5.0]
- Add
(MenuItem|CheckMenuItem|IconMenuItem)::set_accelerator
to change or disable the accelerator after creation.
[0.4.5]
- On Windows, fix panic when click a menu item while the
PredefinedMenuItem::about
dialog is open. - On Windows, Fix a panic when adding
CheckMenuItem
to aMenu
.
[0.4.4]
- On Windows, fix
MenuEvent
not triggered forIconMenuItem
. - On Windows, The
Close
predefined menu item will sendWM_CLOSE
to the window instead of callingDestroyWindow
to let the developer catch this event and decide whether to close the window or not.
[0.4.3]
- Implement
PredefinedMenuItemm::maximize
andPredefinedMenuItemm::hide
on Windows. - Add docs for predefined menu items
[0.4.2]
- Fix panic when updating a
CheckMenuItem
right after it was clicked.
[0.4.1]
- Update docs
- 4b2ebc2 docs: update docs on 2023-02-08
[0.4.0]
- Bump gtk version: 0.15 -> 0.16
[0.3.0]
- Add
MenuEvent::set_event_handler
to set a handler for new menu events. - Breaking change Remove
menu_event_receiver
function, useMenuEvent::receiver
instead.
[0.2.0]
[0.1.1]
- Derive
Copy
forAccelerator
type.- e80c113 feat: derive
Copy
forAccelerator
on 2022-12-12
- e80c113 feat: derive
- Fix parsing one letter string as valid accelerator without modifiers.
[0.1.0]
- Initial Release.
- 0309d10 chore: prepare for first release on 2022-12-05