Releases: SydneyOwl/cloudlog-helper
v0.3.2-rc1
- macOS support & update Hamlib to 4.7.0
- Plugin system (https://github.com/SydneyOwl/clh-plugin-go-sdk)
Full Changelog: v0.3.1...v0.3.2-rc1
v0.3.2-dbg2
:hammer: Update CI
v0.3.2-dbg1
Merge pull request #19 from SydneyOwl/plugin Plugin
v0.3.1
- Fixed a bug related to eqsl.cc QSO Upload.
- Enabled HTTPs for HRDLog QSO upload.
- Adjusted chart calculation logic. Now only data with sufficient accuracy will be used to calculate heatmap/azimuth/distance statistics.
AOT compilation is an experimental feature that can improve startup speed and reduce memory/CPU usage, but some functionalities have incomplete support (Known items include system native notifications, OmniRig, and multi-language). Unless your device has limited resources and you do not require the features mentioned above, it is recommended to download the non-AOT version.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
🎉 v0.3.0 now released 🎉
- Upgraded Avalonia to v11.3.7.
- Major refactor of services and UI components, including UDP and RIG modules.
- Added flag display to QSO upload log entries.
- Optimized database performance by adding indexes for faster queries.
- Added localization support for Traditional Chinese and Japanese.
- Fixed issues #6, #15, #16, and #17.
- Resolved UI stuttering in the Settings window.
- Implemented OmniRig integration and resolved polling-related issues.
- Moved custom API functionality to "Third-Party Log Services"—see the README for details.
- Introduced Single Chart Mode in the chart window.
- Added experimental AOT build support for:
linux-arm, linux-arm64, linux-x64, windows-arm64, windows-x86, windows-x64. - Various other improvements and bug fixes.
What's Changed
- Integrate clh-server by @SydneyOwl in #11
- Arm aot by @SydneyOwl in #12
- Global I18n by @SydneyOwl in #13
- Aot json by @SydneyOwl in #14
- UI refactor by @SydneyOwl in #18
Full Changelog: v0.2.3...v0.3.0
AOT compilation is an experimental feature that can improve startup speed and reduce memory/CPU usage, but some functionalities have incomplete support (Known items include system native notifications, OmniRig, and multi-language). Unless your device has limited resources and you do not require the features mentioned above, it is recommended to download the non-AOT version.
v0.3.0-rc3
v0.3.0-rc3 now released 🎉
- Fix #15
- Single chart mode for chart window
Full Changelog: v0.3.0-rc2...v0.3.0-rc3
AOT compilation is an experimental feature that can improve startup speed and reduce memory/CPU usage, but some functionalities have incomplete support (such as system native notifications, OmniRig, and multi-language). Unless your device has limited resources (e.g. <1GB mem) and you do not require the features mentioned above, it is recommended to download the non-AOT version.
v0.3.0-rc2patch1
:bug: Temporary solution for #15
v0.3.0-rc2
🎉 v0.3.0-rc2 now released!
- Experimental AOT support (linux-arm, linux-arm64, linux-x64, windows-arm64, windows-x86, windows-x64)
- Fix a bug related to QSO upload
- Fix UI Delay for LoTW Configuration
- Other enhancements and bug fix
AOT compilation is an experimental feature that can improve startup speed and reduce memory/CPU usage, but some functionalities have incomplete support (such as system native notifications, OmniRig, and multi-language). Unless your device has limited resources (e.g. <1GB mem) and you do not require the features mentioned above, it is recommended to download the non-AOT version.
What is AOT?
AOT compilation transforms .NET applications directly into native machine code during the publishing process. The key benefits include significantly faster startup speeds—enabling instant launch without just-in-time compilation and improving cold-start performance by over 60%—along with reduced memory consumption.
What's Changed
- Aot json by @SydneyOwl in #14
Full Changelog: v0.3.0-rc1...v0.3.0-rc2
v0.3.0-rc1
🎉 v0.3.0-rc1 released! 🎉
Important changes:
- Global I18N - now we support English / Simplified Chinese / Traditional Chinese and Japanese.
- Fixed stuttering in settings window - logging system and hamlib service are now initialized only once during program startup.
- Refactored QSO upload service to simultaneously upload a single QSO to multiple logging services instead of sequential uploading.
- Refactored RIG service and resolved polling anomalies when switching between radio services.
- Refactored database service and added partial indexing to optimize query speed.
- Refactored several other services.
- Added CLH-Server configuration (experimental feature, https://github.com/SydneyOwl/clh-server).
- And many bugs fixed...
What's Changed
- Integrate clh-server by @SydneyOwl in #11
- Arm aot by @SydneyOwl in #12
- Global I18n by @SydneyOwl in #13
New Contributors
Full Changelog: v0.2.3-beta1...v0.3.0-rc1
AOT for linux-arm and linux-arm64 are still under testing!
v0.2.3-beta3
- Add experimental ARM64 AOT support - not sure if this works!
