Releases: JocysCom/FocusLogger
Releases · JocysCom/FocusLogger
1.2.6
2026-04-04 - Version 1.2.6
- Update: Switched build to .NET 8.0 (Long Term Support).
- Update: Updated shared classes and copyright year to 2026.
- Update: Migrated solution file to .slnx format.
- New: Save CSV button to export focus log entries.
- New: Explore button to open saved CSV location in Windows Explorer.
- New: AI Prompt button showing a pre-made analysis prompt for AI assistants.
- New: Window Class column to help identify the type of window stealing focus (e.g., Shell_TrayWnd, MSCTFIME UI).
- New: Added MSTest project with unit tests and UI automation tests.
- New: Added AutomationProperties for UI Automation support.
1.1.14
2023-08-26 - Version 1.1.14
- Updated shared code.
- Corrected the application description (https://github.com/mfpx)
1.1.12
2023-06-15 - Version 1.1.12
- Fixed caret column title from "M" to "C".
- Increased caret icon size a bit.
- Disabled resizing of A,M,K,C for better access to tooltip.
- Updated shared classes.
2023-01-15 - Version 1.1.6
- Update: Switched build to .NET 6.0 (Long Term Support).
- Update: Switched built to Release mode.
- Fixed: error when active window was not logged.
- Fixed: some other errors in shared code.