-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
black-sliver
committed
Apr 4, 2021
1 parent
3f7cea2
commit f99b63f
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# PopTracker Changelog | ||
|
||
## v0.11.0 | ||
|
||
* App Features | ||
* `--version` command line switch | ||
* save and restore ui state/hints (active tabs) | ||
* Pack Features | ||
* `LuaItem.IconMods` | ||
* `ScriptHost:RemoveMemoryWatch` | ||
* `ScriptHost:AddWatchForCore` | ||
* `ScriptHost:RemoveWatchForCore` | ||
* `Tracker:UiHint` | ||
* Fixes | ||
* fix some potential crashes from lua | ||
* fix a crash when closing | ||
* fix restoring window position on win32 | ||
* sanitize save paths | ||
* changed sizing in dock, hbox and vbox (hopefully for the better) | ||
* fix memory leaks for lua | ||
|
||
|
||
## v0.1.0 | ||
|
||
* initial release |