Skip to content

Commit

Permalink
publish new versions (#639)
Browse files Browse the repository at this point in the history
Co-authored-by: wusyong <wusyong@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and wusyong committed Dec 10, 2022
1 parent 86a439e commit e623efd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changes/fix-mnemonic-on-linux.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fix-un-minimining-maximized.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/macos-strip-mnemonics.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[0.15.7]

- On Linux, fix menu item mnemonics.
- [86a439ed](https://github.com/tauri-apps/tao/commit/86a439edc5da2bd1baa1067831dde2408fd14fbf) fix: fix menu mnemonics ([#640](https://github.com/tauri-apps/tao/pull/640)) on 2022-12-08
- On Windows, retain `WS_MAXIMIZE` window style when unminimizing a maximized window.
- [ca844a2e](https://github.com/tauri-apps/tao/commit/ca844a2ebb171f676962bd0bebd65243b9239347) fix(Windows): retain `WS_MAXIMIZE` when unminimizing a maximized window, closes [#622](https://github.com/tauri-apps/tao/pull/622) ([#638](https://github.com/tauri-apps/tao/pull/638)) on 2022-12-04
- On macOS, strip menu mnemonics for consistency with other platforms.
- [86a439ed](https://github.com/tauri-apps/tao/commit/86a439edc5da2bd1baa1067831dde2408fd14fbf) fix: fix menu mnemonics ([#640](https://github.com/tauri-apps/tao/pull/640)) on 2022-12-08

## \[0.15.6]

- Revert `nextResponder` call because this will bring key beep sound regression. We'll call the key equivalent in wry instead.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tao"
version = "0.15.6"
version = "0.15.7"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",
Expand Down

0 comments on commit e623efd

Please sign in to comment.