- All: Add [support for localization](./normcap/resources/locales/README.md) of the
NormCap UI. Available translations so far:
- German
- All: Add introduction on startup.
([443](https://github.com/dynobo/normcap/issues/443))
- All: Add explanatory tooltips to many menu entries.
- All: Fix wrong detection of some special characters.
- All: Fix crash caused by update checker.
- All: Improve startup and recognition speed slightly.
- Windows & macOS: Add click action to desktop notifications. If a notification is
clicked, the (last) result is opened in an appropriate application. E.g. if a URL was
detected, it is opened in the default browser. If plain text was detected, it is saved
as temporary text file, which is opened in the default text editor.
([438](https://github.com/dynobo/normcap/issues/438))
- Windows: Change installation path from `..\dynobo\NormCap` to simpler `..\NormCap`
- Linux: Fix NormCap to work with Sway DE.
([485](https://github.com/dynobo/normcap/issues/485))
- Linux: Fix multi monitor setups with Wayland causing unnecessary timeouts.
([494](https://github.com/dynobo/normcap/issues/494))
- Linux: Fix crash due to missing `xcb-utils-cursor` in AppImage, by including it.
([457](https://github.com/dynobo/normcap/issues/457))
- Linux: Add support for hyprland display manager. Currently, requires `grim` for taking
screenshots. ([375](https://github.com/dynobo/normcap/issues/357))
- Linux: On Wayland, improve handling of missing screenshot permission.
([533](https://github.com/dynobo/normcap/issues/533))
- macOS: Improve UX in case of missing screenshot permission.