Skip to content

Commit

Permalink
Project: Prepared release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkellerer committed Apr 25, 2017
1 parent 92e91bf commit 4a1cda9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions fhem/CHANGED
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.9.1 - 2017-04-25
- fixed "stop" detection interferring with "extra" strength.
- added new state "grinding".
v0.9 - 2017-04-24
- added "strength-extra-start-on-device-strength" which allows
brewing with "extra" strength using device buttons.
Expand Down
2 changes: 1 addition & 1 deletion fhem/controls_smarter-coffee.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
UPD 2017-04-24_20:19:05 72667 FHEM/98_SmarterCoffee.pm
UPD 2017-04-25_09:49:00 73131 FHEM/98_SmarterCoffee.pm
2 changes: 1 addition & 1 deletion fhem/new-changed.pl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Creates the update entries
my $capture = 1;
foreach my $line (@lines) {
$capture = 1 if (not $capture and $line =~ /^# v[0-9]+\.[0-9]+ - [0-9]{4}-[0-9]{2}-[0-9]{2}.*/);
$capture = 1 if (not $capture and $line =~ /^# v[0-9\.]+ - [0-9]{4}-[0-9]{2}-[0-9]{2}.*/);
$capture = 0 if ($capture and $line =~ /^#{10}.+/);

if ($capture and $line =~ /^#(.*)$/) {
Expand Down

0 comments on commit 4a1cda9

Please sign in to comment.