Skip to content

Releases: mhogomchungu/sirikali

1.7.2

19 Nov 05:27
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Note on Windows builds:

   SiriKaliQt5-1.7.2 builds are 32 bit and have minimum requirement of windows 7.
   SiriKaliQt6-1.7.2 builds are 64 bit and have minimum requirement of windows 10.

   Changelog:-

    [WINDOWS]
-- Fix API breakage in Cryfs version 1.0.0.
-- Do not check for minimum version of sshfs-win.

1.7.1

13 Nov 19:43
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Note on Windows builds:

   SiriKaliQt5-1.7.1 builds are 32 bit and have minimum requirement of windows 7.
   SiriKaliQt6-1.7.1 builds are 64 bit and have minimum requirement of windows 10.

Changelog

    [WINDOWS]
-- Internally manage securefs and make it possible to update it from within the app.
    The ability is set to "off" by default and can be enabled in the settings menu.
    [LINUX]
-- Internally manage gocryptfs and securefs and make it possible to update them from within the app.
    The ability is set to "off" by default and can be enabled in the settings menu.

1.7.0

09 Nov 17:18
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Note on Windows builds:

   SiriKaliQt6-1.7.0 builds are 64 bit and have minimum requirement of windows 10.
   SiriKali-1.7.0 builds are 32 bit and have minimum requirement of windows 7.

   [WINDOWS]
-- Internally manage securefs and make it possible to update it from within the app.
   [LINUX]
-- Internally manage gocryptfs and securefs and make it possible to update them from within the app.
  [FLATPAK]
-- Bundle Cryfs along side Securefs and Gocryptfs.

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: 11/27/2024 2:42:09 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.