Skip to content

Commit

Permalink
publish new versions (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and amrbashir committed Sep 19, 2022
1 parent bffac24 commit 7fa7c8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/state_control.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/vibrancy-radius.md

This file was deleted.

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

## \[0.3.0]

- Add a 3rd argument to `apply_vibrancy()` to control the vibrancy state, follows window active state by default.
- [0a566c6](https://github.com/tauri-apps/window-vibrancy/commit/0a566c6cefca0371ce0e19cce8b9c7c7a7ae1f12) feat: (macos) add vibrancy state parameter ([#63](https://github.com/tauri-apps/window-vibrancy/pull/63)) on 2022-09-19
- Add a 4th argument to `apply_vibrancy()` to control the corner radius of the effect view.
- [bffac24](https://github.com/tauri-apps/window-vibrancy/commit/bffac24a783dfd6c4d147d7bed6d5abc1d126acf) feat: add rounded corner support on MacOS ([#26](https://github.com/tauri-apps/window-vibrancy/pull/26)) on 2022-09-19

## \[0.2.0]

- Update `raw-window-handle` dependency to 0.5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "window-vibrancy"
description = "Make your windows vibrant."
authors = [ "Tauri Programme within The Commons Conservancy" ]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.56"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 7fa7c8e

Please sign in to comment.