Releases: ham-radio-software/D-Rats
Messages Fixes and install in MobaXterm
Installation fixes
Fix issues with parsing configure files, make sure required directories exist, and installation issues.
Python3 based release
This is the first release for the Python 3 based D-Rats
Compliance Update
Fix some minor compliance issues in D-Rats.
0.3.10-beta5-fix-connect
*** "connected to internet" *** partial fix of connect/disconnect behaviour
This Beta is based on 0.3.10.beta5 to implement a partial fix of the behaviour triggered by the "connected to internet" checkbox in the mainwindow menu
Up to now the d-rats doesn't manage the ratflector connectivity's on the base of the mentioned checkbox
with this code the flag is partially considered, meaning that:
- at D-Rats startup the configuration of ""connected to internet"" it is considered, so if internet is flagged or unflagged it will start / not start ratflectors
- at changing the value of "connected to internet", d-rats will start the ratflectors (but not stop due to a bug i am struggling to solve)
- at saving any new config (i.e. from the save button in the preferences window), according to the value of "connected to internet" it will start (or stop) any ratflector configured and marked as enabled
so, in order to be connected, ratflectors need to be "enabled" into the preferences, and "connected to internet" need to flagged
Major issue: when the "connected to internet" it's put on flagged off (i.e. "don't connect to internet" it doesn't properly disconnect raftlectors).
to force a disconnect it is necessary to do it in two steps:
- set "connected to internet" off
- go into "preferences", disable the ratflector and click on save
this will close the connection with the ratflector (no messages yet into the message bar)
NOTE: from toggling the "internet active" button this version should also allow to manually overcome the problem of d-rats silent disconnections from ratflectors
0.3.10 beta 4
incorporates latest fix from John, this one should have the ratflector fix on the positions transmission
What's Changed
- Update README.md per markdownlint by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/81
- utils.py python3 compatible + fixes by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/82
- Python3 compatibility fixes by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/83
- Fix config unit test and log flooding by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/84
- Fix unit test of mailsrv by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/86
- Fix formgui.py Unit tests by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/85
- Mapdisplay and geocode_ui test fixes by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/87
- d_rats/image.py fixes by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/88
- Update qst.py by @ea2afz in https://github.com/maurizioandreotti/D-Rats/pull/91
- Update gps.py by @ea2afz in https://github.com/maurizioandreotti/D-Rats/pull/90
- Update qst.py by @ea2afz in https://github.com/maurizioandreotti/D-Rats/pull/92
- Update qst.py by @ea2afz in https://github.com/maurizioandreotti/D-Rats/pull/93
- ddt2 compression fix by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/94
- rpc.py bytearray fix by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/95
- config gps_default_message fix by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/97
- Files bytearray fix by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/98
- Chat bytearray fix by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/96
- rpc.py indentation bugfix by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/99
- Position Reporting fix by @wb8tyw in https://github.com/maurizioandreotti/D-Rats/pull/101
New Contributors
- @wb8tyw made their first contribution in https://github.com/maurizioandreotti/D-Rats/pull/81
- @ea2afz made their first contribution in https://github.com/maurizioandreotti/D-Rats/pull/91
Full Changelog: maurizioandreotti/D-Rats@0.3.9...0.3.10beta4
0.3.10 beta2
fixed bug on emails created with 0.3.10beta1
0.3.10 beta1
introduced an error on saving forms - do not use this one
improved logging with timestamp
0.3.9
- Main window: added "lookup on qrz.com" in stations menu
- Chat: added check and error popup if someone try deleting the "main" tab from chat
- QST: added 120 and 180 minutes thresholds
- fixed (regenerated) icons for both d-rats and ratflector
- Ratflector: added some logging
0.3.9-beta-3
20200529 - 0.3.9 - beta 3
• added timestamp in repeater logs
• changed report position replies to “getposition” format to be compliant with DPRS interface
• added a default icon for station reporting position with wrong GPS icon string (so to have them on the map)
• updated compile procedure to have drats2.ico back again in windows exe