Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Releases: iffy/lhtml

0.5.0

15 Mar 22:12
Compare
Choose a tag to compare

v0.5.0

  • BACKWARD INCOMPATIBLE: Changes for the CHANGELOG are no longer sourced from git commit messages.

  • BACKWARD INCOMPATIBLE: Removed LHTML.saving.defaultSaver in favor of LHTML.saving.onBeforeSave

  • BACKWARD INCOMPATIBLE: Renamed LHTML.saving.disableFormSaving to LHTML.saving.disableFormSync

  • BACKWARD INCOMPATIBLE: Removed LHTML.saving.registerSaver in favor of LHTML.saving.onBeforeSave

  • FIX: When a document is reloaded, the document edited state is reset to false

  • NEW: Changes for the CHANGELOG are now sourced from files rather than from git commit messages.

  • NEW: Added safeguards to make sure the document and main process aren't trying to write/save at the same time

  • NEW: Reduce logging noise

  • NEW: Allow documents to access blob: URLs

  • NEW: writeFile/readFile accept the same arguments as Node fs equivalents.

  • NEW: There are working, functional tests of some saving/loading scenarios.

  • NEW: fs.listdir now accepts path and {recursive:false} arguments.

  • NEW: Added saving.onBeforeSave to replace duplicate methods of saving files

  • NEW: Add 'Export As PDF...' menu item

  • Moved API documentation out to api.md

0.4.0

02 Mar 19:57
Compare
Choose a tag to compare
v0.4.0

Hide 'Save As Template' for now

0.3.5

15 Feb 23:56
Compare
Choose a tag to compare

Changes:

  • NEW: Add system for updating CHANGELOG.md from git log

0.3.4

14 Feb 19:31
Compare
Choose a tag to compare

Auto updating doesn't run in a loop now :)

0.3.3

14 Feb 01:25
Compare
Choose a tag to compare
Merge pull request #34 from iffy/read-utf8

Read utf8

0.3.2

13 Feb 22:48
Compare
Choose a tag to compare

Finally! Auto-updating works

0.3.1

13 Feb 18:25
Compare
Choose a tag to compare
v0.3.1

WHY WON'T UPDATES WORK?

0.3.0

10 Feb 20:38
Compare
Choose a tag to compare
v0.3.0

Merge remote-tracking branch 'origin/master'

0.2.0-pre

07 Feb 22:21
Compare
Choose a tag to compare

This version comes with less duck images 👎 but a nonetheless identifiable logo 👍

It also contains bug fixes for every known bug. Please find more bugs :)

0.1.4

03 Feb 16:37
Compare
Choose a tag to compare
v0.1.4

Another attempt at auto-updating