What’s New
Learn about the latest features available for Voxa. For detailed information on updates in the latest released versions, visit the Voxa Release Notes.
Jump to version⚠️ Important Disclaimer
This release is pre-alpha and intended primarily for experimentation and feedback. The code is subject to significant changes, and some features may be incomplete or experience breaking changes between versions. Use at your own risk, and please report any issues you encounter!
✨ Highlights of This Release
🚀 FakeNitro
🔧 UI & Debugging Improvements
- Added an icon set to the Xcode project for better visuals and debugging.
📜 Full Changelog
For a comprehensive list of updates, see the commit history.
📝 Note
We recognize that this release may not be fully polished or thoroughly documented. Enhancements to our release documentation and processes are planned for future updates.
If you encounter bugs or have suggestions, feel free to open an issue or submit a pull request on the project repository.
Voxa Memory Leak Fixes & Code Improvements! (Pre-release)
Released on January 5, 2025⚠️ Important Disclaimer
This release is pre-alpha and intended primarily for experimentation and feedback. The code may undergo significant changes, and some features may be incomplete or break between versions. Use at your own risk and report any issues you find!
✨ Highlights of This Release
- 🧹 Memory Leak Prevention
- Added a weak reference to
WKWebView
in theCoordinator
, preventing strong reference cycles. - Removed the
channelClick
message handler indeinit
to avoid lingering references withinWKUserContentController
.
- Added a weak reference to
- 🏗️ Code Quality Enhancements
- Centralized window-positioning logic and added checks for missing screens to prevent potential errors.
- Provided a fallback HTML page when invalid URLs are encountered, improving user experience.
- Introduced minor logging hooks in SwiftUI’s
.onAppear
and.onDisappear
to simplify debugging.
- 🔧 UI & Debugging Improvements
- Applied subtle logging for better insight into the SwiftUI lifecycle.
📜 Full Changelog
For a detailed list of commits, please visit the commit history.
📝 Note
We acknowledge that this release may not be fully polished or documented. Ongoing improvements to our release documentation and process are planned for future updates. If you encounter any bugs or have suggestions, feel free to open an issue or pull request on the project’s repository.
Voxa first release!
Released on December 20, 2024⚠️ Important Disclaimer: This is an early-stage, volatile product still under active development. Use at your own risk! Expect potential bugs, incomplete features, and breaking changes as the project evolves.
🔗 Full Changelog: For details on changes leading up to this release, visit the Voxa commit history (all commits before December 20, 2024).
📝 Note: We acknowledge this isn’t the most elegant changelog format (yet!). Improvements to the release documentation process are in progress and will be rolled out in future updates.