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 (56 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

65 lines (56 loc) · 1.32 KB

Please notice

This Changelog will not be updated properly during early-development.


v1.1.0

Features

  • Debug functionalities (for easier bug reporting)

Improvements

  • Path resolvement

Patches

  • Error while reading stored files

v1.0.0 / v1.0.1

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.1.0 ~ v1.0.0

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