Skip to content

Commit 20fcc8d

Browse files
committed
Update changelog
1 parent a07bfff commit 20fcc8d

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

doc/readme.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,29 @@ Bringing up the context menu on a process in the list provides access to several
4141
* Suspend or Resume: Pauses or resumes the execution of the process.
4242
* End task: Forcefully terminates the process.
4343
* Priority: Allows changing the CPU priority class (Idle, Below Normal, Normal, Above Normal, High, Realtime).
44+
45+
## Changelog
46+
47+
### Version 0.2.0
48+
* Added a basic status bar.
49+
* Added a run dialog for launching new tasks.
50+
* Added Always on Top and Remember Window Position options.
51+
* Added 14 new columns: GDI objects, User objects, Integrity, Peak working set, Virtual memory size, Session, Architecture, User, Command line, Disk I/O, Private bytes, Page faults, Priority, and Process start time.
52+
* Added the ability to suspend and resume processes.
53+
* Added an option to change process priority.
54+
* Fixed an issue where CPU usage showed 0% on first run.
55+
* Fixed beep when pressing space after letter navigation in the settings column list.
56+
* Removed duplicate error message when launching a program fails.
57+
* Taskmon will now respect your system dark mode setting.
58+
59+
### Version 0.1.1
60+
* Added an option to turn off the end task confirmation dialog.
61+
* Added Ctrl+Shift+` as a global hotkey to toggle Taskmon's window from anywhere on your system.
62+
* Column customization in the options dialog is now a proper list of checkboxes.
63+
* Fixed the system tray icon showing incorrect memory usage statistics.
64+
* Switched the end task key to Delete.
65+
* The CPU percentage column now has a more human-friendly label.
66+
* Various other small improvements, such as smartly selecting a process after one is killed and improved wording.
67+
68+
### Version 0.1.0
69+
* Initial release.

0 commit comments

Comments
 (0)