Devlogs
v.1.1.1
Posted February 14, 2025 by dfug
Happy... Valentine's day I guess? I've been reusing this app in earnest and implemented a few things that were annoying me.
I wanted to implement proper tab tear-off but WinUI's support is terrible as usual -- I wound up sorta-implementing it through a dedicated button.
- Add support for reordering nodes in trees
- Add close all tabs button
- Add button to open a dialogue node in a separate window
- Update to WCT v8
- Update to NET9 and disable AOT/Trimming as parts of WCT don't work well with it
- Fix ColorPickerButton crashing the app by disabling said Trimming
- Fix Notifications not subscribing with Windows properly