-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNEWS
54 lines (43 loc) · 1.33 KB
/
NEWS
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
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