Releases: SydneyOwl/cloudlog-helper
v0.3.0-rc3patch1
:pencil: Update Readme
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!
v0.2.3-beta2
fix #8
For models older than Raspberry Pi 3B: Please download xxx-linux-armhf.zip.
For Raspberry Pi 3B and newer models:
- If you are running a 64-bit operating system, please download xxx-linux-arm64.zip.
- If you are running a 32-bit operating system, please download xxx-linux-arm.zip.
v0.2.3-beta1
- Experimental OmniRig support
- Translation correction and some bugs fixed
Full Changelog: v0.2.2...v0.2.3-beta1
v0.2.2
- 🐛 Fix #7 : Failed to fetch rig info from flrig backend, This was fixed by skipping mode validation due to imcompitable modes reported from flrig.
- 🖥️ Potential polar chart memory leak fixed.
Full Changelog: v0.2.1...v0.2.2
Please feel free to open issues or prs!
v0.2.1-patch1
v0.2.1-patch1
- Bug fix for #7 : Failed to fetch rig info from flrig backend, This was fixed by skipping mode validation due to imcompitable modes reported from flrig.
🎉 v0.2.1 now comes with many new features and enhancements:
- FLRIG is now supported as a radio control backend! You can choose between Hamlib and FLRig! (#3)
- Added support for multiple logging services (now supporting Cloudlog / Wavelog / HRDLOG (Also On-Air) / Clublog / eqsl.cc / HamCQ / LoTW / QRZ). (#4)
- Main window now supports detaching station module, radio module, and log module into floating windows for easier access at any time.
- Several charts have been introduced, including a site distribution map and a world heatmap.
- English translations have been completed.
- UI improvements in settings window.
- Many bugs fixed. (#5)
Full Changelog: v0.2.0...v0.2.1
🙏 Acknowledgments
- Hamlib: Amateur Radio Control Libraries (supports radios, rotators, tuners, and amplifiers) (GPL, LGPL, callable via binary files)
- WsjtxUtils: C# class library and sample code for interacting with WSJT-X via UDP using .NET & .NET Framework 4.8 (MIT)
- ADIFLib: A C# library for reading, parsing, and writing ADIF (version 3.1.0) files. (MIT)
- FT8CN: Run FT8 on Android. This software's callsign attribution parsing logic and corresponding DXCC Chinese translations were extracted from this project. (MIT)
- Cloudlog: Web-based amateur radio logging application (MIT).
Please feel free to open issues or prs!
