Skip to content

Releases: mhogomchungu/sirikali

1.6.0

09 May 10:43
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

   [ALL]
-- Add support for building with Qt6 by passing option "-DBUILD_WITH_QT6=true" to cmake.
-- Add support for securefs version >= 1.0.0.

1.5.2

09 May 10:41
Compare
Choose a tag to compare

This entry is used to hold binaries build with github infrastructure.

Build date and time for git version: 9/22/2024 3:33:10 PM

1.5.1

10 Jul 08:11
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

   [NOT WINDOWS]
-- Folders specified in PATH variable will be checked when looking for executables.

1.5.0

01 Mar 15:12
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

   [ALL]
-- Add dark theme.

   [WINDOWS]
-- Add support for gocryptfs using cppcryptfs(https://github.com/bailey27/cppcryptfs) as a CLI backend.

1.4.8

01 Dec 15:02
Compare
Choose a tag to compare
    The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

   [ALL]
-- Mounting items in Favorites now respects Re Use Mount Point setting.

   [LINUX]
-- Add cryptomator CLI backend(https://github.com/mhogomchungu/cli).
-- Kwallet now works when it was not build in at compile time by accessing it through dbus.
-- Only show volumes unlocked by the current user by default.

   [WINDOWS]
-- Update Qt to version 5.15.1

1.4.7

01 Oct 04:50
Compare
Choose a tag to compare
    The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

   [ALL]
-- Make the UI more user friendly to ssh based backends by using texts that 
    make most sense in this backend.
-- Make CLI interface work when working in a none GUI environment by using
   QCoreApplication instance instead of QApplication instance.
-- Add a GUI way to add port number to sshfs connections and make it possible
    to set different wallet passwords based on connection's port number.
-- Do not silently fail when a user attempt to add a favorite entry and its name
   collide with an existing entry.
-- Add explicit support for extensions that do not use cipher path and use
   "google-drive-ocamlfuse" as a reference program.

1.4.6

03 Aug 11:40
Compare
Choose a tag to compare
    The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

    [ALL]
-- Fix a crash when trying to unlock volume by clicking the "mount volume" button.

1.4.5

01 Aug 18:22
Compare
Choose a tag to compare
    The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

   version 1.4.5(August 01,2020)
    [ALL]
-- Make  it compile with Qt 5.15.0 without warnings(remove Qt's deprecated APIs).
-- Declare backend API to be stable and provide a few examples backends.
    SiriKali now supports custom backends that can be added by users by providing json 
    based configuration files and place them in either "$HOME/.config/SiriKali/backends"
    or in "$INSTALL_PREFIX/share/SiriKali/backends". Look in "custom backends" folder for
    more information.
-- Fix a bug that caused SiriKali to attempt to auto unlock not  available favorite volume at
    startup.
-- Fix a bug that caused SiriKali to delay showing up in GNOME or any other DE that does
    not use system tray functionality.

1.4.4

01 Jun 04:46
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

CHANGELOG:

    [WINDOWS]
-- Add support for storing keys securely on Windows by using Window's Data Protection API.

    [LINUX][FSCRYPT]
-- Fix a bug that causes fscrypt folders paths that contain a space character from showing
    up in the GUI.
-- Prevent fscrypt error when creating a new volume with an already taken protector name
    by making sure we are using a unique protector name.
-- Add a GUI option to set protector's name  when creating fscrypt volume.
-- Add a GUI option to choose between using a custom passphrase,login passphrase or 
   a key file when creating fscrypt volume.
-- Add support for fscrypt keyfile.

    [ALL][ENCFS]
-- Fix a bug with encfs < 1.9.5 when used with custom config path location. SiriKali 
    will now pass the path through enviromental variable instead of
    using --config CLI option.

    [ALL][SECUREFS]
-- Add support for securefs key file(introduced in securefs version 0.11.1).

    [ALL]
-- Rework UI and move key management feature from settings windows to favorites window.

1.4.3

01 Apr 07:06
Compare
Choose a tag to compare

The signing key can be retrieved with below command:

gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Changelog
-- Add ability to set arbitrary folder paths to monitor for mount events.
-- Add ability to monitor gvfs mount events.
-- Fix a bug that prevented unlocking volumes with a path that contains "," character. 
    The bug was due to fuse using the character as an option separator.
-- Fix a bug that prevented recent versions of unlocked securefs from showing up
    in the GUI in MACOS.
-- Add a GUI option to "allow replaced file system" when creating/unlocking CryFS volume.
-- Set the option "--allow-replaced-filesystem" by default when creating a CryFS volume.
-- When dealing with CryFs volume in windows, do not support paths that are not in drive C
    to work around this bug: https://github.com/cryfs/cryfs/issues/319
-- Fix a breaking change in how fscrypt 0.2.7 reported its version info.