Skip to content

Commit

Permalink
Prep for release v0.003
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Jul 12, 2017
1 parent c92bfcd commit 4415d83
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 3 deletions.
34 changes: 33 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.003
0.003 2017-07-11 23:39:52-0500
Refactoring
- Split out repositories from Renard-Curie-0.002.

Expand Down Expand Up @@ -40,14 +40,46 @@
Features
- Add opened documents to `Gtk3::RecentManager` so that the
`File -> Recent files` menu is updated.

Fixes <https://github.com/project-renard/curie/issues/192>.
See PR <https://github.com/project-renard/curie/pull/193>.

- Continuous page view and multiple columns (e.g., for dual page display)
using a grid-based view model.

See <https://github.com/project-renard/curie/issues/94>,
<https://github.com/project-renard/curie/pull/209>.

- Add exception handler popup window.

See <https://github.com/project-renard/curie/issues/180>,
<https://github.com/project-renard/curie/pull/208>.

- Improve drag-and-drop support for text/plain data that contains file:
URIs.

See <https://github.com/project-renard/curie/issues/204>,
<https://github.com/project-renard/curie/pull/206>.

Bug fixes
- Zooming causes two redraws because of the call to size request inside of
the draw callback. Seperating the size request from drawing fixes this.

See <https://github.com/project-renard/curie/issues/197>,
<https://github.com/project-renard/curie/pull/194>.

Refactoring
- Add method to check for valid page numbers.

Fixes <https://github.com/project-renard/curie/issues/179>.
See PR <https://github.com/project-renard/curie/pull/195>.

- Refactor the page view models to use seperated presentation.

See <https://github.com/project-renard/curie/issues/150>,
<https://github.com/project-renard/curie/pull/194>,
<https://github.com/project-renard/curie/pull/203>.

0.002 2017-05-16 10:33:20-0500
Features
- Zooming using the scrollwheel.
Expand Down
6 changes: 5 additions & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ Renard::Curie - A document reader written with GTK+.

=head1 VERSION

version 0.002
version 0.003

=head1 SEE ALSO

L<Repository information|http://project-renard.github.io/doc/development/repo/curie/>

=head1 AUTHOR

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author = Project Renard
license = Perl_5
copyright_holder = Project Renard
copyright_year = 2016
version = 0.002
version = 0.003

[@Author::ZMUGHAL::ProjectRenard]

Expand Down
6 changes: 6 additions & 0 deletions lib/Renard/Curie.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ package Renard::Curie;
# ABSTRACT: A document reader written with GTK+.

1;

__END__
=head1 SEE ALSO
L<Repository information|http://project-renard.github.io/doc/development/repo/curie/>

0 comments on commit 4415d83

Please sign in to comment.