Tags give the ability to mark specific points in history as being important
-
v0.1.6
Release: TicketTracker v0.1.626ce6398 · ·v0.1.6: fix checkin-workspace.js 404 -- root cause of search/batch-add/scan-button not working
-
v0.1.5
Release: TicketTracker v0.1.5a5a61e75 · ·v0.1.5: fix double-v version display (both endpoints), reset changelog.md, rewrite README
-
v0.1.4
Release: TicketTracker v0.1.492c485a8 · ·v0.1.4: fix CI shipping stale (v0.1.0) MSI content under a correct filename since v0.1.1; includes the WebView2 data-folder crash fix and version-display fix from v0.1.3
-
v0.1.3
Release: TicketTracker v0.1.351e49fc1 · ·v0.1.3: fix instant crash (WebView2 user-data-folder defaults to CWD), fix stale version display
-
v0.1.2
Release: TicketTracker v0.1.26b213846 · ·v0.1.2: fix instant-crash on real install (DB now writes to ProgramData, not Program Files)
-
v0.1.1
Release: TicketTracker v0.1.1ec4ddfa4 · ·v0.1.1: system tray icon (hide-to-tray on close, Show/Quit menu, tray-related logging)
-
v0.1.0
Release: TicketTracker v0.1.0f1225b23 · ·v0.1.0: first Rust port of TicketTracker Replaces the .NET 8/ASP.NET Core/EF Core/Photino.NET app with an axum + rusqlite backend (tickets-server), a Tauri desktop shell (tickets-app), and a standalone self-update helper (tickets-updater). Motivating fix: iOS 12 Safari camera-permission bug in barcode scanning, root-caused against the real vendored Quagga2 library and fixed by calling Quagga.init() once per session instead of per scan. Starting with a fresh database -- the old .NET app never worked reliably in production, so this is not a data migration.