Skip to content

Releases: Canop/safecloset

safecloset v1.3.2

11 Nov 18:34
Compare
Choose a tag to compare

Just update some dependencies, making a release for easier tracking

safecloset v1.3.1

06 Sep 08:58
Compare
Choose a tag to compare
  • fix shift-character extending the selection

safecloset v1.3.0

15 Jun 17:38
Compare
Choose a tag to compare
  • Sort, accessible through the menu - Fix #31
  • Group matching entries, available in the menu when there's a search and more than one matching entries
  • ctrl-up and ctrl-down now available for moving entries even when the list is filtered - Fix #34

safecloset v1.2.3

06 Apr 15:18
Compare
Choose a tag to compare

Fix a crash on some combinations of scroll+search

safecloset v1.2.1

10 Mar 18:06
Compare
Choose a tag to compare

Fix markdown rendering always applied on folded values

safecloset v1.2.0

10 Mar 15:05
Compare
Choose a tag to compare

Values aren't rendered as markdown by default anymore. Markdown rendering is now opt-in, through the drawer menu - Fix #27,#28

safecloset v1.1.0

28 Feb 17:08
Compare
Choose a tag to compare

Import: lets you import from another drawer, from a drawer of another closet file, or from a CSV file.

SafeCloset v1.0.0

13 Jan 15:25
Compare
Choose a tag to compare

Nothing new, because SafeCloset is stable and complete enough to be called a 1.0 !

safecloset v0.7.0

18 Oct 18:19
Compare
Choose a tag to compare

shift-n creates a new entry immediately after the currently selected one

safecloset v0.6.4

20 Sep 19:05
Compare
Choose a tag to compare
  • fix backslash character ('') not rendered in values - Fix #22
  • colorize bold so that it's visible in terminal not rendering bold as bold
  • I don't provide the Raspberry precompiled version anymore due to a difficulty with cargo cross
  • increase delay before auto closing to 120 seconds
  • fix tab key active behind open menu - Fix #21