Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Latest commit

 

History

History
87 lines (73 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

87 lines (73 loc) · 1.56 KB

Changelog


v1.2.*

latest release

Features

  • Snippet tag functionalities

Improvements

Patches

  • Debug output
  • Search prompt

v1.1.*

stable release

Features

  • Debug functionalities (for easier bug reporting)
  • Snippet class:
    • (+) Author

Improvements

  • Path resolvement
  • Debug options storing
  • Debug grouping in console
  • Performance

Patches

  • Error while reading stored files
  • Migration even if there were no changes made
  • Debug snippet logging
  • jQuery module bug
  • Storage bug

v1.0.*

Features

  • Snippet class:
    • (+) UID
    • (+) Version
  • Automated snippet migration to newer version

Improvements

  • Performance
  • LICENSE.md / README.md
  • Icon styling
  • Delete prompt with dropdown-list

Patches

  • UID generation
  • Storage fixes for new snippet conventions
  • Version comparison
  • Delete prompt styling

< v0.7.9

early development

Features

  • Create option added
  • Insert option added
  • Delete option added
  • Snippet class added with properties:
    • Title
    • Tags (not used currently)
    • Content
    • Language

Improvements

  • Basic styling of prompts
  • Commands added to:
    • Context Menu
    • Main Menu
    • Hotkeys (partially)
  • Added icons to snippets for easier recognition in the prompt list
  • Performance
  • LICENSE.md / README.md / HOWTO.md

Patches

  • Storage directory creation / reading
  • Prompt's search didn't work
  • JSON error on snippet saving
  • Error with different path dividers on different OSs
  • Icon update when searching prompt list