Releases: n2qzshce/ham-radio-sync
Release 1.10.1.262
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
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
todebug
- 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
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.
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
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
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
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
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
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
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
Migrations fix!
Changelog:
- Fixed an error with the
number
column that caused migrations to fail.