Skip to content

Releases: manngo/document-pager

Version 0.3.77

05 Apr 08:53

Choose a tag to compare

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

19 Jan 00:05

Choose a tag to compare

  • 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

22 Nov 06:30

Choose a tag to compare

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

24 Jul 01:50

Choose a tag to compare

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:

  1. Create a new file content.css in your home .document-pager directory.
  2. Change some of the following values:
html {
	--rule-colour: #eee;
	--line-highlight-background: #666;
	--line-highlight-colour: #f8f8f8;
}

Version 0.3.54

30 Aug 08:43

Choose a tag to compare

New Features:

  • Adding Printing (Code files only so far)
  • Double-Click expands heading
  • Remembers Heading states between documents

Version 0.3.53

08 Jun 09:03

Choose a tag to compare

Fixed an issue with image references in markdown files in Windows version.

Version 0.3.52

12 Apr 04:10

Choose a tag to compare

  • 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

10 Apr 09:54

Choose a tag to compare

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

18 Aug 03:40

Choose a tag to compare

  • Added Colour & Started work on theming
  • Preliminary work on virtual documents and Slideshows

WIndows .exe files are now signed.

Version 0.3.3

01 Aug 08:16

Choose a tag to compare

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.