Files
owx/ChangeLog
2015-11-03 12:23:53 +01:00

103 lines
2.6 KiB
Plaintext

/* $Id$ */
2015-11-03
- migrated from svn to git
2015-08-07
- fixed size-related warnings on 64-bit systems
2015-02-06
- added UVA1 TOT, TOA, voice guide, beep flag and priority channel number setting
(thx Dmitriy Golub for research and testing!)
2015-02-03
- UVA1 VOX can now be set to 10
2015-01-29
- fixed a typo (still UVA1) in frequency range decoding
- further UVA1 hacking
2015-01-28
- corrected issue with UVA1 memory size (it has 4kB eeprom), thx Dmitriy again
2015-01-27
- added UVA1 programmable button programming, thanks Dmitriy Golub for dumps
2015-01-26
- added UVA1 model support, thanks Dmitriy Golub for memory dump
- currently UVA1 radio ID is set to KG669V, I'll change it once I know
the proper ID
- added -m option (model): UVA1, UVD1, UVD3
- removed double gap in CSV file between ranges and FM radio stations list
(this changes CSV layout, so you need to reexport after upgrading)
- removed obsolete TODO entries (as some things had already been done)
- fixed typo (was KG699V, should be KG669V)
2014-11-11
- added an afsk encoder to aid in programming radios from an audio file
2014-07-01
- added dogecoin donation address
2012-10-23
- fixed compilation error with gcc 4.7.2 (thx Magnus Numelin)
2012-07-22
- added support for semicolon-separated CSV files
- fixed warning in import.cc
2011-04-15
- fixed hang when using pl2303 USB-to-serial converter (thx Ed Nisley)
2011-04-13
- fixed warning in throw.cc (thx Ed Nisley)
2011-03-14
- finally added owx to svn
- set rcsid property on owx files in svn
- created file FILES in docs
2011-03-09
- fixed silly bug in endianness handling code
2011-02-20
- changed endianness-related code to compile on MacOSX (thx Tod Fitch)
- changed maximum non-bogus UHF frequency from 500 to 600 MHz (thx Tod Fitch)
2011-02-17
- added UVD3 welcome message editing (thx SQ5LWN)
- removed references in some places in export code
- exported FromHexOne() in Util namespace
2011-01-30
- added encoding and decoding of frequency ranges (thx K7DB)
2011-01-29
- added Apache 2.0 license to README
2011-01-28
- added support for DCS and TEAM 2 to TODO
2010-11-12
- fixed bug when importing channels (were imported 127, not 128)
- fixed bug in makefile (added -f to ln)
2010-11-02
- changed tcdrain and program_invocation_short_name for cygwin compatibility
2010-10-31
- added FM radio import/export
- added support for .tw files to TODO
- minor changes in the code and README
- added cstdio include to some files (thanks ur6lad)
2010-10-29
- minor changes in README file
- RSS feed for changelog
2010-10-28
- complete rewrite
2010-07-17
- initial release as a little utility