1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
GRIG 0.4.2:
- Added command line option to specify a delay between the
execution of each command. This has been introduced as an
attempt to avoid buffer overflow in some radios caused by
to fast polling.
- Added command line option to disable threads and use a
regular timeout based daemon process instead (problem
reported on FreeBSD).
- Fixed a bug which caused the frequency display to flicker.
- Fixed a bug which caused the README, NEWS, AUTHORS, COPYING
and ChangeLog files not to be installed.
- Only poll the selected meter setting when in TX mode.
GRIG 0.4.1:
- Fixed a bug which caused the pixmaps to be omitted from
the source package.
GRIG 0.4.0:
- Ported to Gtk2; requires Gtk+ 2.4 or greater. Removed
Gnome and GConf dependencies.
- Requires Hamlib 1.2.0 or greater.
- Added continuous readback from radio.
- Read signal strength, tx-power, swr and alc when available.
- Removed rotator support (will be in a separate program).
- Radio configuration is set via the command line and the
first time wizard has been completely removed.
- Added RIT control.
- Removed level sliders, will be re-added in the next version.
GRIG 0.3.0 (never relesed, available from CVS):
- Rotator support with the possibility for AZ, EL or AZ/EL
rotators.
- New rig controls: PTT.
- Possibility to configure the serial speed (backends can
override it though?).
- Active readback from rig and rotator.
- Fixed bug which caused the number of radios to be reset to
1, if the user re-ran the first time druid (#750024).
GRIG 0.2.2:
- Fixed bug which selected the wrong debug level in the
menubar (Bug #609332).
- Fixed bug which caused incorrect handling of unavailable
level settings (#621762).
GRIG 0.2.1:
- Finished configuration modules.
- Added wheelmouse support.
- Fixed bug which prevented correct initialization of
Mode, Filter and AGC selectors.
- Fixed bug which caused wrong initialization of the
level sliders.
- Added temporary command line option to enable frequency
readback.
GRIG 0.2.0:
- Support for Hamlib 1.1.3 (rotator).
- Preferences dialog to edit radios and rotators.
- New user druid to guide first-time users through
initial setup.
- Radio controls have been embedded into a Gtk+ widget and
can be reused by other Gtk+/Gnome applications.
- Command line options to override some default settings.
GRIG 0.1.0:
- Initial release.
- Power button.
- Mode, filter and AGC selector.
- Frequency display (change frequency by clicking on a digit).
- Level settings for AF, RF, NR, Squelch and APF (receiver).
|