Skip to content

Commit

Permalink
updates change log
Browse files Browse the repository at this point in the history
  • Loading branch information
myTonino committed Jul 6, 2015
1 parent 51d25ab commit 57f77f1
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Features
- profile designer and wheel graph editor
- LargeLCDs and WebLCDs
- volume calculator

- batch counter

Documentation and Support
------------------------
Expand All @@ -73,6 +73,7 @@ Version History

| Version | Date | Comment |
|---------|------|---------|
| v0.9.5 | 06.07.2015 | Batch counter, app settings export/import, bug fixes |
| v0.9.4 | 06.06.2015 | Bug fixes |
| v0.9.3 | 15.05.2015 | Phidget 1051, [Hottop KN-8828B-2K+](http://artisan-roasterscope.blogspot.de/2015/05/hottop-kn-8828b-2k.html), one extra background curve, bug fixes |
| v0.9.2 | 16.01.2015 | Bug fixes |
Expand Down
13 changes: 10 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ o spike filter and curve smoothing
o color input from color meters
o LargeLCDs and WebLCDs
o volume calculator
o batch counter


INSTALLATION
Expand Down Expand Up @@ -154,7 +155,7 @@ Artisan uses the following libraries in unmodified forms:

- Python 2.7.x and 3.4.x released under the PSF licence http://www.python.org/psf/
http://www.python.org/
- QT 4.8.x under the Qt GNU Lesser General Public License version 2.1 (LGPL)
- QT 4.8.x / 5.2.x under the Qt GNU Lesser General Public License version 2.1 (LGPL)
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/
Expand All @@ -169,13 +170,19 @@ Artisan uses the following libraries in unmodified forms:
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.3.x under the BSD License by Galen Collins
- pymodbus 1.2.x under the BSD License by Galen Collins
- arabic_reshaper.py under GPL by Abd Allah Diab (Mpcabd)



VERSION HISTORY

v0.9.3 (6.6.2015)
v0.9.5 (6.7.2015)
- adds batch counter
- adds app settings export/import
- bug fixes

v0.9.4 (6.6.2015)
- bug fixes

v0.9.3 (15.5.2015)
Expand Down
8 changes: 8 additions & 0 deletions debian/usr/share/doc/artisan/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
artisan (0.9.5-0) precise; urgency=low
* new upstream release
* changes since 0.9.4:
- adds batch counter
- adds app settings export/import
- bug fixes
-- <[email protected]> Mon, 6 Jul 2015 19:32:14 +0200

artisan (0.9.4-0) precise; urgency=low
* new upstream release
* changes since 0.9.3:
Expand Down
Binary file modified translations/artisan_de.qm
Binary file not shown.
2 changes: 1 addition & 1 deletion translations/artisan_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ END</source>
<message>
<location filename="../artisanlib/main.py" line="18483"/>
<source>calc</source>
<translation>kalk</translation>
<translation>rechner</translation>
</message>
<message>
<location filename="../artisanlib/main.py" line="17665"/>
Expand Down
24 changes: 23 additions & 1 deletion wiki/ReleaseHistory.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Detailed Release History
========================


v0.9.5 (6.6.2015)
------------------

* New Features
* adds timestamp to profiles
* adds batch counter
* adds exporting and importing of application settings (experimental!)
* restricts Hottop control to "super-user" mode
* adds Hottop BT=212C safety eject mechanism
* Changes
* more stable Hottop communication via parallel processing
* "call program" action on Mac OS X and Linux now calls the given script name instead of initiating an "open" action
* upgrade to Qt5 on Mac OS X
* performance improvements
* Bug Fixes
* fixed Yocto build issue on Mac OS X
* fixed a redraw bug introduced in v0.9.4


----
v0.9.4 (6.6.2015)
------------------

Expand All @@ -15,7 +36,8 @@ v0.9.4 (6.6.2015)
* fixed WebLCDs
* fixes to Fuji PXR "RampSoak ON" mechanism



----
v0.9.3 (15.1.2015)
------------------

Expand Down

0 comments on commit 57f77f1

Please sign in to comment.