v2.0.2
Bug fix
Notable features
- Star counts displayed in Queue view
- Server now uses Node.js built‑in SQLite for better performance and cross‑arch compatibility
- Password hashing switched to Node.js built‑in argon2 with automatic bcrypt migration on sign‑in
Full changelog
- (App) Star counts are now shown in the Queue view
- (App) Fixed incorrect room password on sign-in (thanks @omarcruzpantoja)
- (App) Fixed potential duplicate rooms during initial setup (thanks mjmeans)
- (Server) Now uses Node.js's built-in SQLite, improving performance and cross-arch compatibility
- (Server) Now uses Node.js's built-in argon2 for password hashing; passwords will be migrated from bcrypt on sign-in