Skip to content

Commit

Permalink
@mbridak Bump version and doc ESM.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Oct 11, 2024
1 parent c8d0ab2 commit 90cd229
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

- [24-10-10] Add ESM to CQ WW CW to test it out.
- [24-10-8] Fix crash on Tune to spot. Change placeholder text for the CW port for those unable to read documentation.
- [24-10-6] Removed 60, 30, 17 and 12M from the default list of bands.
- [24-10-5-1] Store the bandmap spots age timer in the preferences.
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
- [Cabrillo](#cabrillo)
- [ADIF](#adif)
- [Recalulate Mults](#recalulate-mults)
- [Testing Out ESM Currently only in CQ WW CW](#testing-out-esm-currently-only-in-cq-ww-cw)
- [Contest specific notes](#contest-specific-notes)
- [ARRL Sweekstakes](#arrl-sweekstakes)
- [The exchange parser](#the-exchange-parser)
Expand Down Expand Up @@ -188,6 +189,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.

## Recent Changes

- [24-10-10] Add ESM to CQ WW CW to test it out.
- [24-10-8] Fix crash on Tune to spot. Change placeholder text for the CW port for those unable to read documentation.
- [24-10-6] Removed 60, 30, 17 and 12M from the default list of bands.
- [24-10-5-1] Store the bandmap spots age timer in the preferences.
Expand Down Expand Up @@ -797,6 +799,19 @@ After editing a contact and before generating a Cabrillo file. There is a Misc
menu option that will recalculate the multipliers incase an edit had caused a
change.

## Testing Out ESM Currently only in CQ WW CW

I caved and started working on ESM or Enter Sends Message. Currently it is only
working in the CQ WW CW. To test it out you can go to `FILE -> Configuration Settings`

Check the mark to Use ESM and tell it which function keys do what. The keys will need
to have the same function in both Run and S&P modes. The function keys will highlight
green depending on the state of the input fields. The green keys will be sent if you
press the Enter key. You should use the Space bar to move to another field.

The contact will be automatically logged once all the needed info is collected and the
QRZ (for Run) or Exchange (for S&P) is sent.

## Contest specific notes

I found it might be beneficial to have a section devoted to wierd quirky things
Expand Down
2 changes: 1 addition & 1 deletion not1mm/lib/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""It's the version"""

__version__ = "24.10.8"
__version__ = "24.10.10"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "not1mm"
version = "24.10.8"
version = "24.10.10"
description = "NOT1MM Logger"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 90cd229

Please sign in to comment.