Skip to content

Commit 7301195

Browse files
committed
0.16.1
1 parent e36cbe4 commit 7301195

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.16.1] - 2025-09-07
9+
10+
### Changed
11+
- **Fullscreen Mode**: Improved fullscreen mode to be more responsive and consistent
12+
813
## [0.16.0] - 2025-09-05
914

1015
### Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ members = [
77
default-members = ["crates/stylus"]
88

99
[workspace.package]
10-
version = "0.16.0"
10+
version = "0.16.1"
1111
authors = ["Matt Mastracci <matthew@mastracci.com>"]
1212
edition = "2021"
1313
license = "MIT"
1414
repository = "https://github.com/mmastrac/stylus"
1515
readme = "README.md"
1616

1717
[workspace.dependencies]
18-
stylus-ui = { path = "crates/stylus-ui", version = "=0.16.0" }
18+
stylus-ui = { path = "crates/stylus-ui", version = "=0.16.1" }

0 commit comments

Comments
 (0)