Skip to content

Commit

Permalink
doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Dec 3, 2023
1 parent d6a55cb commit 3e0585d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

- [23-11-30.1] Add seconds to ADIF timeon tag. Add ADIF CONTEST_ID tags. Fixed 40m band tag. Fixed SSB mode and submode tags.
- [23-11-30] Moved common plugin ADIF export code into importable function.
- [23-11-29] Added BAND to adif export.
- [23-11-16] Corrected xml tag mismatch in configuration.ui
- [23-11-15.1] Replacing the depricated function turned out to be a poor decision.
- [23-11-15] Started working on Winter Field Day. (It doesn't work yet)
- [23-11-14] Removed depricated pkgutil.get_loader, Lets see what breaks.
- [23-11-13] Changed check_process() to only return True if python opened source file. Allows emacs to edit source file.
- [23-11-12.1] HamQTH lookup now returns a dict not a tuple.
- [23-11-12] Fix crash in ADIF exporter where the grid was of None type.
- [23-11-2] Add missing dependency for pyserial.
- [23-10-31] Fix crash if flrig wasn't running. Add CAT status icon.
- [23-10-28] Merged PR from #qsantos and #bseidenberg, fixing crash related to zombie processes.
- [23-10-22] Where've I been? Sorry, I've been caring for a family member. Be back soon.
Expand Down
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,7 @@ I wish to thank those who've contributed to the project.

## Recent Changes

- [23-11-30.1] Add seconds to ADIF timeon tag. Add ADIF CONTEST_ID tags. Fixed 40m band tag. Fixed SSB mode and submode tags.
- [23-11-30] Moved common plugin ADIF export code into importable function.
- [23-11-29] Added BAND to adif export.
- [23-11-16] Corrected xml tag mismatch in configuration.ui
- [23-11-15.1] Replacing the depricated function turned out to be a poor decision.
- [23-11-15] Started working on Winter Field Day. (It doesn't work yet)
- [23-11-14] Removed depricated pkgutil.get_loader, Lets see what breaks.
- [23-11-13] Changed check_process() to only return True if python opened source file. Allows emacs to edit source file.
- [23-11-12.1] HamQTH lookup now returns a dict not a tuple.
- [23-11-12] Fix crash in ADIF exporter where the grid was of None type.
- [23-11-2] Add missing dependency for pyserial.
- [23-12-3] Initial WFD plugin.

See [CHANGELOG.md](CHANGELOG.md) for prior changes.

Expand Down

0 comments on commit 3e0585d

Please sign in to comment.