diff --git a/README.md b/README.md index af28383ba..2b2680437 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Version History | Version | Date | Comment | |---------|------|---------| +| v0.9.9 | 14.03.2016 | Adds batch and ranking reports, batch conversions, follow-background for Fuji PIDs, additional keyboard short cuts, designer improvements, bug fixes | | v0.9.8 | 21.10.2015 | US weight and volume units, extended [symbolic formulas and plotter](http://artisan-roasterscope.blogspot.de/2015/10/signals-symbolic-assignments-and-plotter.html), [ln()/x^2 approximations](http://artisan-roasterscope.blogspot.de/2015/10/natural-roasts.html), bug fixes | | v0.9.7 | 29.07.2015 | Bug fixes | | v0.9.6 | 20.07.2015 | Bug fixes | diff --git a/src/README.txt b/src/README.txt index 0778a4202..a7a797953 100644 --- a/src/README.txt +++ b/src/README.txt @@ -16,7 +16,7 @@ Developers: FEATURES -o runs on Windows, Mac OS X 10.7 on Intel 64bit processor, and Linux +o runs on Windows, Mac OS X (>=10.7) on Intel 64bit processor, and Linux (on OS X 10.8 Mountain Lion and later you need to tick "Allow applications downloaded from Anywhere" in the Security & Privacy Preference Panel to start the app) o ET/BT logging and PID control supporting the following devices - Fuji PXR/PXG 4 & 5 PID @@ -67,7 +67,9 @@ o spike filter and curve smoothing o color input from color meters o LargeLCDs and WebLCDs o volume calculator -o batch counter +o batch counter +o roast, production (for tax reporting) and ranking reports +o PID-based roast reproduction (follow background mode) INSTALLATION @@ -159,9 +161,9 @@ Artisan uses the following libraries in unmodified forms: http://qt-project.org/products/licensing - Numpy 1.9.x and Scipy 0.14.x, Copyright (c) 2005, NumPy Developers; All Rights Reserved http://www.scipy.org/ -- PyQt 4.11.x and SIP 4.16.x under the Qt GNU GPL v. 3.0 licence; Copyright (c) 2010 Riverbank Computing Limited +- PyQt 5.x and SIP 4.x under the Qt GNU GPL v. 3.0 licence; Copyright (c) 2010 Riverbank Computing Limited http://www.riverbankcomputing.co.uk/software/pyqt/ -- matplotlib 1.4.x, Copyright (c) 2002-2013 John D. Hunter; All Rights Reserved. Distributed under a licence based on PSF. +- matplotlib 1.5.x, Copyright (c) 2002-2015 John D. Hunter; All Rights Reserved. Distributed under a licence based on PSF. http://matplotlib.sourceforge.net - py2app 0.9.x under the PSF open source licence; Copyright (c) 2004-2006 Bob Ippolito Copyright (c) 2010-2012 Ronald Oussoren . @@ -169,13 +171,19 @@ Artisan uses the following libraries in unmodified forms: - py2exe, Copyright (c) 2000-2005 Thomas Heller, Mark Hammond, Jimmy Retzlaff http://www.py2exe.org/ - bbfreeze, Copyright (c) 2007-2012 brainbot technologies AG. Distributed under the zlib/libpng license. -- minimalmodbus 0.6 under the Apache License, Version 2.0 by Jonas Berg -- pymodbus 1.2.x under the BSD License by Galen Collins +- pymodbus 1.3.x under the BSD License by Galen Collins - arabic_reshaper.py under GPL by Abd Allah Diab (Mpcabd) VERSION HISTORY + +v0.9.9 (14.3.2016) + - adds batch and ranking reports as well as batch conversions + - adds follow-background for Fuji PIDs + - adds additional keyboard short cuts + - designer improvements + - bug fixes v0.9.8 (18.10.2015) - US weight and volume units diff --git a/src/debian/usr/share/doc/artisan/changelog b/src/debian/usr/share/doc/artisan/changelog index 320999749..7c497fc6b 100644 --- a/src/debian/usr/share/doc/artisan/changelog +++ b/src/debian/usr/share/doc/artisan/changelog @@ -1,3 +1,13 @@ +artisan (0.9.9-1) precise; urgency=low + * new upstream release + * changes since 0.9.8: + - adds batch and ranking reports as well as batch conversions + - adds follow-background for Fuji PIDs + - adds additional keyboard short cuts + - designer improvements + - bug fixes + -- Mon, 14 Mar 2016 19:32:14 +0200 + artisan (0.9.8-0) precise; urgency=low * new upstream release * changes since 0.9.7: diff --git a/src/setup-packages-mac.txt b/src/setup-packages-mac.txt index 2c0222ece..6c44c599c 100644 --- a/src/setup-packages-mac.txt +++ b/src/setup-packages-mac.txt @@ -22,7 +22,7 @@ o pymodbus 1.3.x master 31.5.2015 o yoctopuce 1.10.22936 o requests 2.7.0 o bottle 0.13 trunk -o gevent 1.0.2 +o gevent 1.1.0 o geventwebsocket 0.9.3 o appnope 0.1 o python-qrcode 5.2.2 @@ -37,6 +37,8 @@ CHECK FOR UPDATES Upgrade History: +- 2016-03-14 + . gevent => 1.0.2 1.1.0 - 2016-03-07 . openpyxl 2.3.3 - 2016-02-23 diff --git a/src/translations/artisan_de.qm b/src/translations/artisan_de.qm index 9e2c9c3f3..1d8869e5a 100644 Binary files a/src/translations/artisan_de.qm and b/src/translations/artisan_de.qm differ diff --git a/src/translations/artisan_de.ts b/src/translations/artisan_de.ts index 659a59d2e..1bd7efc8e 100644 --- a/src/translations/artisan_de.ts +++ b/src/translations/artisan_de.ts @@ -2591,7 +2591,7 @@ END Date - Datum + Datum @@ -4039,12 +4039,12 @@ END Ramp Soak HH:MM<BR>(1-4) - + Ramp Soak HH:MM<BR>(5-8) - + diff --git a/wiki/ReleaseHistory.md b/wiki/ReleaseHistory.md index 11f19fddd..2f6aba224 100644 --- a/wiki/ReleaseHistory.md +++ b/wiki/ReleaseHistory.md @@ -3,7 +3,7 @@ Detailed Release History ---- -v0.9.9 (xx.xx.2016) +v0.9.9 (14.03.2016) ------------------ * New Features