Skip to content

Releases: aorumbayev/lazylora

v0.4.0

26 May 00:35

Choose a tag to compare

chore: updates dependencies and adds config persistence

Updates multiple dependencies in Cargo.lock to their latest versions, enhancing functionality and fixing potential bugs.

Introduces configuration persistence using `dirs` and `serde` to store settings such as network and live update preferences, improving user experience by remembering settings across sessions.

Improves UI with color updates and better display

Adds:
- Configuration persistence to load and store app settings
- User feedback popup for network switching
- UI enhancements and styling

Fixes:
- Dependency version issues

v0.3.0

21 Apr 19:05

Choose a tag to compare

fix: show errors when network is unavailable; fix resizing delays

v0.2.0

21 Apr 02:48

Choose a tag to compare

fix: refines network search functionality

Implements network search across transactions, blocks,
accounts, and assets using the Algorand APIs.

Updates UI for search input with type selection and result display.
Includes fixes for command line argument to get version.

v0.1.0

21 Apr 01:19

Choose a tag to compare

feat: initial alpha release