Skip to content

Commit

Permalink
@mbridak Add ARRL 160
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Dec 4, 2024
1 parent d2d58af commit d641e63
Show file tree
Hide file tree
Showing 6 changed files with 552 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-12-3-1] Adding ARRL 160
- [24-12-3] Add button to bandmap to delete marked spots.
- [24-11-27] Added CAT poll interval.
- [24-11-26-1] Changed ESC to stop CW, CTRL-W to wipe input fields.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.

## Recent Changes (Polishing the Turd)

- [24-12-3-1] Adding ARRL 160
- [24-12-3] Add button to bandmap to delete marked spots.

See [CHANGELOG.md](CHANGELOG.md) for prior changes.
Expand Down
5 changes: 5 additions & 0 deletions not1mm/data/new_contest.ui
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@
<string>ARRL 10M</string>
</property>
</item>
<item>
<property name="text">
<string>ARRL 160M</string>
</property>
</item>
<item>
<property name="text">
<string>ARRL DX CW</string>
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.12.3"
__version__ = "24.12.3.1"
Loading

0 comments on commit d641e63

Please sign in to comment.