Skip to content

Releases: n2qzshce/ham-radio-sync

Release 1.10.1.262

23 Jul 03:14
8e547a8
Compare
Choose a tag to compare

This is a small fix for errors coming from invalid names. This error will no longer throw a "NoneType" error in the validator.py

Changelog:

  • Validating channel names are present.
  • Updated PyInstaller so builds continue to work.

Release 1.10.0.258

14 Jun 15:59
ffe95a4
Compare
Choose a tag to compare

Importing from CHiRP is now supported! This option can be found under the "File" menu. There are also several miscellaneous cleanup changes made in this build.

Changelog:

  • Added CHiRP import functionality!
  • Updated gpx filename to ham_radio_sync.gpx
  • Changed logging of some non-essential messages from info to debug
  • Generate will now delete old codeplugs in the out directory
  • Added documentation around latitude and longitude to INPUTS_OUTPUTS_SYNCING.md

Release 1.9.0.253

11 Jun 15:27
9a48a90
Compare
Choose a tag to compare

GPX Format! Adding a map of your repeaters and stations is now supported, new latitude and longitude columns have been added to the input csv. If you don't want to map a particular station, you can leave the latitude and longitude column blank and they will not be added to the map. The station information will be stored in the description, so if you need to dial a repeater in the field, the information is readily accessible.

There's quite a few different applications that ingest GPX formats, and testing them all is incredibly difficult. Please reach out if you have any issues with your particular application.

sample-gpx

Changelog:

  • Latitude and longitude columns added to the input
  • GPX export format added
  • Some small cleanup of the testing suite (not user visible)

Release 1.8.0.250

03 Jun 07:55
b817314
Compare
Choose a tag to compare

Some relatively small changes on the front end, but we're always working to improve overall stability.

Changelog:

  • Added option to log to file in the "help" menu.
  • Removed "gui" from executable name.
  • CLI executable is no longer being compiled.
  • Added CONTRIBUTING.md for developers who want to add to Ham Radio Sync
  • Fixed a bug where wizard could not output files.
  • Added regression checks around wizard to ensure future compatibility.

Release 1.7.2.244

02 Jun 04:31
416fcb1
Compare
Choose a tag to compare

Fixed a minor cosmetic bug that had a command line window running in the background.

Changelog:

  • Command line window no longer displays.

Release 1.7.1.242

02 Jun 04:07
3729e5b
Compare
Choose a tag to compare

Small fix this release! If you encounter any issues at runtime, be sure to reach out and let us know!

Changelog:

  • Fixed a bug that caused a crash on windows when selecting a new import/export directory

Release 1.7.0.239

24 May 17:57
8c72288
Compare
Choose a tag to compare

Custom import and export directories are here! New options have been added under the File menu for import and export directories. This will allow for multiple different sets of configurations and exports. You can either type a directory path, and if it exists, you will be taken to that directory for your import and export directory, or you may use the dialog to browse for your folder.

Changelog:

  • Added import directory menu option.
  • Added export directory menu option.
  • Different import and export directories can be used side by side.
  • Added wizard compatibility for directory selection.

Release 1.6.5.235

19 May 20:19
9ab706b
Compare
Choose a tag to compare

Small fix this time around! Making sure Kenwood instructions are there.

Changelog:

  • Added instructions for Kenwood D710
  • Fixed a bug where the wizard could not read its own output

Release 1.6.4.233

20 Apr 17:22
3604c56
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug where right click could cause a crash
  • Right click menu now appears next to the mouse
  • Updated semantics around Clear log to make it more clear this only clears the text in the console log.

Release 1.6.3.229

09 Apr 21:37
db728b0
Compare
Choose a tag to compare

Migrations fix!

Changelog:

  • Fixed an error with the number column that caused migrations to fail.