Skip to content

Releases: ifrost/afterwriting-labs

v1.3.5(17/05/2017)

17 May 18:53
Compare
Choose a tag to compare

This version contains fix for #67

Changes:

  • [10c0093] - Update releasing.md
  • [3eb49c8] - Update aw-parser to allow multiple empty lines
  • [6ecfcca] - Fix path to favico

v1.3.4 (11/04/2017)

10 Apr 23:28
Compare
Choose a tag to compare

Minor changes to the appearance on mobile devices. CSS clean up.

Changes:

  • [88d3205] - Use CSS class for the loader
  • [0bfabe4] - Remove hover styles for main menu icons on mobil
  • [4490872] - Move swipe content to TopMenu and add acceptance tests
  • [e081656] - Minor fixes to mobile layout
  • [cdb7290] - AMD-ify jquery-ui
  • [f60684d] - Simplify CSS and fix some mobile related issues (#66)
  • [fb704d1] - Remove dynamic hover classes
  • [09fe799] - Css clean up
  • [0a54b01] - Remove Background component
  • [96247af] - Remove Background component
  • [e68827f] - Add/remove tooltip dynamically
  • [a21307e] - Simplify footer
  • [5e17482] - Clean up unused CSS
  • [cbf3dc9] - Simplify settings table column formatting
  • [e618654] - Fix collapsing content on iPhone
  • [e750024] - Remove unused CSS
  • [3f4ba44] - fix: Correct indentation when synopsis is split into multiple page
  • [865ce5e] - Add creating release.log file before releasing with list of all commits since the last version

v1.3.3 (04/04/2017)

05 Apr 22:14
Compare
Choose a tag to compare

Includes fixes for Google Analytics after switching over to HTTPS.

Changes:

  • [e123cc3] - Update link to GA
  • [41764ba] - Merge pull request #65 from crasm/master
  • [24d6262] - Add jsdoc devdependency

v1.3.2 (04/04/2017)

05 Apr 22:12
Compare
Choose a tag to compare

This release fixes some memory leaks (DOM handlers) have been fixed. Configs have been updated to support Dropbox/Google Drive after switching 'afterwriting to HTTPS (#64)

Changes:

  • [6bc7668] - Update Dropbox domain verification
  • [1398e07] - v1.3.1 (NOT RELEASED)
  • [52afd06] - Update Redirect URLs for Dropbox
  • [252a951] - Remove deprecated BaseComponent methods
  • [126f89b] - Move Preview tools menu to separate folder
  • [956ad28] - Fix leaks on window resize and in SinonFileReader
  • [08bb2ff] - Bind this to function
  • [29f1901] - Fix leaks in stats plugin
  • [3191581] - Fix MemoryCheck
  • [256af26] - Fix leaks in jstree
  • [ac57454] - Fix some leaks in editor
  • [be25c37] - Remove direct injection from PreviewView
  • [86fdabc] - Use component selectors in PreviewView
  • [96057ae] - Clean up selectors in base component and clean some memory leaks
  • [86c5075] - Add MemoryCheck for checking memory leaks in tests
  • [92bb1d4] - Update files according to eslint rules
  • [b877b5b] - Replace jshint with eslint
  • [aa6e37f] - Use npm d3
  • [84a8acc] - Remove debt, build is passing on node 6 after updating all packages
  • [3087956] - Disable logs on acceptance tests
  • [60a961e] - Removed old handlebars.js
  • [a96f486] - Update packages
  • [4e767ed] - Use node 6 on travis
  • [f722501] - Revert travis config
  • [75d598b] - Use node 6 when building
  • [72c0e3d] - Ignore code docs
  • [310943c] - Remove code docs

v1.3.0 (05/03/2017)

05 Apr 22:23
Compare
Choose a tag to compare

This release contains major refactor of plugins and improved test coverage.

v1.2.28 (13/10/2016)

05 Apr 22:46
Compare
Choose a tag to compare

Changes:

v1.2.27 (28/07/2016)

05 Apr 22:47
Compare
Choose a tag to compare

Changes:

  • [123cf67] - v1.2.27
  • [4894029] - update pdfkit with fixes to LineWrapper
  • [3cfa803] - revert changes applied in 1.2.26

v1.2.26 (19/07/2017)

05 Apr 22:48
Compare
Choose a tag to compare

Changes:

  • [f8a0498] - v1.2.26
  • [4f7d1e2] - #41: (fix) Words are skipped during conversion to PDF
  • [f38a489] - Revert "Restore MacRomanEncoding"
  • [a80e2b2] - Restore MacRomanEncoding

v1.2.25 (15/06/2016)

05 Apr 22:50
Compare
Choose a tag to compare

A small fix to shift CONTINUED if a header is specified as both at displayed at the same row.

Changes:

  • [a88925c] - v1.2.25
  • [a6fd658] - move the header if it overlaps with the "CONTINUED:"

v1.2.24 (09/06/2016)

05 Apr 22:53
Compare
Choose a tag to compare

This release adds Night Mode (http://blog.afterwriting.com/2016/06/turn-lights-off-night-mode-is-now.html) and improves test coverage.

Changes:

  • [acbf435] - v1.2.24
  • [146aa66] - acceptance test for night mode
  • [ff1d3e9] - fix for checking whether jstree workers are enabled
  • [763442d] - keep ACCEPTANCE flag in one place
  • [a9989e4] - fix for checking if acceptance test are running
  • [91a9b47] - move files
  • [efb88e9] - clean up
  • [348abb0] - template for test plugin
  • [f172bdb] - Merge branch 'nightmode' into develop
  • [3e4da0d] - load templates dynamically
  • [8902a3b] - load dependencies in layout
  • [91d8310] - move dependencies out of layout
  • [9aaac46] - remove unused import
  • [9670353] - nightmode
  • [a6b66e4] - upgrade protoplast
  • [793b2f2] - integration test runner
  • [67f0529] - an integration test for sync
  • [4d767fd] - change the object returned by save endpoint
  • [d983257] - acceptance tests for auto-saving
  • [6ee4321] - add tests for editor sync
  • [e035b8b] - add a test for loading a selected file
  • [4bb9970] - add acceptance test for selecting a file
  • [4f7ec47] - remove an empty line
  • [26fee48] - clean up acceptance tests
  • [85eda52] - add browser helper
  • [a9af6a1] - fake dropbox server
  • [e270621] - acceptance tests for loading a file list from dropbox
  • [833b862] - Merge branch 'master' into develop
  • [86b42a3] - push after release