Skip to content

Commit

Permalink
publish new versions (#651)
Browse files Browse the repository at this point in the history
Co-authored-by: wusyong <[email protected]>
  • Loading branch information
github-actions[bot] and wusyong authored Jan 9, 2023
1 parent 3867e7b commit e313ef6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changes/fix-mnemonics-linux.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/ios-sync.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/mac-fullscreen-resize.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.9]

- On Linux, Fix mnemonics for submenus.
- [77569c89](https://github.com/tauri-apps/tao/commit/77569c893f9835717a79bf445fa3a7f433e0fb3f) fix(linux): fix mnemonics for submenus ([#650](https://github.com/tauri-apps/tao/pull/650)) on 2022-12-20
- On iOS, add Sync trait to `EventLoopProxy` when `T` has Send trait.
- [651137ce](https://github.com/tauri-apps/tao/commit/651137ce9ec5bf37593e6641d8f6ab79fc9d6f3c) On iOS, add Sync trait on `EventLoopProxy` when `T` has Send trait ([#658](https://github.com/tauri-apps/tao/pull/658)) on 2023-01-04
- Fix resize event emits before fullscreen actually exit.
- [3867e7b7](https://github.com/tauri-apps/tao/commit/3867e7b783cd0d1bf00ce81214cbfe53354466cd) On macOS, fix resize event emits before fullscreen actually exit ([#662](https://github.com/tauri-apps/tao/pull/662)) on 2023-01-09

## \[0.15.8]

- Add `with_cursor_moved` Unix extension trait method.
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tao"
version = "0.15.8"
version = "0.15.9"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",
Expand All @@ -15,9 +15,6 @@ repository = "https://github.com/tauri-apps/tao"
documentation = "https://docs.rs/tao"
categories = [ "gui" ]

[workspace]
members = [ "tao-macros" ]

[package.metadata.docs.rs]
features = [ "serde", "tray", "dox" ]
default-target = "x86_64-unknown-linux-gnu"
Expand All @@ -29,6 +26,9 @@ targets = [
"x86_64-apple-darwin"
]

[workspace]
members = [ "tao-macros" ]

[features]
default = [ ]
dox = [ "gtk/dox" ]
Expand Down

0 comments on commit e313ef6

Please sign in to comment.