Skip to content
Snippets Groups Projects
CHANGELOG.textile 1.09 KiB
Newer Older
  • Learn to ignore specific revisions
  • a's avatar
    a committed
    === 0.2.2 2025-02-09
    
    * fix for escaping shell commands
    
    
    === 0.2.1 2025-02-09
    
    * extend to support img files instead of partitions
    * fix -i info page user name at slot x
    
    
    === 0.2 2023-05-29
    
    * Ruby 3.2 compatible release.
    
    
    o@immerda.ch's avatar
    o@immerda.ch committed
    === 0.1.9 2022-01-29
    
    * Add a new --open-systemd to support opening disks at startup. This mode is compatible with systemd-ask-password which is used to open disks in the initrd.
    
    
    === 0.1.7 2018-09-01
    
    * Updated gems to work with 2.5.1
    
    
    o@immerda.ch's avatar
    o@immerda.ch committed
    === 0.1.4 2012-07-24
    
    * Introducing the --refresh action to renew the luks key. You should always run this command, when receiving a new permission.
    * Fixed a security bug in the padding algorithm, which might reveal the magnitude of the ammount of keys in a keyfile. Please run --garbage-collect to fix your old keys. 
    * Some code cleanup and improved tests.
    
    
    o@immerda.ch's avatar
    o@immerda.ch committed
    
    * Fixed bug in password dialog
    * Added an --init action
    
    
    === 0.1.0 2012-04-30
    
    * Fixed documentation
    * Let's call this a release!
    
    
    o@immerda.ch's avatar
    o@immerda.ch committed
    
    * Updated to run with ruby 1.9
    * Validate gpg fingerprints
    
    
    duritong's avatar
    duritong committed
    === 0.0.1 2010-07-11
    
    * 1 major enhancement:
      * Initial release