Skip to content

Commit c220736

Browse files
Publish New Versions (#390)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
1 parent 6cdb99f commit c220736

5 files changed

Lines changed: 10 additions & 16 deletions

File tree

.changes/fix-current-monitor-panic.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/linux-transparent-menubar.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/macos-full-screen-menu-label.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## \[0.8.5]
4+
5+
- The `current_monitor` function now fallbacks to the primary monitor when the window is invisible.
6+
- [6cdb99fd](https://github.com/tauri-apps/tao/commit/6cdb99fd271acc6bc2f1132c799c202c444ec7f2) fix(linux): fallback to primary monitor on `current_monitor` impl ([#395](https://github.com/tauri-apps/tao/pull/395)) on 2022-05-18
7+
- Change menubar background color to transparent on Linux when the window is transparent.
8+
- [a0d9408b](https://github.com/tauri-apps/tao/commit/a0d9408bb89f8dd60687885c2344f7d1069e73d0) fix(linux): make menubar background transparent ([#389](https://github.com/tauri-apps/tao/pull/389)) on 2022-05-14
9+
- Rename full screen menu label to "Toggle Full Screen".
10+
- [8945f544](https://github.com/tauri-apps/tao/commit/8945f544e77d5cd22a1f3e2ad492c4a2dc986268) fix: rename full screen menu label, closes [#391](https://github.com/tauri-apps/tao/pull/391) ([#393](https://github.com/tauri-apps/tao/pull/393)) on 2022-05-17
11+
312
## \[0.8.4]
413

514
- On Windows, remove the accelerator from `CustomMenuItem::title` returnd string.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tao"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
description = "Cross-platform window manager library."
55
authors = [
66
"Tauri Programme within The Commons Conservancy",

0 commit comments

Comments
 (0)