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

Latest commit

 

History

History
65 lines (57 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

65 lines (57 loc) · 1.28 KB

Changelog


v1.1.*

latest release

Features

  • Debug functionalities (for easier bug reporting)

Improvements

  • Path resolvement

Patches

  • Error while reading stored files
  • Migration even if there were no changes made

v1.0.*

stable release

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