Skip to content

Releases: SydneyOwl/cloudlog-helper

v0.3.0-rc3patch1

01 Feb 08:47

Choose a tag to compare

v0.3.0-rc3patch1 Pre-release
Pre-release
:pencil: Update Readme

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!

v0.2.3-beta2

30 Nov 07:36

Choose a tag to compare

v0.2.3-beta2 Pre-release
Pre-release

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

14 Nov 10:05

Choose a tag to compare

  • Experimental OmniRig support
  • Translation correction and some bugs fixed
image

Full Changelog: v0.2.2...v0.2.3-beta1

v0.2.2

25 Oct 05:31

Choose a tag to compare

  • 🐛 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!

⚠️ This is an UNOFFICIAL community project. It is NOT endorsed by, directly affiliated with, maintained, or sponsored by the Cloudlog/Wavelog development teams.

v0.2.1-patch1

21 Oct 03:21

Choose a tag to compare

v0.2.1-patch1 Pre-release
Pre-release

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

en01 en012 image image

🙏 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!

⚠️ This is an UNOFFICIAL community project. It is NOT endorsed by, directly affiliated with, maintained, or sponsored by the Cloudlog/Wavelog development teams.