Skip to content

Commit b447ecf

Browse files
committed
chore: bump version to 0.3.0
1 parent de187de commit b447ecf

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
---
1111

12+
## [0.3.0] — 2026-02-21
13+
14+
### Added
15+
- Default tab is now Clean (was Find/Replace)
16+
- Keyboard shortcuts: Ctrl+F (find), Ctrl+H (replace), F3 (find next)
17+
- Encoding conversion button (F-001): re-saves file as UTF-8
18+
- Cursor position and character count in status bar
19+
- Save As (was stubbed)
20+
- Window geometry and splitter positions persist across sessions (QSettings)
21+
22+
### Fixed
23+
- Encoding label now shows "utf-8" for ASCII files (ASCII is a subset of UTF-8)
24+
25+
---
26+
1227
## [0.2.0] - 2026-02-21
1328

1429
### Added

src/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Utility constants for TextTools."""
22

33
APP_NAME = "TextTools"
4-
APP_VERSION = "0.2.0"
4+
APP_VERSION = "0.3.0"
55

66
DEFAULT_WINDOW_WIDTH = 894
77
DEFAULT_WINDOW_HEIGHT = 830

0 commit comments

Comments
 (0)