Skip to content

Latest commit

 

History

History
119 lines (91 loc) · 3.29 KB

File metadata and controls

119 lines (91 loc) · 3.29 KB

Changelog

v0.0.31 - In Development

  • Added globe to external links in Help menu
  • Tab title reflects active document
  • Added Lorem Ipsum to Add menu
  • Added Week Planner Template
  • Changed font in menus
  • Improved Markdown preview performance
  • Tabs increased to 6
  • Active tab is remembered between loads
  • 'Move to next tab' button
  • Improved Sentence calculating

v0.0.30

  • Add HTML page template to Start menu
  • Add Sort by line length to Modify menu
  • Build with Angular 5 (Alpha 11) and Dart 2
  • General tweaks and code tidying

v0.0.29

  • 2 New Themes - Amber and 64 Blue
  • New Templates - Todo, PMI and SMART
  • New Trim & Squash Option
  • New Splice tool to remove a specified no. of characters from start/end of line
  • Minor Menu and status bar improvements
  • Build with Angular 5 (Alpha 10) and Dart 2

v0.0.28

  • Improved dialog close X.
  • Dual reader text view.

v0.0.27

  • Added MATE theme - inspired by the green of Ubuntu MATE.
  • Improved Manual and tidied help menu.
  • Themes dialog.
  • Remove X button from tabs.
  • Added second tab.
  • UT updates.

v0.0.26

  • Moved to Angular Dart 4.0.0 release.
  • Improved Reader view a) Removed dialog header and b) use theme border colour.
  • Added Numbering entry to Modify menu.
  • Fixed ordering of Manual content to match menu order.
  • Removed link to Notesboard 8080.

v0.0.25

  • Editing a document name can be confirmed by pressing return.
  • Selecting a timestamp can made by pressing return.
  • Improved theming of Menus.
  • Border of editor now matches theme.
  • More Unit tests.
  • Focus set on default dialog inputs.
  • Moved to Angular Dart Beta.

v0.0.24

  • Added normalise.css and reorganised CSS.
  • Updated About dialog to match Manual & Updated Welcome text.
  • Refactor textdocument class.
  • Menus now close afterclick on item rather than relying on MouseOut.
  • Added Split (by a specified delimiter) feature under modify.
  • Added Reader option to View menu.
  • Refactoring of 'component' name.

v0.0.23

  • Custom time/date format in Timestamp dialog.
  • Moved to Angular Dart 4 Alpha 1.
  • Can now Delete lines that do not contain a string.
  • Added Manual under Help menu.
  • Style updates.

v0.0.22

  • Moved to Angular Dart 4 Alpha.
  • Angular package import changed to 'angular'.
  • Persist markdown preview display on/off setting.
  • Dialogs refactored with common base class.
  • Styling updates to dialog headers.
  • Replace dialog non-modal and can be moved with buttons in header bar.
  • Replace dialog can insert a newline before the replace also.
  • Update pubspec for 'Dart 2.0' dev releases.
  • Added first shortcut [Ctrl-Q] to display Replace dialog.

v0.0.21

  • Moved to use minibus package for sending events.
  • Link to NB8080 added.
  • Preview for generate sequence added.
  • Timestamp is now a dialog with a selection of formats.

v0.0.20

  • Moved to use stringprocess package for all string operations.
  • No confirmation required for Start items if note is blank.
  • Dialogs now use Eventbus to trigger modal display.
  • Services now at the application level.
  • Restyle toolbar.

v0.0.19

  • Favicon updated.
  • HTML unencode.

v0.0.18

  • Styling updated for UI and Editor.
  • Generate can now add a new line after each string being repeated.
  • New advanced menu with the Uri Encode/Decode options.
  • Updated to AngularDart 3.1.0.