Skip to content

Commit

Permalink
New version: Cryptomator.Cryptomator version 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobot committed Nov 19, 2024
1 parent 8c6d7ed commit 52be68c
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: Cryptomator.Cryptomator
PackageVersion: 1.14.2
InstallerLocale: en-US
MinimumOSVersion: 10.0.17134.0
InstallerType: wix
Scope: machine
InstallModes:
- interactive
- silent
- silentWithProgress
UpgradeBehavior: install
FileExtensions:
- c9r
- cryptomator
ProductCode: '{161703F0-7B1C-3944-AEE3-8B7581BA9396}'
ReleaseDate: 2024-11-19
AppsAndFeaturesEntries:
- DisplayVersion: 1.14.2.5384
ProductCode: '{3872290D-61BB-3B70-86B7-035FF4ED0D3F}'
UpgradeCode: '{BDA45523-42B1-4CAE-9354-A45475ED4775}'
InstallationMetadata:
DefaultInstallLocation: '%ProgramFiles%\Cryptomator'
Installers:
- Architecture: x64
InstallerUrl: https://github.com/cryptomator/cryptomator/releases/download/1.14.2/Cryptomator-1.14.2-x64.msi
InstallerSha256: 521F49F22F2C3F4722C2A5EF5E069B673B73963ECBE576B2F13687EB687B2D56
ManifestType: installer
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: Cryptomator.Cryptomator
PackageVersion: 1.14.2
PackageLocale: en-US
Publisher: Skymatic GmbH
PublisherUrl: https://cryptomator.org
PublisherSupportUrl: https://github.com/cryptomator/cryptomator/issues
PrivacyUrl: https://cryptomator.org/privacy
Author: The Cryptomator Authors
PackageName: Cryptomator
PackageUrl: https://cryptomator.org
License: GPL-3.0
LicenseUrl: https://github.com/cryptomator/cryptomator/blob/HEAD/LICENSE.txt
Copyright: Skymatic GmbH 2016 - 2024
ShortDescription: Encryption made easy and optimized for the cloud
Description: |-
Cryptomator provides easy-to-use, transparent, client-side encryption for your cloud.
It protects your documents from unauthorized access and prying eyes, while you will still be able to view and edit your documents locally.
By not requiring any registration or account and performing all encryption locally, it gives you back control over your data and ensures your privacy.
Cryptomator is offered for all major platforms (including Android and iOS).
Cryptomator encrypts file contents and names using the widespread industry standard AES.
Your passphrase is protected against brute forcing attempts using scrypt.
Additionally, directory structures get obfuscated.
For more info about the Cryptomator encryption scheme, check out the online documentation.
Cryptomator is a free and open-source software licensed under the GPLv3.
This allows anyone to check our code.
Thus, it is impossible to introduce backdoors for third parties or to hide vulnerabilities, so you do not need to trust Cryptomator.
Also, vendor lock-ins are impossible.
Even if we decided to stop development: The source code is already cloned by hundreds of other developers and development can be picked up by others.
Cryptomator is provided free of charge as an open-source project despite the high development effort and is therefore dependent on support by the community.
Visit https://cryptomator.org/ to read how you can support us!
Moniker: cryptomator
Tags:
- cloud-storage
- crypto
- cryptography
- cryptomator
- privacy
- security
ReleaseNotes: |-
What's new 🎉
- FUSE-T: By default use the SMB backend
Bugfixes 🐛
- Fixed missing invalidation of directory cache when moving/deleting directory (#3545)
- Fixed invalid quick access entry for GNOME Nautilus (#3574)
- Mitigated "Server connection interrupted" issue for FUSE-T (#3569)
- Fixed possible inconsistent filesystem state, only fixable by lock & unlock (cryptomator/fuse-nio-adapter#125)
Other Changes 📎
- Updated translations (#3559, #3553)
ReleaseNotesUrl: https://github.com/cryptomator/cryptomator/releases/tag/1.14.2
InstallationNotes: On Windows, Cryptomator works best with WinFsp. You can download it from https://winfsp.dev/.
Documentations:
- DocumentLabel: Manual
DocumentUrl: https://docs.cryptomator.org/en/latest
ManifestType: defaultLocale
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Releaser v2 using Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: Cryptomator.Cryptomator
PackageVersion: 1.14.2
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

0 comments on commit 52be68c

Please sign in to comment.