|
| 1 | +# Created with komac v2.12.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: Internxt.Drive |
| 5 | +PackageVersion: 2.5.5 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Internxt |
| 8 | +PublisherUrl: https://internxt.com/ |
| 9 | +PublisherSupportUrl: https://github.com/internxt/drive-desktop/issues |
| 10 | +PrivacyUrl: https://internxt.com/privacy |
| 11 | +Author: Internxt |
| 12 | +PackageName: Internxt Drive |
| 13 | +PackageUrl: https://internxt.com/drive |
| 14 | +License: AGPL-3.0 |
| 15 | +LicenseUrl: https://github.com/internxt/drive-desktop/blob/HEAD/LICENSE |
| 16 | +Copyright: Copyright (c) 2022, Internxt Universal Technologies SL |
| 17 | +CopyrightUrl: https://internxt.com/legal |
| 18 | +ShortDescription: |- |
| 19 | + Syncing, backing up, and sharing your files in total privacy couldn’t be easier. |
| 20 | + With Internxt Drive we focus on user-friendly encrypted storage with military-grade |
| 21 | + encryption, so only you have control over your files and data. |
| 22 | +Moniker: internxt-drive |
| 23 | +Tags: |
| 24 | +- blockchain |
| 25 | +- cloud |
| 26 | +- cloud-storage |
| 27 | +- cross-platform |
| 28 | +- decentralized |
| 29 | +- storage |
| 30 | +ReleaseNotes: |- |
| 31 | + ✅ Increased max log size from 150MB to 1GB (there is also rotation so we can store until 2GB). |
| 32 | + ✅ Fix a bug that caused some files and folders from not being deleted. |
| 33 | + ✅ Fix a bug that was causing a folder to not being created. If a folder existed previously in that path we couldn't create it again. |
| 34 | + ✅ Add a retry wrapper to all requests. Now, if a request has a network error or a 429 error retry until the request can be made or if it has a server error 5XX, retry 3 times. The delay between requests is multiplied by 2. First, 5s, then 10s, and so. |
| 35 | + ✅ Remove duplication of requests. When the same request is made multiple times reuse the same request to make the application more performant and reduce the server workload. |
| 36 | + ✅ Add abort to requests and handle successfully the response. |
| 37 | + ✅ Improve and simplify the way we upload moved files. |
| 38 | +ReleaseNotesUrl: https://github.com/internxt/drive-desktop/releases/tag/v2.5.5 |
| 39 | +ManifestType: defaultLocale |
| 40 | +ManifestVersion: 1.10.0 |
0 commit comments