Skip to content

Releases: voiceapiai/ralertsinua

v0.5.2

20 May 20:11
Compare
Choose a tag to compare

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

18 May 18:35
Compare
Choose a tag to compare

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

17 May 21:22
f98224f
Compare
Choose a tag to compare

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

12 May 13:43
09cdb0c
Compare
Choose a tag to compare

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

08 May 14:08
7777f99
Compare
Choose a tag to compare

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

05 May 18:43
197d420
Compare
Choose a tag to compare

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.