Skip to content

Latest commit

 

History

History
135 lines (65 loc) · 5.49 KB

CHANGELOG.md

File metadata and controls

135 lines (65 loc) · 5.49 KB

Changelog

5.3.1 (2024-11-09)

Bug Fixes

5.3.0 (2024-10-10)

Features

5.2.0 (2024-07-26)

Features

  • add support for egui version 0.28 (#44) (e8709eb)

5.1.1 (2024-04-23)

Bug Fixes

  • don't require whiskers in build.rs (73e0d2e)

5.1.0 (2024-04-07)

Features

  • add support for egui version 0.27 (#40) (bb3d199)

Reverts

  • return to previous publish workflow (8859c58)

5.0.0 (2024-02-25)

⚠ BREAKING CHANGES

  • deps: update public dependency egui

Bug Fixes

4.0.0 (2024-01-30)

⚠ BREAKING CHANGES

  • deps: update public dependency egui to 0.25
  • deps: Update public dependency "egui" to 0.24

Features

  • add funtction to apply theme to a Style (8db4c01)
  • set dark_mode visuals field (#12) (709bfa3)

Bug Fixes

  • deps: update eframe and egui to 0.24 (#18) (bcb5849)
  • deps: update egui requirement from 0.24 to 0.25 (#20) (99453ca)

3.1.0 (2023-05-26)

Features

  • implement Copy for Theme (97934d1), closes #8

3.0.0 (2023-05-26)

⚠ BREAKING CHANGES

  • deps: Public dependency egui updated from 0.21 to 0.22

Bug Fixes

2.0.1 (2023-03-24)

Bug Fixes

  • improve contrast for selected elements (4587838)
  • set weak bg fill on widgets (7f606c3)
  • theme window stroke and window/popup shadows (6dd2784)

2.0.0 (2023-02-10)

⚠ BREAKING CHANGES

  • deps: update egui

Bug Fixes

1.0.2 (2023-01-14)

Bug Fixes

  • Don't set pixel ratio in set_theme (3744eba)

1.0.1 (2023-01-14)

Bug Fixes

  • Direct links to catppuccin/egui (be6e883)
  • Add back old badges (6b28ba6)
  • Add period to crate description (e64ed1f)
  • Surround doc links with backticks (6c54e55)
  • Set example to look like the previews (a9a5d01)
  • Remove window border pixel from latte preview (43ea96c)

1.0.0 (2023-01-14)

Features