-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
70 lines (53 loc) · 3.36 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
0.005 2020-10-16 19:37:29-0500
Refactoring
- Documentation fix.
Build changes
- CI updates.
0.004 2018-01-06 00:31:17-0600
Features
- Add Types::URI to list of common types.
See <https://github.com/project-renard/p5-Renard-Incunabula/pull/3>.
Refactoring
- Removes all document-specific code and splits them off to the
Renard-Incunabula-Document and Renard-Incunabula-Format-Cairo
distributions.
See
- <https://github.com/project-renard/p5-Renard-Incunabula/issues/5>,
- <https://github.com/project-renard/p5-Renard-Incunabula/pull/6>,
- <https://github.com/project-renard/p5-Renard-Incunabula-Document/pull/1>,
- <https://github.com/project-renard/p5-Renard-Incunabula-Format-Cairo/pull/1>,
- <https://github.com/project-renard/p5-Renard-Incunabula-MuPDF-mutool/pull/6>,
- <https://github.com/project-renard/p5-Renard-Incunabula-Format-PDF/pull/7>,
- <https://github.com/project-renard/p5-Renard-Incunabula-Frontend-Gtk3/pull/5>,
- <https://github.com/project-renard/curie/pull/223>.
0.003 2017-07-11 23:16:58-0500
- Split off from Renard-Curie-0.002.
project-renard/p5-Renard-Incunabula
s/Renard::Curie::Setup/Renard::Incunabula::Common::Setup/
s/Renard::Curie::Types/Renard::Incunabula::Common::Types/
s/Renard::Curie::Error/Renard::Incunabula::Common::Error/
s/Renard::Curie::Model::Document/Renard::Incunabula::Document/
s/Renard::Curie::Model::Outline/Renard::Incunabula::Outline/
s/Renard::Curie::Model::Document::Role::FromFile/Renard::Incunabula::Document::Role::FromFile/
s/Renard::Curie::Model::Document::Role::Pageable/Renard::Incunabula::Document::Role::Pageable/
s/Renard::Curie::Model::Document::Role::Cacheable/Renard::Incunabula::Document::Role::Cacheable/
s/Renard::Curie::Model::Document::Role::Renderable/Renard::Incunabula::Document::Role::Renderable/
s/Renard::Curie::Model::Document::Role::Boundable/Renard::Incunabula::Document::Role::Boundable/
s/Renard::Curie::Model::Document::Role::Outlineable/Renard::Incunabula::Document::Role::Outlineable/
s/Renard::Curie::Model::Page::Role::CairoRenderableFromPNG/Renard::Incunabula::Page::Role::CairoRenderableFromPNG/
s/Renard::Curie::Model::Page::Role::Bounds/Renard::Incunabula::Page::Role::Bounds/
s/Renard::Curie::Model::Page::Role::BoundsFromCairoImageSurface/Renard::Incunabula::Page::Role::BoundsFromCairoImageSurface/
s/Renard::Curie::Model::Page::Role::CairoRenderable/Renard::Incunabula::Page::Role::CairoRenderable/
s/Renard::Curie::Model::Page::CairoImageSurface/Renard::Incunabula::Page::CairoImageSurface/
s/Renard::Curie::Model::Page::RenderedFromPNG/Renard::Incunabula::Page::RenderedFromPNG/
s/Renard::Curie::Model::Document::CairoImageSurface/Renard::Incunabula::Format::Cairo::ImageSurface::Document/
See <https://github.com/project-renard/curie/issues/26>,
<https://github.com/project-renard/curie/pull/210>.
Features
- Add support for using FileUri type to open documents.
Connects with <https://github.com/project-renard/curie/issues/192>.
See PR <https://github.com/project-renard/curie/pull/193>.
Refactoring
- Add exception type for invalid page numbers.
Connects with <https://github.com/project-renard/curie/issues/179>.
See PR <https://github.com/project-renard/curie/pull/195>.