Skip to content

Commit 42dc3c5

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](v1.4.0...v1.4.1) (2025-09-01) ### Bug Fixes * semi transparent buttons ([c803e4f](c803e4f))
1 parent c803e4f commit 42dc3c5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.4.1](https://github.com/radioactiveorange/glimpse/compare/v1.4.0...v1.4.1) (2025-09-01)
2+
3+
### Bug Fixes
4+
5+
* semi transparent buttons ([c803e4f](https://github.com/radioactiveorange/glimpse/commit/c803e4fa8fe3438a85bb19dc7a54b5a78fc769f8))
6+
17
## [1.4.0](https://github.com/radioactiveorange/glimpse/compare/v1.3.3...v1.4.0) (2025-09-01)
28

39
### Features

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Version information for Glimpse."""
22

3-
VERSION = "1.4.0"
3+
VERSION = "1.4.1"
44

55
def get_version():
66
"""Get the current version string."""

0 commit comments

Comments
 (0)