Skip to content

Latest commit

 

History

History
108 lines (79 loc) · 4.07 KB

File metadata and controls

108 lines (79 loc) · 4.07 KB

CHANGELOG

0.2.27 - enhancement

  • Scale mathjax output font size (trying to address #63)

0.2.26 - Bug fix

0.2.25 - minor fixup

  • in package.json change version requirement for git-utils
  • in lib/mathjax-helper.coffee change config option for the SVG output processor so it fits what's given in the official mathjax doc

0.2.24 - Bug fix

  • Trying to fix issue #68

0.2.23 - Bug fix

  • Trying to fix issue #72

0.2.22 - oops typo

0.2.21 - Very minor improvement

  • openConfig button in EVND panel now opens specific config page of EVND package
  • license year update

0.2.20 - Very minor improvement

  • Added some shields.io badges to README

0.2.19 - Bug fix

  • More proper warning when designated notebook does not exist

0.2.18 - Bug fix attempt (inline commenting line breaks)

  • Trying to fix issue #43

0.2.17 - Bug fix - deprecations

  • Trying to fix issue #34

0.2.16 - Bug fix

  • Trying to fix issue #16

0.2.15 - Bug fix (attempt)

  • Trying to fix issue #26
  • Update July 2016: apparently this bug is not completely fixed yet!

0.2.14 - Minor improvements

  • Temporarily addressing issue #21
    • explicitly set default text color to black

0.2.13 - Bug fix

  • Trying to fix issue #23 and possibly #20 ?
    • Steps to take:
      • Option 1:.Remove the package ever-notedown and do a clean re-install
      • Option 2. :
        1. Update ever-notedown
        2. In command line, cd ~/.atom/packages/ever-notedown/
        3. Run apm clean
        4. Run apm install

0.2.12 - Bug fix

0.2.11, 0.2.10 - Improvement & revert

  • Merged pull-request #12 : Removed window message for successful operations
  • Moving away from window.alert to atom.notifications
  • Revert commit 4c26b53 because the fix was problematic. See #11 for details.

0.2.9 - Bug fix

  • Trying to fix issue #9 ("Syntax error, unrecognized expression" when html element id contains special characters)

0.2.7 - Bug fix

  • Fixed the confusion when two notes created on different days happen to have the same file name
  • Fixed a typo (side panel)

0.2.6 - Bug fix

  • Footnote rendering

0.2.5 - Bug fix (attempt)

  • (Attempted) to fix issue #7

0.2.4 - Bug fix (attempt)

  • First step in fixing issue #4
  • Not sure about this...

0.2.3 - Bug fix (attempt)

  • (Attempted) to fix issue #3
  • A rather basic patch... the functionality of writing notes in plain text or html is barely there and lacks testing

0.2.2 - Documentation

  • Minor documentation updates (help document, notes for developers)
  • Added CHANGELOG
  • package.json now requires a newer version of Atom

0.2.1 - Bug fix (attempt)

  • (Attempted) to fix issue #2

0.2.0

  • Picking up some updates from markdown-preview
  • Resolve deprecations for Atom 1.0 API
  • Minor code clean-up

0.1.2 - Documentation

  • Minor documentation update

0.1.1 - Bug fix (attempt)

  • (Attempted) to fix issue #1

0.1.0 - First Release

  • Release