Skip to content

v0.0.35

Choose a tag to compare

@github-actions github-actions released this 19 May 02:33
· 109 commits to main since this release

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::createActions into 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
  • 🧹 Remove Q_UNUSED macro and unused parameter names by @arran4 in #265
  • 🧹 Remove dead code APIManager::loadGithubTokenFromWallet by @arran4 in #269
  • 🧹 Refactor MainWindow::setupUi to improve code health by @arran4 in #280
  • 🧹 Code Health: Refactor ActivityBrowser::renderHtml() to use helper methods by @arran4 in #260
  • 🧹 [Code Health] Remove dead code APIManager::createSession by @arran4 in #271
  • 🔒 Fix unvalidated URL opening vulnerability by @arran4 in #273
  • 🧹 Remove dead code QueueModel::requeueTransient by @arran4 in #277
  • 🧹 Remove unused and duplicate includes in filtereditor.cpp by @arran4 in #261
  • Remove obsolete ColFavourite logic in SessionModel by @arran4 in #278
  • 🧹 [Code Health] Remove dead code APIManager::baseUrl() by @arran4 in #272
  • 🧹 Remove deprecated boolean 'local_favourite' field support by @arran4 in #263
  • 🧹 Remove dead code ErrorsModel::addError by @arran4 in #270
  • 🧹 Remove dead code FilterEditor::toggleFormulaBuilder by @arran4 in #276
  • Refactor SettingsDialog into grouped tabs by @arran4 in #253
  • feat(queue): implement reactive queue backoff mode by @arran4 in #255

Full Changelog: v0.0.29...v0.0.35