Releases: DevilPepper/MHWItemBoxTracker
Releases · DevilPepper/MHWItemBoxTracker
Release v1.1.2
Release v1.1.1
1.1.1 (2021-05-08)
Release v1.1.0
1.1.0 (2021-05-07)
Features
- AutoSuggestBox: add escape key logic (1915684)
- AutoSuggestBox: use RelayCommands to enable key bindings for Up, Down, and Enter (d74e568)
- buttons: create MinimalButton style for buttons and add logic to all the buttons (e13a13e)
- config: persist config and load it on start up (9b59306)
- ConfigService: add ConfigService to handle save and loading config in a thread safe way (cd88013)
- DragAndDropper: add DragAndDropper higher order component for ListViews (875e305)
- item: add data template for individual item (ed29218)
- search: add generic search box control (48ea471)
- search: implement items search (57410c9)
- SetingsTab: add up and down buttons and some tooltips (f1a5dad)
- settings: add view models that implement INotifyPropertyChanged... 1:1 match with existing POCOs (26b4002)
- settings: mock up the basic layout (8376516)
- SettingsTab: add AutoSuggestBox event handlers (81bb665)
- tooltip: add description to tooltip and display ItemId as hexadecimal (fb7b734)
Bug Fixes
- NotifyPropertyChanged: fix bug where setting viewmodel props for VMs not in the UI throws NPE (1083e3f)
Release v0.3.0
0.3.0 (2021-05-01)
⚠ BREAKING CHANGES
- settings: settings.json has a different format than before. You shouldn't have to do anything. For the forseeable future, ItemBoxTracker will convert your old settings to the new one by copying your list into the Always config
Note: these new options are not in use yet, but they will be soon and there will be a settings menu exposed in HunterPie that you can use to configure them
Features
- settings: create new settings classes to support up comming features (194fdf8)
- settings: try loading new config or fallback on deprecated config and convert to new one (cb4273e)
Bug Fixes
- only load item box in event handlers (4862c65)