Releases: jitendhull/Torrnado
Releases · jitendhull/Torrnado
Release list
1.0.5-Alpha
Torrnado v1.0.0 Release Notes
We are excited to announce the initial release of Torrnado (formerly TorrentVault), a modern, material-designed Android client.
What's New
🎨 UI & Customization
- Modern Material Design: Clean and responsive Compose-based layout.
- App & Accent Themes: Complete customization for light, dark, system, and AMOLED Black themes. Dynamic color palettes powered by Material Kolor.
- Navigation Bar: Added dedicated navigation tabs for Search, Feeds, and Transfers.
- Smart Search: Expanded search bar with active states, focus control, and persistent local search history support.
⚙️ Build, Security & CI/CD
- Release Signing Pipeline: Reconfigured
app/build.gradle.ktsto support secure, automated release builds. Integrates keys fromkeystore.properties, system variables, or Gradle properties. - Local Fallback Build Support: Designed local release compilation to automatically fall back to debug signing if production keys are not present, ensuring development is never blocked.
- GitHub Actions Integration: Built a robust pipeline (
.github/workflows/release.yml) that compiles the production APK on every release push/tag and uploads the final binary to GitHub Action artifacts. - Git Security: Ignored developer keystores, private keys, and
keystore.propertiesfrom git history to avoid security leaks.
🧹 Refactoring
- Rebranding: Successfully renamed the project codebase, package definitions, and configuration files from
TorrentVaulttoTorrnado.
Full Changelog: https://github.com/jitendhull/Torrnado/commits/1.0.5