Skip to content

Commit db32cd6

Browse files
committed
docs: update changelog for v0.33.0
1 parent 138fbf7 commit db32cd6

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.33.0] - 2026-07-16
11+
12+
### Added
13+
- Adjustable panel transparency (settings → Transparency, 0–50%): the whole panel — chrome, terminal area, and file preview — lets the desktop show through, with the theme tint preserved. Persists across launches.
14+
- Adjustable background blur (settings → Blur, 0–100%): frosted-glass blur of whatever is behind the panel while transparency is active, so bleed-through text reads as texture instead of noise. The material follows the theme's appearance (dark themes get the dark material even in light mode).
15+
16+
### Fixed
17+
- Typed text could stay invisible until you clicked the terminal: SwiftTerm's partial invalidations can be deferred indefinitely by AppKit inside a non-activating panel that is rarely the key window (only a mouse click forces a full redraw). The terminal now repaints when re-attached on tab switch, when first revealed, and coalesces an explicit full repaint (~30 fps cap) while output streams in.
18+
- Text sharpness: glyphs were rasterized against a transparent context (noisy, fringed edges — SwiftTerm force-enables font smoothing per glyph) and line baselines landed on fractional pixel coordinates. Cell backgrounds now paint in the same context as the text (translucency is split across the tint and cell-fill layers so the composite still matches the slider), and the terminal frame pixel-snaps. At 0% transparency the background is fully opaque again — maximum crispness.
19+
20+
### Changed
21+
- Removed the pin button from the top bar (its auto-hide behavior is unchanged; the control was unused).
22+
1023
## [0.32.0] - 2026-07-16
1124

1225
### Added
@@ -361,7 +374,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
361374
- Global backtick hotkey to toggle panel
362375
- Pin panel open option
363376

364-
[Unreleased]: https://github.com/javierpr0/notchly/compare/v0.32.0...HEAD
377+
[Unreleased]: https://github.com/javierpr0/notchly/compare/v0.33.0...HEAD
378+
[0.33.0]: https://github.com/javierpr0/notchly/compare/v0.32.0...v0.33.0
365379
[0.32.0]: https://github.com/javierpr0/notchly/compare/v0.31.1...v0.32.0
366380
[0.31.1]: https://github.com/javierpr0/notchly/compare/v0.31.0...v0.31.1
367381
[0.31.0]: https://github.com/javierpr0/notchly/compare/v0.30.0...v0.31.0

0 commit comments

Comments
 (0)