Skip to content

Commit

Permalink
publish new versions (#706)
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 Mar 23, 2023
1 parent a1e96d1 commit 407a9fe
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changes/cached_ns_view.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/cursor-position-scale.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/cursor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/linux-arrow-cursor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/linux-primary-monitor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/remove-colorsync-link.md

This file was deleted.

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

## \[0.18.2]

- fix not get actual ns_view when it's replace by setContentView
- [76ae625b](https://github.com/tauri-apps/tao/commit/76ae625bae429148f295fc3eaf3e90984cf0c7ad) fix: not get actual ns_view when it's replace by setContentView ([#710](https://github.com/tauri-apps/tao/pull/710)) on 2023-03-07
- Fix `Window::cursor_position` and `EventLoopWindowTarget::cursor_position` scale on Linux and macOS.
- [dc913cd5](https://github.com/tauri-apps/tao/commit/dc913cd5fe72f098a3545288eeed9b68f5e320ef) fix: scale cursor_position ([#712](https://github.com/tauri-apps/tao/pull/712)) on 2023-03-08
- On macOS, Fix `cursor_position` return incorrect position.
- [ea2e60d9](https://github.com/tauri-apps/tao/commit/ea2e60d9df719a3abc335dc22078f72bbff1d3ef) fix(macOS): `cursor_position` returns incorrect position ([#711](https://github.com/tauri-apps/tao/pull/711)) on 2023-03-07
- Fix arrow cursor icon on Linux
- [e9eba855](https://github.com/tauri-apps/tao/commit/e9eba8555b2bff1080d75d3386ce990c04576cde) chore: rename change file on 2023-02-22
- Attempt to get primary monitor on linux will now return None rather than panicking if monitor not found.
- [28b53f80](https://github.com/tauri-apps/tao/commit/28b53f80c49bbf2ae8902b98a2e28f6451a5a8f1) fix: don't panic if primary monitor not discoverable. ([#705](https://github.com/tauri-apps/tao/pull/705)) on 2023-02-22
- On macOS, Remove linking to `ColorSync`
- [a1e96d1b](https://github.com/tauri-apps/tao/commit/a1e96d1b1284a76576da0de7cba4730df9776bb5) feat: remove linking to `ColorSync` ([#713](https://github.com/tauri-apps/tao/pull/713)) on 2023-03-15

## \[0.18.1]

- Retain NSMenu reference instead of autoreleasing it.
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.18.1"
version = "0.18.2"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",
Expand Down

0 comments on commit 407a9fe

Please sign in to comment.