Skip to content

Releases: plyght/Voxa

v0.5 Pre Alpha

23 Jan 18:09
50e8fa8
Compare
Choose a tag to compare
v0.5 Pre Alpha Pre-release
Pre-release

⚠️ Important Disclaimer

This release is pre-alpha and intended primarily for experimentation and feedback. The code is subject to significant changes; 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

🚀 Fixes:

  • Make Voxa remember window position and size and edit readme to stay up to date with changes by @Reallukeisbest in #20

  • Made Build Universal (for both arm64 & x86_64 architectures)


📜 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 happen to have bugs or have suggestions, please feel free to open an issue or submit a pull request on the project repository.

v0.4 Pre Alpha

23 Jan 05:35
00659fd
Compare
Choose a tag to compare
v0.4 Pre Alpha Pre-release
Pre-release

⚠️ 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

🚀 Fixes:

  • Add a settings panel, reworked how plugins are loaded for more modularity, an Apple emoji plugin, command+r support, file picker support, custom css, live css reload, and more. by @Reallukeisbest in #18

📜 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.

v0.3.3 Pre Alpha

15 Jan 19:07
2a0a519
Compare
Choose a tag to compare
v0.3.3 Pre Alpha Pre-release
Pre-release

⚠️ 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

🚀 Fixes:

Allow external links to work by @vapidinfinity in #13


📜 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.

v0.3.2 Pre Alpha

15 Jan 17:24
Compare
Choose a tag to compare
v0.3.2 Pre Alpha Pre-release
Pre-release

⚠️ 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

🚀 Fixes Issue #9


📜 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.

v0.3.1 Pre Alpha Release

15 Jan 14:08
Compare
Choose a tag to compare
Pre-release

⚠️ 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

🚀 Fixes Issue #7


📜 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 Add Icons and Add Fake Nitro Clone

06 Jan 06:51
ec3b7ea
Compare
Choose a tag to compare
Pre-release

⚠️ 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)

05 Jan 17:22
Compare
Choose a tag to compare

⚠️ 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 the Coordinator, preventing strong reference cycles.
    • Removed the channelClick message handler in deinit to avoid lingering references within WKUserContentController.
  • 🏗️ 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!

20 Dec 13:36
Compare
Choose a tag to compare
Voxa first release! Pre-release
Pre-release

⚠️ 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.