Releases: manngo/document-pager
Version 0.3.77
The main new feature is that it’s now possible to duplicate the window. For now it’s mainly to allow you to show different document at the same time, and can be particularly useful if you use multiple screens.
At this point, opening and closing documents on the different windows may produce unpredictable results once you close or quit.
0.3.76
- Layout Changes
- You can now drag files onto the icon
- Windows version is now a single instance
- Fix up menus
- Cosmetic changes
- Clean up code
- Fix arrow keys. Include shortcuts to switch documents.
Version 0.3.72
Version 0.3.72
- Added preliminary support for ZIP files
- use .mdzip for ZIP files
- Fix menu and set About… to switch to README
- Work on cleaning up CSS
- Some Cosmetic changes
- Change files.json format to include custom Titles
- Custom Titles: editable tabs and display in navigator
- .json files now pretty-printed
Version 0.3.6
Changes
- Updated electron version.
- Updated Prism.
- Spell checking is disabled.
- Reworking of HTML structure & CSS Layut.
- Added line highlight.
- Fixed zoom issues with MarkDown; also resize with window.
- Fixed “full screen” behaviour.
- Fixed bug with additional comment blocks.
- Added notepaper lines effect to code; also fixed line-height behaviour.
- Minor re-design of control bar.
- Simple content theming
You can change the appearance of some of the code sections:
- Create a new file
content.cssin your home.document-pagerdirectory. - Change some of the following values:
html {
--rule-colour: #eee;
--line-highlight-background: #666;
--line-highlight-colour: #f8f8f8;
}Version 0.3.54
New Features:
- Adding Printing (Code files only so far)
- Double-Click expands heading
- Remembers Heading states between documents
Version 0.3.53
Fixed an issue with image references in markdown files in Windows version.
Version 0.3.52
-
Added an Icon
-
Arrow Keys for Index Pane
-
Default Sections Closed
To change default, add this to `~/.document-pager/state.json:
{ … , "index-open-all": true }
Version 0.3.5
Version 0.3.5
General
- Address message box bug
- Updated electron-builder version
- Updated Prism
- Substantial rewrite to remove
focusedWindow.webContents - Work on internal documentation
- Rework index
- Rework handling coding language for Prism
- Fixed but in rewriting files.json in asynchronous code
- Included Python as built-in language
Windows
- updated .bat file with electron-builder
Issues
- Open URL temporarily disabled due to issues with Prompt
Version 0.3.4
- Added Colour & Started work on theming
- Preliminary work on virtual documents and Slideshows
WIndows .exe files are now signed.
Version 0.3.3
Markdown Files now recognise ### for h3 level.
This doesn’t toggle, but is marked as sub headings.
Fenced code in Markdown files, however don’t have line numbers. I’m still working on that.