Skip to content

Releases: decbe/werss-cli

v0.2.3

21 Apr 03:08

Choose a tag to compare

Full Changelog: v0.2.2...v0.2.3

Full Changelog: v0.2.2...v0.2.3

Full Changelog: v0.2.2...v0.2.3

Full Changelog: v0.2.2...v0.2.3

Full Changelog: v0.2.2...v0.2.3

Full Changelog: v0.2.2...v0.2.3

Full Changelog: v0.2.2...v0.2.3

Full Changelog: v0.2.2...v0.2.3

Full Changelog: v0.2.2...v0.2.3

werss-cli v0.2.2

18 Apr 10:48

Choose a tag to compare

Optimized v0.2.2 release with the image-download fix. The Linux x86_64 binary was rebuilt in release mode, compressed with UPX, and packaged under the default target directory.

werss-cli v0.2.1

18 Apr 10:16

Choose a tag to compare

Release v0.2.1: version bump, release build and x86_64 Linux asset.

v0.2.0: Authentication System Optimization

13 Apr 12:54

Choose a tag to compare

Release v0.2.0: Authentication System Optimization

Major Features

🔐 Secure Token Management

  • System keyring storage for credentials (Linux Secret Service, macOS Keychain, Windows Credential Manager)
  • Automatic token expiry detection with 5-minute safety buffer
  • Secure token refresh mechanism with fallback authentication
  • Cross-platform support for secure credential storage

👤 Smart Authentication Flow

  • First Run: Authenticate with credentials, automatically save token
  • Subsequent Runs: Load token from system keyring without re-entering credentials
  • Token Expiry: Automatic refresh or fallback to re-authentication
  • Interactive Mode: Prompts for credentials when needed

Build Info

  • Binary Size: 4.9 MB (release optimized)
  • Platform: Linux x86_64
  • All tests passed, production ready

Documentation

All documentation updated with new authentication system details.

v0.1.1

07 Apr 15:33

Choose a tag to compare

Switch TLS backend from native-tls to rustls-tls