Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull from main #43

Closed
wants to merge 49 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
33a5b28
updated help file.
mbridak Aug 11, 2023
27be487
Update dxlog adding dirty column.
mbridak Aug 14, 2023
78460fc
incorperated changes from @trapeznikovk
mbridak Aug 15, 2023
5ce253d
Typo
mbridak Aug 19, 2023
74dae6a
Add plate
mbridak Aug 19, 2023
8555fa7
made bband/mode indicators clickable.
mbridak Aug 21, 2023
8c543b1
add RTTY to fakefreq
mbridak Aug 21, 2023
b5b2e04
doc and bump
mbridak Aug 21, 2023
0712007
add update_version.sh
mbridak Aug 24, 2023
f1b2001
add update_version script
mbridak Aug 24, 2023
154f3fe
more to do
mbridak Aug 25, 2023
374638a
add vfo box
mbridak Aug 25, 2023
665ee4d
Add date-time stamp to adi and log filenames.
mbridak Aug 25, 2023
42a782f
Doc and bump
mbridak Aug 25, 2023
bf0a048
Add knob pics
mbridak Aug 25, 2023
603d53c
update doc
mbridak Aug 25, 2023
eef42e3
Document code.
mbridak Aug 25, 2023
739de18
better method type annotation.
mbridak Aug 25, 2023
a7a566d
update
mbridak Aug 29, 2023
56328af
add some type hints
mbridak Aug 29, 2023
357d2e1
Just some function documentation.
mbridak Sep 1, 2023
c8ea55a
Add freeform CW entry.
mbridak Sep 3, 2023
c606007
Update version
mbridak Sep 3, 2023
fdc8ffc
Update changelog and readme
mbridak Sep 3, 2023
92c63fc
Add freeform CW send field.
mbridak Sep 3, 2023
d6d784b
updated
mbridak Sep 3, 2023
45ce270
Added some hopefully screen reader friendly stuff.
mbridak Sep 3, 2023
cb8fdfe
updated hotkeys dialog.
mbridak Sep 3, 2023
02a51ee
add accessibility stuff. hopefully.
mbridak Sep 3, 2023
2354061
bump
mbridak Sep 3, 2023
04b6435
document
mbridak Sep 3, 2023
8ad25ab
disambiguate frequency column.
mbridak Sep 3, 2023
760fe96
fixed crash with invalid frequency.
mbridak Sep 3, 2023
1484578
bump
mbridak Sep 3, 2023
dd8eb65
doc
mbridak Sep 3, 2023
6317d1d
add safe float function
mbridak Sep 3, 2023
0fb108f
Merge pull request #35 from mbridak/33-log-window-crashes-when-enteri…
mbridak Sep 3, 2023
9af4d8b
update log filename format.
mbridak Sep 4, 2023
8479506
Allow connecting to rbn.telegraphy.de
linustolke Sep 10, 2023
f14a62d
Merge pull request #37 from linustolke/allow_connecting_to_rbn
mbridak Sep 11, 2023
2405150
update
mbridak Oct 22, 2023
421e24d
Merge branch 'master' of https://github.com/mbridak/not1mm
mbridak Oct 22, 2023
ee7c41b
typo.. go figure..
mbridak Oct 22, 2023
9beee3d
Fix crash opening windows on systems with zombie processes
Oct 28, 2023
97013b5
Merge pull request #39 from bseidenberg/master
mbridak Oct 29, 2023
7a02e1e
Document PR change.
mbridak Oct 29, 2023
291ef48
updated attribution
mbridak Oct 30, 2023
c762b7b
updated data files
mbridak Oct 30, 2023
186ca3a
combined exceptions
mbridak Oct 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Doc and bump
mbridak committed Aug 25, 2023
commit 42a782f476b191b80e8d9136097b808ccb1444ef
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -123,6 +123,7 @@ I wish to thank those who've contributed to the project.

## Recent Changes

- [23-8-24] Add timestamp to log filenames.
- [23-8-21] You can now click on the band/mode indicators to change to that band/mode.
- [23-8-9] Add telnet matches to Check Window.
- [23-8-7] Control Remote Rig VFO with a bespoke USB VFO Knob.
2 changes: 1 addition & 1 deletion not1mm/lib/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""It's the version"""
__version__ = "23.8.21"
__version__ = "23.8.24"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "not1mm"
version = "23.8.21"
version = "23.8.24"
description = "NOT1MM Logger"
readme = "README.md"
requires-python = ">=3.9"