tag:github.com,2008:https://github.com/ioClarity/D-Rats/releases Tags from D-Rats 2023-11-24T23:14:11Z tag:github.com,2008:Repository/1086814230/0.4.2 2023-11-24T23:14:11Z 0.4.2: Install D-Rats in MobaXterm fixes (#283) <p>Install D-Rats in MobaXterm fixes (<a class="issue-link js-issue-link" href="https://github.com/ham-radio-software/D-Rats/pull/283">ham-radio-software#283</a>)</p> <p>* Install D-Rats in MobaXterm fixes</p> <p>Install script needs to build the translation database.</p> <p>d-rats_in_mobaxterm_install.sh <br /> Rename to correct name. <br /> Add packages needed to build the translation database <br /> and call script to do the build.</p> <p>d_rats/aprs_icons.py: <br /> Fix Typographical error.</p> <p>d_rats/mainwindow.py: <br /> Fix path for d-rats logo for about dialog</p> <p>d_rats/version.py: <br /> Fix git version lookup</p> wb8tyw tag:github.com,2008:Repository/1086814230/0.4.1 2023-05-13T15:36:43Z 0.4.1: Fixes for for 0.4.0 release (#181) <p>Fixes for for 0.4.0 release (<a class="issue-link js-issue-link" href="https://github.com/ham-radio-software/D-Rats/pull/181">ham-radio-software#181</a>)</p> <p>* Fixes for for 0.4.0 release</p> <p>These mainly affect PIP installed D-Rats.</p> <p>Fixed various crashes seen on when running the PIP installed tarball, <br />missing directories, or from existing incorrect data in the D-Rats <br />configuration files.</p> <p>Add the Certificate Authority package for the MSYS2 environment.</p> <p>README.md: <br />docs/source/d_rats.rst: <br />d_rats/ui/main_files.py: <br /> Minor updates.</p> <p>share/d-rats.desktop: <br />share/d-rats_repeater.desktop: <br /> Fix path to icon to match current conventions.</p> <p>d-rats_safe_mode.bat: <br />distXP.bat: <br />PKG-INFO: <br /> Removed as obsolete.</p> <p>d_rats/config.py: <br /> Add getint_tolerant method for reading data from the <br /> D-Rats configuration file that may be in the wrong format.</p> <p>d_rats/config.py: <br />d_rats/dplatform.py: <br /> Use makedirs() instead of mkdir() to make sure parent <br /> directories exist. <br /> Minor fixes for pylance and docstrings.</p> <p>d_rats/dplatform.py: <br /> Fix the indentation in dplatform for a diagnostic in Mac OS-X.</p> <p>d_rats/map/mapdraw.py: <br /> Use the dplatform.sys_data for looking up the broken_tile.png. <br /> Minor fixes for pylance and docstrings.</p> <p>d_rats/ui/main_messages.py: <br /> Convert dict_keys object to list to prevent crash. <br /> Minor fixes for pylance and docstrings</p> <p>d_rats/version.py: <br /> Fix lookup for setup_version.py for document generation. <br /> If PKG-INFO is not found, properly set fallback version. <br /> If a Git version is found, generate a minimal PKG-INFO file. <br /> Fix detecting dev versions.</p> <p>python_prebuild.py: <br /> Make sure changes directory is present.</p> <p>setup.py: <br /> Missing the gzipped man pages. <br /> Locale files put in the wrong directory. <br /> D-rats2.xpm should be put in share/pixmaps. <br /> Fix message catalog generation</p> <p>msys2_packages.sh: <br /> Add CA certificate bundle package.</p> <p>changes: <br /> Update tickets fixed in this commit</p> <p>MANIFEST.in: <br /> Add PKG-INFO file</p> wb8tyw tag:github.com,2008:Repository/1086814230/0.4.0 2022-12-03T19:23:56Z 0.4.0: Updated python packaging (#165) <p>Updated python packaging (<a class="issue-link js-issue-link" href="https://github.com/ham-radio-software/D-Rats/pull/165">ham-radio-software#165</a>)</p> <p>Python packaging for D-Rats is now platform independent.</p> <p>python_prebuid.py: (new) <br /> Python script for doing a pre-build before building the actual package.</p> <p>changes/152.bugfix: (new) <br /> Update for NEWS.rst for what is changed with this commit.</p> <p>libexec/*: (removed) <br /> Removed platform specific lzhuf binary and sources.</p> <p>README.md: <br /> Updated for this change.</p> <p>requirements.txt: <br /> Updated and alphabetized for better maintenance.</p> <p>setup.py: <br /> Removed the pre-build steps from the setup.py. <br /> The setup.py may be run multiple times during package building and install. <br /> The pre-build steps should only be run once, so needed to be removed.</p> <p>Co-authored-by: John E. Malmberg &lt;wb8tyw@gmail.com&gt;</p> wb8tyw tag:github.com,2008:Repository/1086814230/0.3.10.b6 2022-09-05T15:17:29Z 0.3.10.b6: fix(compliance) Fix compliance issues (#155) <p>fix(compliance) Fix compliance issues (<a class="issue-link js-issue-link" href="https://github.com/ham-radio-software/D-Rats/pull/155">ham-radio-software#155</a>)</p> <p>PKG-INFO: <br /> Bump beta version, add homepage</p> <p>README.md: <br /> Minor updates for new site, etc.</p> <p>d_rats/version.py: <br /> Bump beta version. <br /> New repository location. <br /> Fix attributions for data sources.</p> <p>Co-authored-by: John E. Malmberg &lt;wb8tyw@gmail.com&gt;</p> wb8tyw tag:github.com,2008:Repository/1086814230/0.3.5-beta5-fix-connect 2021-10-08T04:16:34Z 0.3.5-beta5-fix-connect maurizioandreotti tag:github.com,2008:Repository/1086814230/0.3.10beta4 2021-10-05T14:37:32Z 0.3.10beta4 maurizioandreotti tag:github.com,2008:Repository/1086814230/0.3.10beta2 2020-07-14T11:01:34Z 0.3.10beta2: fixed saving form reverting print command <p>fixed saving form reverting print command</p> <p>and removed check on connectivity status in emailgw as status seemed wrongly instantiated (need to check this in detail)</p> maurizioandreotti tag:github.com,2008:Repository/1086814230/0.3.10beta1 2020-06-26T07:43:18Z 0.3.10beta1 <p>started a revision of the logging wrapping print() into printlog() to…</p> <p>… add timestamp for all messages and</p> <p>then introduce in future a conditional approach to skip some logging both for performance and readability</p> maurizioandreotti tag:github.com,2008:Repository/1086814230/0.3.9 2020-06-12T12:39:52Z 0.3.9 maurizioandreotti tag:github.com,2008:Repository/1086814230/0.3.9-beta-3 2020-05-29T16:02:46Z 0.3.9-beta-3 <p>fixed replies to positionrequests to be compliant with format expecte…</p> <p>…d by DPRS interface</p> maurizioandreotti