Skip to content

Commit

Permalink
chore(main): release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 9, 2024
1 parent 80ab427 commit 5a7a905
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.3.0"
".": "6.0.0"
}
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# Changelog

## [6.0.0](https://github.com/catppuccin/egui/compare/v5.3.0...v6.0.0) (2024-11-09)


### ⚠ BREAKING CHANGES

* **deps:** update public dependency egui
* **deps:** update public dependency egui to 0.25
* **deps:** Update public dependency "egui" to 0.24
* **deps:** Public dependency egui updated from 0.21 to 0.22
* **deps:** update egui

### Features

* add funtction to apply theme to a Style ([8db4c01](https://github.com/catppuccin/egui/commit/8db4c01f14ca5269a21f143142bc9eba067742fc))
* add support for egui version 0.27 ([#40](https://github.com/catppuccin/egui/issues/40)) ([bb3d199](https://github.com/catppuccin/egui/commit/bb3d199616da4a8e113050aa2b59639307e4f414))
* add support for egui version 0.28 ([#44](https://github.com/catppuccin/egui/issues/44)) ([e8709eb](https://github.com/catppuccin/egui/commit/e8709ebe8c682fd000daa4b4444809ed767aa6b4))
* egui 0.29 support ([#54](https://github.com/catppuccin/egui/issues/54)) ([a34f691](https://github.com/catppuccin/egui/commit/a34f691563300511f291883dd5642de6876d4dae))
* implement `Copy` for `Theme` ([97934d1](https://github.com/catppuccin/egui/commit/97934d1d5517194c61b35913e8ac6f6970934312)), closes [#8](https://github.com/catppuccin/egui/issues/8)
* initial commit ([5a1102f](https://github.com/catppuccin/egui/commit/5a1102fa04a1006edd92dc5617c0fb846119b0ca))
* set dark_mode visuals field ([#12](https://github.com/catppuccin/egui/issues/12)) ([709bfa3](https://github.com/catppuccin/egui/commit/709bfa33bfefeee561c7c9208b6e70041683a68a))


### Bug Fixes

* add back old badges ([6b28ba6](https://github.com/catppuccin/egui/commit/6b28ba68cc6c297318ebb3ce0c39e890d9794bb9))
* add period to crate description ([e64ed1f](https://github.com/catppuccin/egui/commit/e64ed1fa8cfff52dda2320a52394c0ac3508cf3e))
* **deps:** update eframe and egui to 0.24 ([#18](https://github.com/catppuccin/egui/issues/18)) ([bcb5849](https://github.com/catppuccin/egui/commit/bcb5849b6f96b56aa4982ec3366e238371de473e))
* **deps:** update egui ([5f7235f](https://github.com/catppuccin/egui/commit/5f7235f19ff373b31c658ec50acafa0208b96f64))
* **deps:** update egui requirement from 0.24 to 0.25 ([#20](https://github.com/catppuccin/egui/issues/20)) ([99453ca](https://github.com/catppuccin/egui/commit/99453cab89c10565dc5807f85ad104da6ce626fa))
* **deps:** Update egui to 0.22 ([#6](https://github.com/catppuccin/egui/issues/6)) ([8c97331](https://github.com/catppuccin/egui/commit/8c973310a66b4a7fd1788ccf15e72cbd5f7f9f7d))
* **deps:** update egui to v0.26 ([#31](https://github.com/catppuccin/egui/issues/31)) ([0336114](https://github.com/catppuccin/egui/commit/0336114550ae06b471596df53ea388089f6fe8d3))
* direct links to catppuccin/egui ([be6e883](https://github.com/catppuccin/egui/commit/be6e883d191a35e90ebef6efff125ac785d3bfbd))
* don't require whiskers in build.rs ([73e0d2e](https://github.com/catppuccin/egui/commit/73e0d2e21a22a07718681ee2d58b1e4688b8b35d))
* don't set pixel ratio in `set_theme` ([3744eba](https://github.com/catppuccin/egui/commit/3744eba6f8aa54d03ac55a9d777e2c8921f7ddc9))
* improve contrast for selected elements ([4587838](https://github.com/catppuccin/egui/commit/4587838d6dfae0dde127d5907b6543c7ad716536))
* remove window border pixel from latte preview ([43ea96c](https://github.com/catppuccin/egui/commit/43ea96c2f97f01570ec9523923790d2b2a328e19))
* set example to look like the previews ([a9a5d01](https://github.com/catppuccin/egui/commit/a9a5d013143257a9e83bf697502253ff18cf1c68))
* set weak bg fill on widgets ([7f606c3](https://github.com/catppuccin/egui/commit/7f606c3b7f4f45d4672ae92cc4b20d774866920a))
* surround doc links with backticks ([6c54e55](https://github.com/catppuccin/egui/commit/6c54e551aa79f25e7094fac26fb1bcdf3f086a63))
* theme window stroke and window/popup shadows ([6dd2784](https://github.com/catppuccin/egui/commit/6dd27845b5365fd5603aaeadf34758212491b267))
* use correct color for shadows ([#70](https://github.com/catppuccin/egui/issues/70)) ([38af073](https://github.com/catppuccin/egui/commit/38af073771b6f1e254e08059f39b15b4f5663405))


### Reverts

* relative links don't work with crates.io ([a0a4719](https://github.com/catppuccin/egui/commit/a0a4719a52e20f012dfb11a9102ac2d37e97a2f3))
* return to previous publish workflow ([8859c58](https://github.com/catppuccin/egui/commit/8859c588102b47ca3f989a89a067bc73313e12a6))

## [5.3.0](https://github.com/catppuccin/egui/compare/catppuccin-egui-v5.2.0...catppuccin-egui-v5.3.0) (2024-10-10)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["examples/todo"]

[package]
name = "catppuccin-egui"
version = "5.3.0"
version = "6.0.0"
authors = ["Sam Nystrom <[email protected]>"]
edition = "2021"
description = "Soothing pastel theme for egui."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Add the crate to your `Cargo.toml`:

```toml
[dependencies]
catppuccin-egui = { version = "5.3.0", default-features = false, features = ["egui29"] }
catppuccin-egui = { version = "6.0.0", default-features = false, features = ["egui29"] }
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "todo"
version = "0.1.0"
version = "6.0.0"
edition = "2021"
license = "MIT"
publish = false
Expand Down

0 comments on commit 5a7a905

Please sign in to comment.