Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Feb 25, 2024
1 parent e027264 commit be6997c
Show file tree
Hide file tree
Showing 6 changed files with 4,062 additions and 13 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
target/
pkg/
.idea
*.lock
.DS_Store
.vscode/settings.json

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.0] - 2024-02-24
### Added
- Tab bar now follows native iced theme @Redhawk.
- Added nerd fonts @RedHawk
- Slider Bar widget.
- DropDown Widget @wiiznokes.

### Changed
- Updated `Menu` @latidoremi.
- Updated to latest iced 0.12.0.
- Updated bootstrap fonts @RedHawk.
- Updated to support latest winit changes for input.

### Fixed
- Tabs Icons and text not rendering correctly.
- use_24h not working on time picker.
- Tabs content offset not taking into consideration the Tabs height.
- Grid not rendering and aligning correctly.
- Floating Element now can use other overlay widgets inside its content.

## [0.7.0] - 2023-08-30

### Added
Expand Down
Loading

0 comments on commit be6997c

Please sign in to comment.