v0.0.34
What's Changed
- ci: automate CMake version bumping on release by @arran4 in #230
- feat: update Blocked tab title format by @arran4 in #229
- Merge refresh following and queue processing by @arran4 in #231
- Fix per-source concurrency tracking by checking for non-terminal states by @arran4 in #233
- Refactor nested lambdas to never-nest pattern in UI classes by @arran4 in #235
- Add Alt+K shortcut to focus filter inputs by @arran4 in #236
- feat: Add quick filter context menus and smarter AST grouping by @arran4 in #234
- Fix CMake support for Qt5 and Qt6 compilation by @arran4 in #238
- Enhance system tray tooltip with following jobs status by @arran4 in #240
- Fix queue countdown overwriting transient status messages by @arran4 in #242
- 🧹 Remove obsolete commented-out case block in sessionmodel.cpp by @arran4 in #245
- 🧹 Simplify initData function complexity in mock-api by @arran4 in #246
- 🔒 Fix cleartext exposure of sensitive tokens in SettingsDialog by @arran4 in #243
- 🧹 Remove obsolete commented-out ColFavourite block in SessionModel by @arran4 in #244
- Refactor SessionModel to display favourite rank via tooltip by @arran4 in #247
- 🧹 Refactor
MainWindow::createActionsinto smaller, logical groups by @arran4 in #248 - feat: Integrate FilterEditor into NewSessionDialog and support GitHub fields by @arran4 in #249
- 🧪 test: improve coverage for InNode evaluate by @arran4 in #250
- 🧪 Add Tests for AdvancedFilterProxyModel filterAcceptsRow by @arran4 in #251
- Use human-readable formatting for queue duration items by @arran4 in #254
- Merge consecutive wait items in QueueModel by @arran4 in #256
Full Changelog: v0.0.29...v0.0.34