0.3.3 / 2019-05-09 Fabian Kurz <fabian@fkurz.net>
* Generate summary files for each attempt (idea by K0MP)
* Update callsign database and toplist
* Minor bug fixes and cleanup
Reported by: portscout
August - 0.9.8.1
- Added the Es'hail / QO-100 satellite.
- UI: Satellite list, propagation modes and others are now shown sorted. (TNX Isabel)
- UI: Added default values to the infoWidget (Continent, Prefix, CQ, ITU...). (TNX Isabel)
- UI: RX/TX Freq in Satellite tab are also in red/black depending on the frequency being out/in of ham bands.
- UI: Mode selected is now changing the RST format and default values for some modes.
- Bugfix: Editing a QSO to remove a comment was not properly working. (TNX Isabel)
- Bugfix: Worked & Confirmed QSO numbers are now aligned in the Awards tab. (TNX Isabel)
- Bugfix: KLog.pro is now fixed to compile in Linux. (TNX KB2YSI)
- Bugfix: Improved how the DXMarathon was managed when disabled.
- Bugfix: Improved how DXCC Award was updated after one QSO was added. (TNX Isabel)
- Fixed a bug in the SQL update database.
August - 0.9.8
- New feature: Basic Hamlib support.
- Fixed a bug in the SQL update database.
- Fixed a bug in the DXCCWidget.
- Fixed a bug in the QSO per hour stats.
- Added the FT4 mode.
- Updated translations: Catalan (TNX Txema), Danish (TNX Joe), Finnish (TNX Kristjan), French (F4HWL), German (TNX Burkhard), Spanish (EA4TV).
March - 0.9.7.3
- TODO: Remove the band 0 / Light from the DB.
- UI: KLog warns the user if the frequency used is out of the hamradio bands.
- Reworked how freqs and bands are managed.
Reported by: portscout
There are now -kc and -lmdb slave ports that use
KyotoCabinet and LMDB databases.
Since KyotoCabinet is supposed to relieve TokyoCabinet from duty,
sunset the -tc port some 15 months from now.
Clean up CONFLICTS.
Run self-tests in post-build. This reveals Berkeley DB issues
on the various RISC architectures (mips64, aarch64).
.src.rpm with patches derived from the audio/alsa-plugins port. This
should improve sound output from Linux programs.
CFLAGS contains -nostdinc -isystem ... because gcc searches
/usr/local/include before /usr/include otherwise and picks up headers from
/usr/local/include/alsa instead of /compat/linux/usr/include/alsa.
PR: 240043
Corey has decided to give up maintainership. Thanks for your past efforts!
While here, run ${STRIP_CMD} on executables in bin/.
PR: 226608
Submitted by: Corey Halpin (maintainer)
Reported by: Igor Sysoev
This fixes also net-mgmt/netbox at runtime since r507098 [1]
Changelog:
* Fixed compatibility with Django REST framework 3.10.x [1]
* Improved enum type detection for nested "ChoiceFields"
https://github.com/axnsan12/drf-yasg/tree/1.16.1
PR: 240410
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>