github kalfasyan/desto v0.6.0
Session History Inspector & Restart from Archive

7 hours ago

Session History UI — Browse your full session archive from the dashboard. Filter by status, search by name, view detailed session + job metadata, and restart any finished session with one click.

Highlights:

🗄️ New "Session History" tab for inspecting the SQLite database
🔁 Restart cached sessions directly from history (like running a favorite)
🧹 "Clear History" and "Clear All Favorites" bulk actions with safety confirmations
🔢 Auto-incrementing session names prevent collisions on repeated restarts
🐛 Fixed sessions never being marked "finished" in SQLite (monitoring thread was not started)

What's Changed

  • feat: add systemd auto-start support via CLI by @kalfasyan in #72
  • Bump nicegui from 3.7.0 to 3.8.0 in the uv group across 1 directory by @dependabot[bot] in #78
  • Bump markdown from 3.10.1 to 3.10.2 by @dependabot[bot] in #77
  • Bump mkdocs-autorefs from 1.4.3 to 1.4.4 by @dependabot[bot] in #76
  • Bump mkdocs-material from 9.7.1 to 9.7.2 by @dependabot[bot] in #75
  • Bump platformdirs from 4.5.1 to 4.9.2 by @dependabot[bot] in #74
  • Bump mkdocstrings-python from 2.0.1 to 2.0.3 by @dependabot[bot] in #73
  • Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #79
  • Bump actions/download-artifact from 7 to 8 in /.github/workflows by @dependabot[bot] in #80
  • Bump actions/upload-artifact from 6 to 7 in /.github/workflows by @dependabot[bot] in #82
  • Bump mkdocs-htmlproofer-plugin from 1.4.1 to 1.5.0 by @dependabot[bot] in #84
  • Bump certifi from 2026.1.4 to 2026.2.25 by @dependabot[bot] in #85
  • Bump mkdocs-material from 9.7.2 to 9.7.3 by @dependabot[bot] in #86
  • Bump backrefs from 6.1 to 6.2 by @dependabot[bot] in #83
  • Bump mkdocs-material from 9.7.3 to 9.7.6 by @dependabot[bot] in #96
  • Bump mkdocs-get-deps from 0.2.0 to 0.2.2 by @dependabot[bot] in #95
  • Bump charset-normalizer from 3.4.4 to 3.4.6 by @dependabot[bot] in #94
  • Bump orjson from 3.11.5 to 3.11.6 in the uv group across 1 directory by @dependabot[bot] in #92
  • Bump platformdirs from 4.9.2 to 4.9.4 by @dependabot[bot] in #89
  • Bump docker/setup-buildx-action from 3 to 4 in /.github/workflows by @dependabot[bot] in #88
  • Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #87
  • Bump nicegui from 3.8.0 to 3.9.0 in the uv group across 1 directory by @dependabot[bot] in #97
  • Bump mkdocs-include-markdown-plugin from 7.2.1 to 7.2.2 by @dependabot[bot] in #101
  • Bump the uv group across 2 directories with 1 update by @dependabot[bot] in #100
  • Bump requests from 2.32.5 to 2.33.0 in the pip group across 1 directory by @dependabot[bot] in #99
  • Bump requests from 2.32.5 to 2.33.0 in /docs in the pip group across 1 directory by @dependabot[bot] in #98
  • Bump pymdown-extensions from 10.21 to 10.21.2 by @dependabot[bot] in #102
  • Bump griffe from 2.0.0 to 2.0.2 by @dependabot[bot] in #104
  • Bump cryptography from 46.0.5 to 46.0.6 in the uv group across 1 directory by @dependabot[bot] in #105
  • Bump requests from 2.33.0 to 2.33.1 by @dependabot[bot] in #103
  • Bump aiohttp from 3.13.3 to 3.13.4 in the uv group across 1 directory by @dependabot[bot] in #106
  • Bump the uv group across 1 directory with 4 updates by @dependabot[bot] in #113
  • Bump platformdirs from 4.9.4 to 4.9.6 by @dependabot[bot] in #112
  • Bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #109
  • Bump click from 8.3.1 to 8.3.2 by @dependabot[bot] in #108
  • Bump charset-normalizer from 3.4.6 to 3.4.7 by @dependabot[bot] in #107
  • Bump packaging from 26.0 to 26.1 by @dependabot[bot] in #114
  • Bump mkdocstrings from 1.0.3 to 1.0.4 by @dependabot[bot] in #115
  • Bump python-dotenv from 1.1.0 to 1.2.2 in the uv group across 1 directory by @dependabot[bot] in #116
  • Bump lxml from 6.0.2 to 6.1.0 in the uv group across 1 directory by @dependabot[bot] in #117
  • Bump pathspec from 1.0.4 to 1.1.1 by @dependabot[bot] in #118
  • Bump packaging from 26.1 to 26.2 by @dependabot[bot] in #119
  • Bump click from 8.3.2 to 8.3.3 by @dependabot[bot] in #120
  • Bump certifi from 2026.2.25 to 2026.4.22 by @dependabot[bot] in #121
  • Bump idna from 3.11 to 3.13 by @dependabot[bot] in #122
  • Bump python-multipart from 0.0.26 to 0.0.27 in the uv group across 1 directory by @dependabot[bot] in #124
  • Bump backrefs from 6.2 to 7.0 by @dependabot[bot] in #123
  • build(deps): bump pymdown-extensions from 10.21.2 to 10.21.3 by @dependabot[bot] in #127
  • build(deps): bump click from 8.3.3 to 8.4.0 by @dependabot[bot] in #128
  • build(deps): bump idna from 3.13 to 3.15 by @dependabot[bot] in #129
  • build(deps): bump mkdocs-include-markdown-plugin from 7.2.2 to 7.3.0 by @dependabot[bot] in #130
  • build(deps): bump requests from 2.33.1 to 2.34.2 by @dependabot[bot] in #131
  • build(deps): bump nicegui from 3.10.0 to 3.12.0 in the uv group across 1 directory by @dependabot[bot] in #132
  • build(deps): bump idna from 3.15 to 3.16 by @dependabot[bot] in #137
  • build(deps): bump certifi from 2026.4.22 to 2026.5.20 by @dependabot[bot] in #136
  • build(deps): bump click from 8.4.0 to 8.4.1 by @dependabot[bot] in #135
  • build(deps): bump soupsieve from 2.8.3 to 2.8.4 by @dependabot[bot] in #134
  • build(deps): bump pymdown-extensions from 10.16.1 to 10.21.3 in the uv group across 1 directory by @dependabot[bot] in #133
  • build(deps): bump aiohttp from 3.13.4 to 3.14.0 in the uv group across 1 directory by @dependabot[bot] in #142
  • build(deps): bump idna from 3.16 to 3.18 by @dependabot[bot] in #141
  • build(deps): bump platformdirs from 4.9.6 to 4.10.0 by @dependabot[bot] in #140
  • build(deps): bump gitleaks/gitleaks-action from 2 to 3 by @dependabot[bot] in #138
  • build(deps): bump gitleaks/gitleaks-action from 2 to 3 in /.github/workflows by @dependabot[bot] in #139
  • build(deps): bump starlette from 0.50.0 to 1.0.1 in the uv group across 1 directory by @dependabot[bot] in #143
  • build(deps): bump mkdocstrings-python from 2.0.3 to 2.0.4 by @dependabot[bot] in #145
  • Add optional SQLite store for long-term session persistence by @Copilot in #147

New Contributors

  • @Copilot made their first contribution in #147

Full Changelog: v0.5.0...v0.6.0

Don't miss a new desto release

NewReleases is sending notifications on new releases.