You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,21 @@
2
2
3
3
## Unreleased
4
4
5
-
### Added
5
+
## [0.1.2] - 2026-04-13
6
+
7
+
### Fixed
8
+
9
+
- invalid profile names entered via CLI or the settings window are now rejected instead of being silently rewritten or falling back to the current profile when launching an extra instance;
10
+
- forced process termination now waits briefly for the target to exit so stale windows disappear more reliably after a kill action.
11
+
12
+
### Changed
13
+
14
+
- the GitHub release workflow now verifies that the pushed tag matches `Cargo.toml` and builds the release artifacts with `--locked`;
15
+
- user-facing docs now document the Windows-safe profile naming rules used by Panopticon.
16
+
17
+
## Earlier project notes
18
+
19
+
### Earlier additions
6
20
7
21
- persistent per-monitor filters;
8
22
- tag and application filters from the tray;
@@ -13,7 +27,7 @@
13
27
- documentation and `cargo audit` jobs in GitHub Actions;
14
28
- i18n system with English (default) and Spanish support.
15
29
16
-
### Changed
30
+
### Earlier changes
17
31
18
32
- README updated with real repository links;
19
33
- architecture documented with filters and grouping flow;
0 commit comments