File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11"""Utility constants for TextTools."""
22
33APP_NAME = "TextTools"
4- APP_VERSION = "0.2 .0"
4+ APP_VERSION = "0.3 .0"
55
66DEFAULT_WINDOW_WIDTH = 894
77DEFAULT_WINDOW_HEIGHT = 830
You can’t perform that action at this time.
0 commit comments