Skip to content

Commit

Permalink
Version bump 0.8.0 (PolyMeilex#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex authored Dec 8, 2023
1 parent a2289e5 commit b4024bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [Unreleased]

## 0.8.0
- **Braking:** `AdwaitaFrame::new` now takes `Arc<CompositorState>` as an argument
- Fix leftmost title pixel sometimes being cut off (#45)
- Fix transparency in ab_glyph renderer (#44)
- Extended resize corners (#47)
- Center maximize icon (#46)
- Window shadows (#43)

### Dependencies updates
- Bump crossfont to 0.6.0 (#52)

## 0.7.0
- **Breaking:** `wayland-csd-frame` is now used as a part of the public interface.

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 = "sctk-adwaita"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Poly <marynczak.bartlomiej@gmail.com>"]
keywords = ["sctk"]
Expand Down

0 comments on commit b4024bb

Please sign in to comment.