-
Notifications
You must be signed in to change notification settings - Fork 26
/
ChangeLog.txt
86 lines (71 loc) · 3.69 KB
/
ChangeLog.txt
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
Change Log
==========
PageEdit-1.2.0
Bug Fixes
- fix issues when using PageEdit to edit epubs from outside of Sigil's environment
- properly detect and handle non utf-8 encodings
- properly convert html to xhtml syntax
- properly add the xml header file where needed
PageEdit-1.1.1
Bug Fixes
- prevent the lin_dark_scrollbar.css link from being leftover when dark mode used
- prevent open from asking to save if nothing else has changed
- clean up whitespace leftover after dark injection
PageEdit-1.1.0
Bug Fixes
- fix bug for linking to top of page in SelectHyperlink
- fix bug in zoom slider that did not reflect initial zoom setting on startup
- fix bug in missing icon sizes (Thanks BeckyEbook)
New Features
- added support for a Dark Mode for Windows, Linux and macOS
- added new icons courtesy of BeckyEbook that work under both light and dark modes
- added Zoom-In, Zoom-Out, reset support to Inspector using key shortcuts (META +, META -, META 0)
- added support for Windows HighDPI settings
- added support for setting the user interface font
PageEdit-1.0.0
Bug Fixes:
- modified Qt code to fix the return after an h6 heading bug
- whitespace is now preserved in code tags
New Features
- added ability to insert "id" attibutes into current xhtml file
- added ability to insert hyperlinks to other existing xhtml files (only when opened with OPF)
- added ability to insert links to existing images, audio, and video (open when opened with OPF)
PageEdit-0.9.6
Bug Fixes:
- properly handle javascript location.href style links
- try to prevent crashes when files deleted out from under PageEdit
- fix the longest common path routine to actually work
- remove the load text filter as it was not supported
- set default paragraph separator to 'p' not 'div' when editing
PageEdit-0.9.5
New Features
- add the ability to pass all xhtml files in the spine in Reading Order to PageEdit
via opening the OPF. Allow quick file navigation via navigation menu and next
and previous arrows keys.
- add a Edit vs Preview mode toggle icon that will allow links among xhtmls files in the spine
to be active and work (in Mode: Preview)
- installed a QtMessage handler to create a debug log file controlled via a
PAGEEDIT_DEBUG_LOGFILE environment setting, to simplify user bug issue feedback
Bug Fixes
- fix macOS specific launch bugs due to bug in canonical files and timing of Apple events
- make sure jQuery is loaded before trying to manipulate a file by imporving web load sequence
- use GetEnvironmentVar to uniformly access Environment Vars in a cross platform manner
- disable prev and next navigation buttons when only one input xhtml file exists
PageEdit-0.8.0
New Features
- add user preferences to control use of white-space:pre-wrap vs nbsp chars
- add user preferences to set spellchecking dictionary
- add SpellChecking capability for QWebEngine Dictionaries
(.bdic modified version of Hunspell dcitionaries)
- add Find capability (no replace just as in BookView)
- allow cleanup after paste from Word during Save using
environment variable:PAGEEDIT_ENABLE_WORD_PASTE_CLEANUP
Note: risky since it removes style tags that are in the body and all xhtml comments
Bug Fixes
- remove spurious newlines in injected user stylesheets and controls (Thanks BeckyDTP!)
- actually compare source to detect all changes
- fix macOS specific bug that allowed multiple Dockwidget windows to become tabs
PageEdit-0.7.1
- minor updates
PageEdit-0.7.0
- Initial Beta Release