Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.04.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 653efa5..eb6a8b5 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for termpub

 {{$NEXT}}

+1.04 2019-03-01T16:05:38Z
+
+  - Fix division by zero when loading empty pads
+  - Fix bug in set_chapter where a pad was rendered before the current
+    chapter was changed
+
 1.03 2019-02-02T22:25:53Z

   - Fix crashing help screen
  • Loading branch information
mdom committed Mar 1, 2019
1 parent 87e1172 commit b0ebee7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ lib/App/termpub/Choose.pm
lib/App/termpub/InfoBox.pm
perltidy.LOG
script/rendertest
script/viewepub
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Revision history for termpub

{{$NEXT}}

1.04 2019-03-01T16:05:38Z

- Fix division by zero when loading empty pads
- Fix bug in set_chapter where a pad was rendered before the current
chapter was changed

1.03 2019-02-02T22:25:53Z

- Fix crashing help screen
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"web" : "https://github.com/mdom/termpub"
}
},
"version" : "1.03",
"version" : "1.04",
"x_contributors" : [
"Adrian Petrescu <apetresc@gmail.com>",
"Mario Domgoergen <mario@domgoergen.com>",
Expand Down
2 changes: 1 addition & 1 deletion lib/App/termpub.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Mojo::JSON 'encode_json', 'decode_json';
use App::termpub::Renderer;
use Curses;

our $VERSION = '1.03';
our $VERSION = '1.04';

has 'epub';
has chapters => sub { shift->epub->chapters };
Expand Down

0 comments on commit b0ebee7

Please sign in to comment.