Releases: voiceapiai/ralertsinua
v0.5.2
Install ralertsinua 0.5.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/voiceapiai/ralertsinua/releases/download/v0.5.2/ralertsinua-installer.sh | sh
Download ralertsinua 0.5.2
File | Platform | Checksum |
---|---|---|
ralertsinua-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
ralertsinua-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
ralertsinua-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
ralertsinua-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
ralertsinua-x86_64-unknown-linux-musl.tar.xz | x64 Linux musl | checksum |
v0.5.1
Install ralertsinua 0.5.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/voiceapiai/ralertsinua/releases/download/v0.5.1/ralertsinua-installer.sh | sh
Download ralertsinua 0.5.1
File | Platform | Checksum |
---|---|---|
ralertsinua-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
ralertsinua-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
ralertsinua-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
ralertsinua-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
ralertsinua-x86_64-unknown-linux-musl.tar.xz | x64 Linux | checksum |
v0.5.0
The recent changes introduce several updates across the project, focusing on improving error handling, enhancing the release process, and refining functionality. Key updates include a new CI workflow for automated releases, enhanced error diagnostics with miette
reports, caching implementation using If-Modified-Since
& Last-Modified
headers and quick_cache
(optional) in the HTTP client, for some models simplification of deserialization logic. Additionally, new configuration options and methods have been added to support better application performance and maintainability, offline-first start for TUI (ping DNS server and handle error)
Install ralertsinua 0.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/voiceapiai/ralertsinua/releases/download/v0.5.0/ralertsinua-installer.sh | sh
Download ralertsinua 0.5.0
File | Platform | Checksum |
---|---|---|
ralertsinua-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
ralertsinua-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
ralertsinua-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
ralertsinua-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.4.0
The project updates focus on enhancing code quality, expanding functionality, refining data structures and drawing on Canvas functionality. Notable changes include integrating new benchmarking capabilities, refining geographic data handling, and updating API endpoints to reflect these changes. The adjustments in serialization and error handling across various modules aim to improve performance and maintainability.
Finally, this update draws each oblast's borders & prints icons using ratatui's Context in Map component
v0.3.3
The updates across various components of the project focus on enhancing code coverage, refining data structures, and improving functionality related to alert management. Key changes include the introduction of new data structures for alert statuses similar to the python module alerts_in_ua
, modifications to existing APIs to align with these structures, and the addition of new modules for better organization and accessibility. The project also integrates more robust testing and coverage tools, alongside updates to documentation to reflect these enhancements.
v0.3.0
The recent updates across the ralertsinua suite enhance modularity and improve integration between components. Key changes include the introduction of new modules for handling geographic data and HTTP client functionality, refactoring existing structures to simplify configuration management, and updating method signatures to align with these structural changes. These modifications aim to streamline data handling and expand the usability of the system across different modules.