Skip to content

Commit

Permalink
fixes the links to the issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed May 18, 2018
1 parent e95be97 commit e30c974
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions wiki/ReleaseHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@ v1.3.1 (20.5.2018)
------------------

* New Features
- adds Cmd-S as shortcut for "Save As" ([#194](../issues/194))
- remembers fullscreen mode over restarts ([#199](../issues/199))
- adds Cmd-S as shortcut for "Save As" ([#194](../../issues/194))
- remembers fullscreen mode over restarts ([#199](../../issues/199))
- allows to insert a custom event button line before the selected one by clicking Add
- adds insert action to the alarm table to add an alarm line before the selected one
- adds support for the new Fuji PID PXF
- adds PXF variant of Sedona Elite and Phoenix machine configurations
- adds copy as tab delimited text action for data tables
* Changes
- restricts the "time-to" display introduced in v1.3 to the temperature mode rendering the percentage mode again as in v1.2 ([#196](../issues/196))
- all hundredths not only thenth in roast properties weight adn volume ([#198](../issues/198))
- restricts the "time-to" display introduced in v1.3 to the temperature mode rendering the percentage mode again as in v1.2 ([#196](../../issues/196))
- all hundredths not only thenth in roast properties weight adn volume ([#198](../../issues/198))
- events created by sliders now put the values translated using the sliders offset and factor to the event descriptions together with a unit prefix
- started internal code modularisation resulting in lower memory demand in most cases
- removed support for Qt4
- updates to pymodbus 1.5.2 for better error handling on noisy lines
- increase width of phases LCDs to hold one more digit and update tooltip
- improves slider release action
* Bug Fixes
- ensures that the matplotlib font cache is used on Linux ([#178](../issues/178))
- fixes an error that could occur on deleting an event button definition ([#179](../issues/179))
- ensures proper persistance of the "Descr." checkbox state of the events dialog over restarts ([#180](../issues/180))
- fixes a communication issue with Aillio Bullet R1 roasters running a newer firmware ([#188](../issues/184))
- fixes a build error in v1.3 that caused Artisan to crash on opening a file selector ([#182](../issues/182),[#187](../issues/187),[#188](../issues/188))
- ensures that decimals in curve width are properly handled ([#186](../issues/186))
- fixes a regression that disallowed for negative event button values ([#191](../issues/191))
- fixes an unhandled exception in the alarm processing ([#192](../issues/192))
- fixes a rare case were the first event listed in roasting reports got duplicated ([#195](../issues/195))
- ensures that the matplotlib font cache is used on Linux ([#178](../../issues/178))
- fixes an error that could occur on deleting an event button definition ([#179](../../issues/179))
- ensures proper persistance of the "Descr." checkbox state of the events dialog over restarts ([#180](../../issues/180))
- fixes a communication issue with Aillio Bullet R1 roasters running a newer firmware ([#188](../../issues/184))
- fixes a build error in v1.3 that caused Artisan to crash on opening a file selector ([#182](../../issues/182),[#187](../../issues/187),[#188](../../issues/188))
- ensures that decimals in curve width are properly handled ([#186](../../issues/186))
- fixes a regression that disallowed for negative event button values ([#191](../../issues/191))
- fixes an unhandled exception in the alarm processing ([#192](../../issues/192))
- fixes a rare case were the first event listed in roasting reports got duplicated ([#195](../../issues/195))
- fixes Phidgets pulses that never latched back
- fixes background title colors
- fixes a problem setting extra device colors
Expand Down

0 comments on commit e30c974

Please sign in to comment.