Skip to content

Releases: GGP1/kure

v0.4.0

06 Apr 03:55
99a2467
Compare
Choose a tag to compare
  • Added an image with limited privileges and kernel capabilities
  • Added session scripts for executing a sequence of commands. They can be stored in the configuration file and executed inside sessions by calling their aliases, arguments are also supported.
  • Added "block" and "sleep" session commands

Changelog

660077d Add secure image
dc54c59 Add session scripts
2784d7c Do not log the totp when copying it
6e4f287 Fix test
ffba9a0 Improve naming
8285c3c Remove benchmark causing a db error
1b02800 Remove needless parameter
4592b12 Typo fix
7f2c679 Update documentation
985b8c0 Upgrade dependencies

v0.3.0

24 Mar 17:15
b06ef74
Compare
Choose a tag to compare
  • Records filterting now supports pattern matching.
  • Sessions: a garbage collection is forced before every command to avoid the system reserving the memory used by argon2 while idle.
  • TOTPs can be added using URLs and it's no longer needed to have an already existing entry with the same name.
  • 2fa command new [-i info] flag displays information about the TOTP setup key, useful to export it to other applications.
  • Added support for Linux deb packages

Changelog

4cbe3c2 Add deb package
b72762f Add support for URLs
45e1ca3 Change github token
68dac72 Filter using pattern matching
cf191a3 Force a garbage collection before every command
c74433b Normalize names
acbfbdd Update completion
7ba67bd Update version

v0.2.2

13 Mar 18:09
Compare
Choose a tag to compare

Changelog

  • Commands bug fixes & minor corrections

62a3491 Bug fixes
c6f3198 Improve commands functionality
06c0037 Little corrections
b743add bhayes/list alias (#6)

v0.2.1

03 Mar 00:23
Compare
Choose a tag to compare

Changelog

c57a43b Fix configuration file permission error

v0.2.0

02 Mar 18:30
Compare
Choose a tag to compare

Changelog

  • Viper is no longer used for managing the configuration. The amount of code linked to the binary has been considerably reduced.
  • Configuration file types supported are now: json, toml and yaml.
  • Handle standard input EOF errors.
  • The character used to finish writing notes is now "<".
  • kure config argon2 command now requires the user to log in.
  • Improved kure it command behaviour.

1f5c5f9 Automate docs generation
30815db Create new slice for dst
4064dc6 Handle stdin EOF errors
27b91c0 Improve behaviour
1a58e31 Replace viper

v0.1.0

25 Feb 15:46
Compare
Choose a tag to compare

Changelog

3f89fef Add Dockerfile
32fb4b8 Add card and wallet models
ceab893 Add command
b10855b Add config
cc452e0 Add documentation
ab9b35d Add documentation
7ba7dcb Add kure config argon2 command
3de18e1 Add license
4ce1481 Add passphrases
c6969f5 Add secure mode
95e3676 Allow http server and encrypted backups
ea9dcb6 Change structure
84221b8 Clean expired entries and add notes to them
6975667 Codebase update
131bd21 Improve readability, naming and error handling
935a838 Improve tests
31f7e61 Initial commit
b9e3ef9 Listen for signals and exit gracefully
e6dc2ea Readability improvement and bug fixes
89c7d68 Replace json with protocol buffers
0925bbe Require password before deleting encrypted entries
d349b5e Restructure, testing and documents update
b0aab95 Tweaks
f0dd849 Typo fixes
3f33732 Update
ccfad21 Update dependencies
28ede47 Update documentation
003d787 Update entry commands
30044cb Upgrade dependecies
99a0026 Use github.com/GGP1/atoll for generating secrets
02850b5 v0.1.0