Skip to content

Releases: SydneyOwl/cloudlog-helper

v0.3.2-rc1

24 Feb 12:22

Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2-rc1

v0.3.2-dbg2

23 Feb 06:57

Choose a tag to compare

v0.3.2-dbg2 Pre-release
Pre-release
:hammer: Update CI

v0.3.2-dbg1

22 Feb 05:14
8012c2b

Choose a tag to compare

v0.3.2-dbg1 Pre-release
Pre-release
Merge pull request #19 from SydneyOwl/plugin

Plugin

v0.3.1

07 Feb 12:57

Choose a tag to compare

  • 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

03 Feb 12:47

Choose a tag to compare

🎉 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

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

29 Jan 12:54

Choose a tag to compare

v0.3.0-rc3 now released 🎉

  • Fix #15
  • Single chart mode for chart window

20260129_211158-s

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

27 Jan 13:39

Choose a tag to compare

v0.3.0-rc2patch1 Pre-release
Pre-release
:bug: Temporary solution for #15

v0.3.0-rc2

18 Jan 09:01

Choose a tag to compare

🎉 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

Full Changelog: v0.3.0-rc1...v0.3.0-rc2

v0.3.0-rc1

10 Jan 08:46

Choose a tag to compare

🎉 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

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

06 Dec 05:23

Choose a tag to compare

v0.2.3-beta3 Pre-release
Pre-release
  • Add experimental ARM64 AOT support - not sure if this works!