Skip to content

Releases: timschwab/cheatsheet

Vue Single File Components

09 Nov 23:34
cee876b
Compare
Choose a tag to compare

CheatSheet now uses Webpack to build the client UI from Vue single file components. This is a significant improvement in that it does not pollute the global namespace, looks cleaner, runs faster, and opens the door to utilize Webpack more in the future. Note that the server side code is not packaged with Webpack, as there is no need at this time.

Universal Redis Install Support

20 May 20:53
59cda19
Compare
Choose a tag to compare

Now the install script will install Redis on Linux and Mac as well as Windows.

Undoable deletes

15 Apr 20:46
Compare
Choose a tag to compare

This release introduces a new feature: the ability to undo the deletion of snippets.

CheatSheet will now keep the deleted snippets in a trashcan for a specified amount of time before they are deleted permanently. This storage time defaults to three days.

Initial Release

12 Feb 16:52
ba2d3fa
Compare
Choose a tag to compare

The initial release of CheatSheet!

CheatSheet is backed by Electron and Redis, and uses Vue combined with Bootstrap 4 for its frontend design.

It features the ability to add, edit, and delete tiny snippets of information written in Markdown format, along with a blazing fast search algorithm to retrieve these snippets.

Bootstrap

11 Feb 19:10
37bbc82
Compare
Choose a tag to compare
Bootstrap Pre-release
Pre-release

Implement basic Bootstrap 4 into all the views.

Redis Install

09 Feb 17:54
Compare
Choose a tag to compare
Redis Install Pre-release
Pre-release

This release adds a postinstall script that automatically installs Redis for Windows users. I admit it is rather thrown together, only covers a very narrow range of cases, and definitely needs to be professionally done, but it works in my tests for now.

Markdown

11 Jan 21:52
Compare
Choose a tag to compare
Markdown Pre-release
Pre-release

Integrate Markdown into the snippet solutions.

Editing

11 Jan 17:12
ddfa8eb
Compare
Choose a tag to compare
Editing Pre-release
Pre-release

Provide the ability to edit snippets.

Vue

24 Dec 15:49
Compare
Choose a tag to compare
Vue Pre-release
Pre-release

Integrate Vue

Initial release

07 Dec 22:03
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release. Electron backed by Redis. Has simple add/search/view/delete functionality. Note that it still lacks edit functionality.