Skip to content

Releases: SystemVll/TAuth

📦 TAuth v0.2.0

10 Apr 11:26
27a6633

Choose a tag to compare

Here's what's new in TAuth v0.2.0:

🛡️ Security Hardening

  • Critical Cryptographic Upgrade: Replaced the legacy password padding method with robust Argon2id key derivation, effectively neutralizing high-speed offline brute-force attacks.
  • Hardened File Permissions: Secured the encrypted vault file permissions (0600) to ensure your data is strictly accessible only by your local operating system user.
  • Enhanced App Security & Stability: Implemented a strict Content Security Policy (CSP) and improved internal error handling to prevent unexpected app crashes from invalid inputs.
  • 🔄 Seamless Auto-Migration: Legacy vaults are automatically upgraded to the new Argon2id encryption standard upon your next login no manual re-creation or data transfer needed!

✨ Features & Improvements

  • ✅ Cross-platform vault support with proper data directory paths for Windows, macOS, and Linux.
  • ✅ Enhanced credential management with password visibility toggle for improved usability and security control.
  • ✅ Normalized 2FA input handling across Add and Edit credential forms for consistent user experience.
  • 📦 Updated dependencies for improved stability and performance.
  • 🔧 Fixed release automation workflow to eliminate duplicate artifacts and ensure clean GitHub releases.

🙏 Special Thanks

A massive shout-out and welcome to our newest contributor, @Chocapikk (https://twitter.com/Chocapikk_)! Thank you for the thorough security audit, identifying these critical flaws, and helping secure the vault encryption.

⚠️ Due to the severity of the vulnerabilities patched in this release, it is strongly recommended that all users update immediately to ensure their credentials remain fully protected.

📦 TAuth v0.1.5

09 Feb 01:30

Choose a tag to compare

Here's what's new in TAuth v0.1.5:

  • ✅ Cross-platform vault support with proper data directory paths for Windows, macOS, and Linux.
  • ✅ Enhanced credential management with password visibility toggle for improved usability and security control.
  • ✅ Normalized 2FA input handling across Add and Edit credential forms for consistent user experience.
  • 📦 Updated dependencies for improved stability and performance.
  • 🔧 Fixed release automation workflow to eliminate duplicate artifacts and ensure clean GitHub releases.

TAuth v0.1.4

24 Oct 18:32

Choose a tag to compare

Here's what's new in TAuth v0.1.4:

  • ✅ The safe logo now features a shake animation triggered by password input, plus a beautiful animated gradient background for visual depth.
  • ✅ Added "TAuth" title with gradient text effects across Login and Navbar, creating a cohesive visual identity throughout the app.
  • ✅ Made 2FA token optional with improved UI/UX, giving you more control over your authentication workflow.
  • 🎨 Larger logo size (h-40), smooth entrance animations with staggered timing, and consistent spacing across all components.
  • 📦 Simplified README with clearer emphasis on TAuth's core features and benefits.
  • 🔧 Removed duplicate padding classes and improved layout consistency across pages.

TAuth v0.1.3

21 Oct 16:19

Choose a tag to compare

Here’s what’s new in TAuth v0.1.3:

  • ✅ Added Settings Management. You can now configure application‑preferences (theme, startup behaviour, default vault options) for a tailored experience.
  • ✅ Introduced Credential Export capability. Export your stored credentials securely (e.g., as encrypted JSON/CSV) for backup or migration.
  • 🔧 Removed leftover console.log statements from the CredentialCard React component cleaner UI and fewer debug artifacts.
  • 📦 Minor bug‑fixes and performance improvements under the hood.