not1mm 25.1.26__py3-none-any.whl → 25.1.27__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
not1mm/__main__.py CHANGED
@@ -725,7 +725,9 @@ class MainWindow(QtWidgets.QMainWindow):
725
725
  if VersionTest(__version__).test():
726
726
  self.show_message_box(
727
727
  "There is a newer version of not1mm available.\n"
728
- "You can udate to the current version by using:\npip install -U not1mm"
728
+ "You can udate to the current version by using:\n\n"
729
+ "pip install -U not1mm\n\tor\n"
730
+ "pipx upgrade not1mm"
729
731
  )
730
732
 
731
733
  self.udp_socket = QtNetwork.QUdpSocket()
not1mm/bandmap.py CHANGED
@@ -724,7 +724,7 @@ class BandMapWindow(QDockWidget):
724
724
  for items in result:
725
725
  pen_color = self.text_color
726
726
  if items.get("comment") == "MARKED":
727
- pen_color = QColor(47, 47, 255)
727
+ pen_color = QColor(254, 194, 17)
728
728
  if items.get("callsign") in self.worked_list:
729
729
  call_bandlist = self.worked_list.get(items.get("callsign"))
730
730
  if self.currentBand.altname in call_bandlist:
not1mm/lib/version.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """It's the version"""
2
2
 
3
- __version__ = "25.1.26"
3
+ __version__ = "25.1.27"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: not1mm
3
- Version: 25.1.26
3
+ Version: 25.1.27
4
4
  Summary: NOT1MM Logger
5
5
  Author-email: Michael Bridak <michael.bridak@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/mbridak/not1mm
@@ -46,22 +46,22 @@ Requires-Dist: Levenshtein
46
46
  ![main screen](https://github.com/mbridak/not1mm/raw/master/pic/main.png)
47
47
 
48
48
  - [Not1MM](#not1mm)
49
- - [What and why is Not1MM](#what-and-why-is-not1mm)
50
- - [The elephant in the room](#the-elephant-in-the-room)
49
+ - [What and Why is Not1MM](#what-and-why-is-not1mm)
50
+ - [The Elephant in the Room](#the-elephant-in-the-room)
51
51
  - [The What](#the-what)
52
52
  - [Target Environment](#target-environment)
53
53
  - [The Why](#the-why)
54
- - [Current state](#current-state)
55
- - [Code maturity](#code-maturity)
54
+ - [Current State](#current-state)
55
+ - [Code Maturity](#code-maturity)
56
56
  - [Data and RTTY](#data-and-rtty)
57
- - [Other not so supported contests](#other-not-so-supported-contests)
57
+ - [Other not so Supported Contests](#other-not-so-supported-contests)
58
58
  - [Our Code Contributors ✨](#our-code-contributors-)
59
- - [List of should be working contests](#list-of-should-be-working-contests)
60
- - [Recent Changes (Polishing the Turd)](#recent-changes-polishing-the-turd)
59
+ - [List of Should be Working Contests](#list-of-should-be-working-contests)
60
+ - [Recent Changes](#recent-changes)
61
61
  - [Flatpak](#flatpak)
62
62
  - [Installation](#installation)
63
63
  - [Prerequisites](#prerequisites)
64
- - [Common installation recipes for Ubuntu and Fedora](#common-installation-recipes-for-ubuntu-and-fedora)
64
+ - [Common Installation Recipes for Ubuntu and Fedora](#common-installation-recipes-for-ubuntu-and-fedora)
65
65
  - [Ubuntu 22.04 LTS](#ubuntu-2204-lts)
66
66
  - [Ubuntu 23.04](#ubuntu-2304)
67
67
  - [Ubuntu 24.04 LTS](#ubuntu-2404-lts)
@@ -72,8 +72,8 @@ Requires-Dist: Levenshtein
72
72
  - [Python, PyPI, pip and pipx](#python-pypi-pip-and-pipx)
73
73
  - [Bootstrapping pipx](#bootstrapping-pipx)
74
74
  - [Installing with pipx](#installing-with-pipx)
75
- - [Installing from GitHub source](#installing-from-github-source)
76
- - [After the install](#after-the-install)
75
+ - [Installing from GitHub Source](#installing-from-github-source)
76
+ - [After the Install](#after-the-install)
77
77
  - [You may or may not get a warning message like](#you-may-or-may-not-get-a-warning-message-like)
78
78
  - [Or this fan favorite](#or-this-fan-favorite)
79
79
  - [Update your CTY and SCP files](#update-your-cty-and-scp-files)
@@ -136,9 +136,9 @@ Requires-Dist: Levenshtein
136
136
  - [The exchange](#the-exchange)
137
137
  - [RAEM](#raem)
138
138
 
139
- ## What and why is Not1MM
139
+ ## What and Why is Not1MM
140
140
 
141
- ### The elephant in the room
141
+ ### The Elephant in the Room
142
142
 
143
143
  Not1MM's interface is a blatant ripoff of N1MM. It is NOT N1MM and any problem
144
144
  you have with this software should in no way reflect on their software.
@@ -164,9 +164,9 @@ I'm a casual contester and could not find any contesting software for Linux that
164
164
  I wanted to use. There is [Tucnak](http://tucnak.nagano.cz/) which is very robust
165
165
  and mature. It just wasn't for me.
166
166
 
167
- ## Current state
167
+ ## Current State
168
168
 
169
- ### Code maturity
169
+ ### Code Maturity
170
170
 
171
171
  The current state is "**BETA**".
172
172
 
@@ -183,7 +183,7 @@ Day and ARRL VHF. Found it works better if you don't use FlDigi for making the Q
183
183
  Rather just using it as a RTTY modem and sending the text for it to send from Not1MM
184
184
  using the function keys or ESM.
185
185
 
186
- ### Other not so supported contests
186
+ ### Other not so Supported Contests
187
187
 
188
188
  Of note, state QSO parties. I haven't worked any yet. And no one has submitted a PR
189
189
  adding one... So there you go. In the near future I'll probably add California, guess
@@ -198,9 +198,9 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
198
198
  <img src="https://contrib.rocks/image?repo=mbridak/not1mm" alt="Avatar icons for code contributors." />
199
199
  </a>
200
200
 
201
- ## List of should be working contests
201
+ ## List of Should be Working Contests
202
202
 
203
- - General Logging (There are better general loggers like QLog, KLog, CQRLog)
203
+ - General Logging
204
204
  - 10 10 Fall CW
205
205
  - 10 10 Spring CW
206
206
  - 10 10 Summer Phone
@@ -233,8 +233,9 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
233
233
  - Weekly RTTY
234
234
  - Winter Field Day
235
235
 
236
- ## Recent Changes (Polishing the Turd)
236
+ ## Recent Changes
237
237
 
238
+ - [25-1-27] Update pop up about updates...
238
239
  - [25-1-26] Add macros for MARK, SPOT, WIPE, RUN, SANDP.
239
240
  - [25-1-25-2] Add call history to REF CW and SSB.
240
241
  - [25-1-25-1] Fix:ratewindow failed to change stats when contest changed.
@@ -267,7 +268,7 @@ Not1MM requires:
267
268
 
268
269
  You should install these through your distribution's package manager before continuing.
269
270
 
270
- ### Common installation recipes for Ubuntu and Fedora
271
+ ### Common Installation Recipes for Ubuntu and Fedora
271
272
 
272
273
  I've taken the time to install some common Linux distributions into a VM and
273
274
  noted the minimum steps needed to install Not1MM.
@@ -405,7 +406,7 @@ pipx upgrade not1mm
405
406
  <details>
406
407
  <summary><b>Installing from GitHub source.</b></summary>
407
408
 
408
- ### Installing from GitHub source
409
+ ### Installing from GitHub Source
409
410
 
410
411
  Since this is packaged for PyPI, if you want to work on your own source branch,
411
412
  after cloning from github you would:
@@ -436,7 +437,7 @@ not1mm
436
437
 
437
438
  </details>
438
439
 
439
- ## After the install
440
+ ## After the Install
440
441
 
441
442
  You can now open a new terminal and type `not1mm`. On it's first run, it may or
442
443
  may not install a lovely non AI generated icon, which you can later click on to
@@ -1,6 +1,6 @@
1
1
  not1mm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- not1mm/__main__.py,sha256=FWmlZTC3tuBkQvowFLO7hhC9aI_aZNb3c12X8RZ0N0M,147149
3
- not1mm/bandmap.py,sha256=zD3aUf36NVQCy0plAcZLNxYhSEM9xZ8J1Cu9vrcFPYA,31136
2
+ not1mm/__main__.py,sha256=g0o9K_koq2alfJffLvSYAEB_jjRetCfy1ZyjsSe6-vw,147224
3
+ not1mm/bandmap.py,sha256=BpaR8ENrDJyyPBDeNiHrNYGPU6vRNMoCl2J8HBx4FtE,31137
4
4
  not1mm/checkwindow.py,sha256=VFAcKYTcoWhmIf91chwY6tyao9FQMWPiUkgDDkkWaog,9670
5
5
  not1mm/fsutils.py,sha256=ukHKxKTeNKxKwqRaJjtzRShL4X5Xl0jRBbADyy3Ifp8,1701
6
6
  not1mm/logwindow.py,sha256=TvpzQTNB92hISlUO3iWBqtlPmlebdhOkAArx0DNGcOs,43966
@@ -116,7 +116,7 @@ not1mm/lib/plugin_common.py,sha256=M5reDYM-v5IjAa2yTROvZTeTDkXYHb3U52W9mc9GxwA,1
116
116
  not1mm/lib/select_contest.py,sha256=WsptLuwkouIHeocJL3oZ6-eUfEnhpwdc-x7eMZ_TIVM,359
117
117
  not1mm/lib/settings.py,sha256=j5lIMLHJ-eqIaVr_QhI82gkbOl17_C-5suRkWbHYET8,14717
118
118
  not1mm/lib/super_check_partial.py,sha256=hwT2NRwobu0PLDyw6ltmbmcAtGBD02CKGFbgGWjXMqA,2334
119
- not1mm/lib/version.py,sha256=c2NmYvrL8GMNfqgwSc4pepSoYcx-ohNh20H-sRZU0mA,48
119
+ not1mm/lib/version.py,sha256=5twE3X_EhOERN68RFOMetqlYtjVyFM0GztcTbeKnV8Y,48
120
120
  not1mm/lib/versiontest.py,sha256=8vDNptuBBunn-1IGkjNaquehqBYUJyjrPSF8Igmd4_Y,1286
121
121
  not1mm/plugins/10_10_fall_cw.py,sha256=5QUyGMvGBC-HxcY_z9QbfuxSg3f7p6C9K4qhTxgZE7k,14719
122
122
  not1mm/plugins/10_10_spring_cw.py,sha256=XjYFM263WYyG6nVQzPObW4YC7Z9L93rixSOcVsxPvH4,14722
@@ -165,9 +165,9 @@ not1mm/plugins/ref_ssb.py,sha256=Z_XmMpYKcI5dZh4TQqvQDcz-cLpMzpDEKBnb5iHeBLQ,215
165
165
  not1mm/plugins/stew_perry_topband.py,sha256=D1hekmMbx-i4BhaP2uzOK3OzaVVMMdgcN3RmfweNqHo,15341
166
166
  not1mm/plugins/weekly_rtty.py,sha256=rdlIrsxBeuj-RQc5OStVNF7sGCtBK5t6inN5Z7DI4tw,20066
167
167
  not1mm/plugins/winter_field_day.py,sha256=JK4r1vfxs7aADR7ZYbjZniz3f5s3_ipSQDZ0GRNWC7I,15222
168
- not1mm-25.1.26.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
169
- not1mm-25.1.26.dist-info/METADATA,sha256=iXMDbF4z6FzXGatxDD6T48vNADbNX2OBaD5WcZB2PYI,36064
170
- not1mm-25.1.26.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
171
- not1mm-25.1.26.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
172
- not1mm-25.1.26.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
173
- not1mm-25.1.26.dist-info/RECORD,,
168
+ not1mm-25.1.27.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
169
+ not1mm-25.1.27.dist-info/METADATA,sha256=oh_anep06gz1OKHyV93o1THVRiKh4WM9bvYXmA5TjM8,35987
170
+ not1mm-25.1.27.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
171
+ not1mm-25.1.27.dist-info/entry_points.txt,sha256=pMcZk_0dxFgLkcUkF0Q874ojpwOmF3OL6EKw9LgvocM,47
172
+ not1mm-25.1.27.dist-info/top_level.txt,sha256=0YmTxEcDzQlzXub-lXASvoLpg_mt1c2thb5cVkDf5J4,7
173
+ not1mm-25.1.27.dist-info/RECORD,,