8 Jul 2014: v0.0.1.5

Added simple printing & file saving actions

  • New Feature: Print text area contents using Ctrl+P / Cmd+P
  • New Feature: Save text area contents to file using Ctrl+S / Cmd+S

4 Jun 2014: v0.0.1.2

  • Bug Fix: Corrected change-log URL

4 Jun 2014: v0.0.1.1

  • Update: Added feedback link to the bottom bar.
  • Update: Added version number to the bottom bar.

26 May 2014: v0.0.1.0

  • Bug Fix: Show wordcount label on init, even if no previous text.
  • Bug Fix: Move cursor to end when loading previously remembered text.

25 May 2014: v0.0.0.8

  • Update: Change settings title to icon
  • Update: New Icon
  • Bug Fix: Warning/Error colours not removed when the limit value is reset to 0/removed.

24 May 2014: v0.0.0.7

  • Bug Fix: Switch from localStorage to chrome.storage.local.get/set
  • New Feature: Save last used text in localStorage (text behind option: 'remember text')

23 May 2014: v0.0.0.6

  • Update: Add bottom bar with links and status space.
  • Update: Added placeholder text to textarea.
  • New Feature: Save options state in localStorage

22 May 2014: v0.0.0.5

  • Update: Improve design
  • Bug Fix: backspace with limits
  • Update: Update app name, short name and description in messages.json
  • Update: Textarea fills vertical space

19 May 2014: v0.0.0.4

Limits working

  • New Feature: Apply word/charachter limits
  • New Feature: Option to have warning versus limit. Warning shows a text colour red. Limit stops input.

18 May 2014: v0.0.0.3

Basic counting functionality working

  • Update: Create basic html page with forms
  • Update: Option to count words or chars. Default words.
  • Update: Option to count, or not count, leading and trailing whitespaces. Default No.
  • Update: Count words/chars when text is typed in textarea

16 May 2014: v0.0.0.2

  • Rename app and description in messages

16 May 2014: v0.0.0.1

  • Init