Linting
- Add changelog for future release notes
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
## [Unreleased]
|
||||
|
||||
## [v1.2.20] (2026-05-06)
|
||||
|
||||
- Fix windows open log viewer ([#6741])
|
||||
- Delegation query cache, log webview streaming, HTTPS webviews ([#6740])
|
||||
- Nym Wallet: deps updates, clipboard/updater/, icon, polishing ([#5844])
|
||||
|
||||
[#6741]: https://github.com/nymtech/nym/pull/6741
|
||||
[#6740]: https://github.com/nymtech/nym/pull/6740
|
||||
[#6681]: https://github.com/nymtech/nym/pull/6681
|
||||
|
||||
|
||||
@@ -2,5 +2,4 @@ import { invokeWrapper } from './wrapper';
|
||||
|
||||
export const helpLogToggleWindow = async () => invokeWrapper<void>('help_log_toggle_window', {});
|
||||
|
||||
export const logViewerWindowSupported = async () =>
|
||||
invokeWrapper<boolean>('log_viewer_window_supported', {});
|
||||
export const logViewerWindowSupported = async () => invokeWrapper<boolean>('log_viewer_window_supported', {});
|
||||
|
||||
Reference in New Issue
Block a user