-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNEWS
More file actions
88 lines (69 loc) · 2.24 KB
/
NEWS
File metadata and controls
88 lines (69 loc) · 2.24 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Version 0.7.3
=============
- Nothing new, fixing release process
Version 0.7.2
=============
- Fix integer overflow in gepub-archive
- Install missing config.h and gepub-widget.h
Version 0.7.1
=============
- doc: Fix Crash in gepub_doc_new()
Version 0.7.0
=============
- Make gepub-widget configurable with "-Dwidget=false"
- Use libsoup 3.0
- Fix memory leak
- Remove absolute external resources from gepub
- widget: Disable a number of "Web" features
- widget: Fix ePubs not rendering after the first one
- Stop chapter number updates breaking navigation to anchor links
- Update the chapter number when the page changes
- Work with file paths, not URI substrings, in custom URI scheme
- Do not rewrite page-relative anchor links
- Use new JavaScriptCore GLib API instead of DOM API
- Use compiler.has_link_argument() for linker flags
- Unscape paths before get from the archive
- Add TOC parse to GepubDoc
Version 0.6.0
=============
- Support setting font-family in GepubWidget
- Fix the gir generation
- widget: Fix warning at run-time
- lib: Fix gepub-widget chapter change signal
Version 0.5.3
=============
- Fixed SVG image resource replacement
- Rename introspection build option
- Removed autotools
- build: Conform to build-api expectations
- build: Remove default warning level
- build: Remove unused defines
- build: Improved linker script handling
- build: Set prefix-relative install_dir for libgepub
- build: Fix typo in symbol path creation
- tests: Fix crash on exit
- widget: Replace "100" with a constant
- widget: Don't change LC_NUMERIC at runtime
Version 0.5.2
=============
- Fixed gir version
Version 0.5.1
=============
- Added GError to gepub_doc_new new method
- Fixed meson build scripts
Version 0.5
===========
- Fixed page next and page prev signals
- Added file property to support GFile initialization
- Fixed some memory leaks
- Removed all compilation warnings
- Added pagination to the GepubWidget
- Added Simple text style modification in the widget
- Ported to meson build system
- Fixed epub:// SoupURI creation and concatenation
Version 0.4
===========
- Improve GepubDoc API
- Resource management inside the lib
- Better GTK+ doc and glib use
- New GepubWidget based on WebKitWebView