From a3d092a89b442357ddf0fc36d15c2b03deb5d8dc Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 15 Jul 2023 18:13:27 +0300 Subject: [PATCH 01/42] Dev: test update en.json --- src/localization/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/localization/locales/en.json b/src/localization/locales/en.json index 7fbd38a..2f49251 100644 --- a/src/localization/locales/en.json +++ b/src/localization/locales/en.json @@ -18,7 +18,7 @@ "extensions": "Extensions" }, "language": { - "language": "Language", + "language": "Language UPDATE TEST", "isCorrectedLanguage": "Translation was reviewed and corrected by a native language speaker", "isAutoTranslatedLanguage": "Auto-translated. Needs to be reviewed and corrected by a native language speaker" }, @@ -1411,4 +1411,4 @@ "freeOf": "free of", "terminal": "Terminal", "conflict": "Conflict" -} \ No newline at end of file +} From 4c9966d9583c738cb124b177e1f5d55586a94d95 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Tue, 18 Jul 2023 15:58:42 +0300 Subject: [PATCH 02/42] Dev: revert last commit --- src/localization/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localization/locales/en.json b/src/localization/locales/en.json index 2f49251..bc9e018 100644 --- a/src/localization/locales/en.json +++ b/src/localization/locales/en.json @@ -18,7 +18,7 @@ "extensions": "Extensions" }, "language": { - "language": "Language UPDATE TEST", + "language": "Language", "isCorrectedLanguage": "Translation was reviewed and corrected by a native language speaker", "isAutoTranslatedLanguage": "Auto-translated. Needs to be reviewed and corrected by a native language speaker" }, From b0bc3006e6b260105cdaeaa65089be25ce6e8530 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Tue, 18 Jul 2023 17:31:23 +0300 Subject: [PATCH 03/42] Dev: test update en.json --- src/localization/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localization/locales/en.json b/src/localization/locales/en.json index bc9e018..438428c 100644 --- a/src/localization/locales/en.json +++ b/src/localization/locales/en.json @@ -18,7 +18,7 @@ "extensions": "Extensions" }, "language": { - "language": "Language", + "language": "Language UPDATED TEST", "isCorrectedLanguage": "Translation was reviewed and corrected by a native language speaker", "isAutoTranslatedLanguage": "Auto-translated. Needs to be reviewed and corrected by a native language speaker" }, From 8a4e393d333c32fa993eb78c99e562a0233b5e57 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Tue, 18 Jul 2023 17:35:35 +0300 Subject: [PATCH 04/42] Dev: Update en.json --- src/localization/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localization/locales/en.json b/src/localization/locales/en.json index 438428c..bc9e018 100644 --- a/src/localization/locales/en.json +++ b/src/localization/locales/en.json @@ -18,7 +18,7 @@ "extensions": "Extensions" }, "language": { - "language": "Language UPDATED TEST", + "language": "Language", "isCorrectedLanguage": "Translation was reviewed and corrected by a native language speaker", "isAutoTranslatedLanguage": "Auto-translated. Needs to be reviewed and corrected by a native language speaker" }, From 87293315641c789d835268004ceda3083342c34d Mon Sep 17 00:00:00 2001 From: Neurolit Date: Tue, 29 Aug 2023 14:19:34 +0200 Subject: [PATCH 05/42] "250GB free of 400GB" should be translated by "250GB libres sur 400GB" Previous translation ("gratuit de") means that it doesn't cost anything "disponibles sur" is another way of translating it, but it's longer --- src/localization/locales/fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/localization/locales/fr.json b/src/localization/locales/fr.json index d92fec7..86a5ddf 100644 --- a/src/localization/locales/fr.json +++ b/src/localization/locales/fr.json @@ -1413,7 +1413,7 @@ "closedCaptions": "sous-titres", "protectedItemsShort": "Protégé", "pinnedItemsShort": "Attaché", - "freeOf": "gratuit de", + "freeOf": "libres sur", "terminal": "Terminal", "conflict": "Conflit" -} \ No newline at end of file +} From df5cc4e01e7702239acfa6c308ccac78b1ed5fc3 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:13:23 +0300 Subject: [PATCH 06/42] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 644e272..ad7c310 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ "Sigma File Manager" is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows and Linux. -Designed, developed, and maintained by [Aleksey Hoffman](https://github.com/aleksey-hoffman) | [Twitter](https://twitter.com/sigma__dev) | [Reddit](https://www.reddit.com/r/SigmaFileManager) | [YouTube](https://www.youtube.com/@sigma-dev) +Designed, developed, and maintained by [Aleksey Hoffman](https://github.com/aleksey-hoffman) | [Twitter](https://twitter.com/sigma__dev) | [Reddit](https://www.reddit.com/r/SigmaFileManager) | [Telegram](https://t.me/sigma_devs) | [YouTube](https://www.youtube.com/@sigma-dev) Thanks to everyone who has been sharing this project with others! From db13803b4df86672a8a1f77bac95c88919a90ba0 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:08:15 +0300 Subject: [PATCH 07/42] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad7c310..6b896c2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +> [!NOTE] +> +> [Version 1:](https://github.com/aleksey-hoffman/sigma-file-manager) currently not maintained
+> [Version 2:](https://github.com/aleksey-hoffman/sigma-file-manager/tree/v2) active development + # Latest news 1. Version 1.7.0 was released. Video review: https://www.youtube.com/watch?v=ZQy754HOM7Y @@ -21,9 +26,10 @@ "Sigma File Manager" is a free, open-source, quickly evolving, modern file manager (explorer / finder) app for Windows and Linux. -Designed, developed, and maintained by [Aleksey Hoffman](https://github.com/aleksey-hoffman) | [Twitter](https://twitter.com/sigma__dev) | [Reddit](https://www.reddit.com/r/SigmaFileManager) | [Telegram](https://t.me/sigma_devs) | [YouTube](https://www.youtube.com/@sigma-dev) +Designed, developed, and maintained by [Aleksey Hoffman](https://github.com/aleksey-hoffman) -Thanks to everyone who has been sharing this project with others! +Community links: [Reddit](https://www.reddit.com/r/SigmaFileManager) | [YouTube](https://www.youtube.com/@sigma-dev) | [X (Twitter)](https://twitter.com/sigma__dev) | [Telegram](https://t.me/sigma_devs) +
Thanks to everyone who has been sharing this project with others! From d558e2aa9c8abe30bfbdd4c66aad6ded5925ecff Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Thu, 11 Jan 2024 22:27:48 +0300 Subject: [PATCH 08/42] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b896c2..9902e0a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ > [!NOTE] > -> [Version 1:](https://github.com/aleksey-hoffman/sigma-file-manager) currently not maintained
-> [Version 2:](https://github.com/aleksey-hoffman/sigma-file-manager/tree/v2) active development +> [Version 1 (current page):](https://github.com/aleksey-hoffman/sigma-file-manager) development is paused
+> [Version 2:](https://github.com/aleksey-hoffman/sigma-file-manager/tree/v2) development is active # Latest news From d36cc2b3cfb08833db966b3ec83fdd78935cf3f8 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:03:51 +0300 Subject: [PATCH 09/42] Update README.md --- README.md | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 9902e0a..30d24a1 100644 --- a/README.md +++ b/README.md @@ -141,11 +141,25 @@ Consider supporting my work: -## Sponsor +### Sponsor -[Become the first sponsor](https://github.com/aleksey-hoffman/sigma-file-manager/wiki/Supporter-rewards) + + + + + + + +
+ + + + + Hover is a popular service where you buy domain names for your website. I've been using it personally and can recommend it. +
Use my Hover link, and we'll both get $2 off their domains: https://hover.com/UywpvNe0 +
-## Level-4 supporter +### Level-4 supporter @@ -163,7 +177,7 @@ Consider supporting my work:
-## Level-3 supporter +### Level-3 supporter @@ -184,23 +198,6 @@ Consider supporting my work:
-## Level-2 supporter - -
- - Tony Kelly - - ~ - Julien Ripet - - ~ - Marco Valenti - - ~ - Shtiliyan Karamfilov - -
-

From 43567b111b0229d4525f4df3b0612e004d44cb85 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:04:18 +0300 Subject: [PATCH 10/42] Add files via upload --- .github/media/hover-logo-svg-vector.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/media/hover-logo-svg-vector.svg diff --git a/.github/media/hover-logo-svg-vector.svg b/.github/media/hover-logo-svg-vector.svg new file mode 100644 index 0000000..50496d2 --- /dev/null +++ b/.github/media/hover-logo-svg-vector.svg @@ -0,0 +1 @@ + From 6c6139699882b435787fc0a67a97b7d3d3af69bf Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:09:44 +0300 Subject: [PATCH 11/42] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 30d24a1..413c3c2 100644 --- a/README.md +++ b/README.md @@ -146,15 +146,16 @@ Consider supporting my work: - - + +
- - - - - Hover is a popular service where you buy domain names for your website. I've been using it personally and can recommend it. -
Use my Hover link, and we'll both get $2 off their domains: https://hover.com/UywpvNe0 -
+ + + + + Hover is a popular service where you buy domain names for your website. +
I've been using it personally and can recommend it. +
Use my Hover link, and we'll both get $2 off their domains: https://hover.com/UywpvNe0 +
@@ -166,7 +167,7 @@ Consider supporting my work: - + From 0c3c105bc1a594a74adf746b5788ae4ea61927a4 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:15:54 +0300 Subject: [PATCH 12/42] Update README.md --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 413c3c2..4b8c9eb 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ # Latest news -1. Version 1.7.0 was released. Video review: https://www.youtube.com/watch?v=ZQy754HOM7Y -2. Started creating [Sigma File Manager Next (v2.0)](https://github.com/aleksey-hoffman/sigma-file-manager/discussions/226). Rewriting the app codebase with newer, better technologies (Rust, Vue 3, Typescript), as well as improving code quality and moving away from Electron.js. Once finished, the app will become faster, more capable, and better in every other way. -3. Reddit community [r/SigmaFileManager](https://www.reddit.com/r/SigmaFileManager) was created. This is where I will post all the updates, polls, progress, image and video previews of new / modified features, tips, etc. Check it out and post some cool ideas! +- Version 2.0.0-alpha.1 was released. +- Version 1.7.0 was released. Video review: https://www.youtube.com/watch?v=ZQy754HOM7Y +- Started creating [Sigma File Manager Next (v2.0)](https://github.com/aleksey-hoffman/sigma-file-manager/discussions/226). Rewriting the app codebase with newer, better technologies (Rust, Vue 3, Typescript), as well as improving code quality and moving away from Electron.js. Once finished, the app will become faster, more capable, and better in every other way. +- Reddit community [r/SigmaFileManager](https://www.reddit.com/r/SigmaFileManager) was created. This is where I will post all the updates, polls, progress, image and video previews of new / modified features, tips, etc. Check it out and post some cool ideas! # What's new in `v1.7` @@ -209,6 +210,8 @@ The funding will be used for funding the development of this and my other big pr # Download +[![Github All Releases](https://img.shields.io/github/downloads/aleksey-hoffman/sigma-file-manager/total.svg)]() + #### ⚡ Requirements: - **Memory (RAM):** minimum: ~100 MB, average: ~400 MB; @@ -306,8 +309,6 @@ If you decide to install the `Installable file (.exe)` instead, you might see a Running AppImage applications in Ubuntu 22.04 LTS -[![Github All Releases](https://img.shields.io/github/downloads/aleksey-hoffman/sigma-file-manager/total.svg)]() - #### ⚠ Notes: - If you're running the app on the integrated GPU, the RAM usage will increase during video playback. Videos playing in the background (e.g. on the home page) are the main reason for high memory usage. You can reduce memory usage by choosing a static image for the "Windows transparency effect" and the home banner. @@ -317,12 +318,7 @@ If you decide to install the `Installable file (.exe)` instead, you might see a #### 💬 Get notified -You can follow me on Twitter if you want to: - -- Get updates on this app, see screenshots of features in development -- Learn about my new projects -- See some memes about programming -- Or just read my thoughts on different things +Community links: [Reddit](https://www.reddit.com/r/SigmaFileManager) | [YouTube](https://www.youtube.com/@sigma-dev) | [X (Twitter)](https://twitter.com/sigma__dev) | [Telegram](https://t.me/sigma_devs) If you can also click the "watch" button on top of the page if you want to get notified when I publish a new release, or someone opens a new discussion / issue. From 0a8b1b1745f8b6f7b02954491f33d89d76cb6215 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:41:52 +0300 Subject: [PATCH 13/42] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b8c9eb..b19a395 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ > [!NOTE] > -> [Version 1 (current page):](https://github.com/aleksey-hoffman/sigma-file-manager) development is paused
-> [Version 2:](https://github.com/aleksey-hoffman/sigma-file-manager/tree/v2) development is active +> [Sigma File Manager (current page):](https://github.com/aleksey-hoffman/sigma-file-manager) development is paused
+> [Sigma File Manager v2.0:](https://github.com/aleksey-hoffman/sigma-file-manager/tree/v2) development is active # Latest news From c02550d08fbbcf1f3553c15c8df0ff9f155823e9 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:54:28 +0300 Subject: [PATCH 14/42] Update README.md --- README.md | 101 +++++++----------------------------------------------- 1 file changed, 12 insertions(+), 89 deletions(-) diff --git a/README.md b/README.md index b19a395..27ada21 100644 --- a/README.md +++ b/README.md @@ -97,50 +97,18 @@ Several more major features / improvements are already in development and will b # Supporters -Consider supporting my work: +Consider supporting the project on Patreon: - - - - - - - - - - - - - - - - - - - - - - - - - -
PlatformAddress
Patreon (monthly, with rewards) - - - -
Buymeacoffee - - Buy Me A Coffee - -
BTC - bc1qv5ujcuwjsk505qjhd3sptcf3xpvjktqjxj0wrc -
USDT (Tron TRC-20) - TN3hFLmjY2eXR149yKMq1qZQotmZbTGV4a -
+ + + +
+ + See other methods + ### Sponsor @@ -161,52 +129,7 @@ Consider supporting my work: -### Level-4 supporter - - - - - - - - -
- - - - - photoancestry.com -

Houston's #1 Photo Restoration Service

-
- -### Level-3 supporter - - - - - - - - -
- - - Andy Pfister - - - - - Alex Ivantsov - -
- -
- -

- See the full list of supporters → -

- -The funding will be used for funding the development of this and my other big projects. Right now, I'm also working in collaboration with a few universities on advanced tools / algorithms that will help scientists speed up development of new medications and treatments for diseases, reducing the time need to find a new medication from 10 years (current average) to just a few months, and hopefully help humanity get rid of diseases (the project will be open-sourced in a few months); +The funding will be used for funding the development of this and my other big projects. I'm also working in collaboration with a few universities on a project that will help scientists speed up development of new medications and treatments for diseases, reducing the time need to find a new medication from 10 years (current average) to just a few months, and hopefully help humanity get rid of diseases (the project will be open-sourced later); # Download From 2da7bb58514098124e7dc3c5304ecc217d603fae Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Fri, 19 Jan 2024 23:57:30 +0300 Subject: [PATCH 15/42] Update README.md --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/README.md b/README.md index 27ada21..36b49f8 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,51 @@ Consider supporting the project on Patreon: +### Level-4 supporter + + + + + + + + +
+ + + + + photoancestry.com +

Houston's #1 Photo Restoration Service

+
+ +### Level-3 supporter + + + + + + + + +
+ + + Andy Pfister + + + + + Alex Ivantsov + +
+ +
+ +

+ See the full list of supporters → +

+ The funding will be used for funding the development of this and my other big projects. I'm also working in collaboration with a few universities on a project that will help scientists speed up development of new medications and treatments for diseases, reducing the time need to find a new medication from 10 years (current average) to just a few months, and hopefully help humanity get rid of diseases (the project will be open-sourced later); # Download From 5d6f979ea74d3c38b24ec9d4854e9109e6b8e6bb Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:46:01 +0300 Subject: [PATCH 16/42] Update and rename feature_request.md to feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.md | 13 ----------- .github/ISSUE_TEMPLATE/feature_request.yml | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 13 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index cc9bc84..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Feature Request -about: Suggest a feature or improvement idea for the app -labels: enhancement ---- - - -## Feature request: - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..f13868e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,26 @@ +name: Feature Request +description: Suggest a feature or improvement idea for the app +title: "" +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + Suggest a feature or improvement idea for the app + - type: textarea + id: description + attributes: + label: Description + validations: + required: true + - type: dropdown + id: version + attributes: + label: App version + description: What version of the app this request is for? + options: + - v1 + - v2 + default: 1 + validations: + required: true From 4a2cfa1e8f9dbe56090c80eda5bb8580779ad431 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:46:25 +0300 Subject: [PATCH 17/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f13868e..d9aafca 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,5 @@ name: Feature Request description: Suggest a feature or improvement idea for the app -title: "" labels: ["enhancement"] body: - type: markdown From 603b9252dd557662158c1ff469abab3702d8346d Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:52:48 +0300 Subject: [PATCH 18/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d9aafca..7ab25e3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,4 @@ name: Feature Request -description: Suggest a feature or improvement idea for the app labels: ["enhancement"] body: - type: markdown @@ -10,6 +9,7 @@ body: id: description attributes: label: Description + description: Suggest a feature or improvement idea for the app validations: required: true - type: dropdown @@ -23,3 +23,8 @@ body: default: 1 validations: required: true + - type: markdown + attributes: + value: | + Join our Patreon community to increase the priority of all your requests! | + Check it out here: https://patreon.com/sigma_file_manager From daec0d56a1100b43545db959f306eb74e42ca01a Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:56:00 +0300 Subject: [PATCH 19/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7ab25e3..11b89e9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -25,6 +25,7 @@ body: required: true - type: markdown attributes: - value: | - Join our Patreon community to increase the priority of all your requests! | - Check it out here: https://patreon.com/sigma_file_manager + value: Join our Patreon community to increase the priority of all your requests! + - type: markdown + attributes: + value: Patreon: https://patreon.com/sigma_file_manager From de36423a88376175c0a771f61ecc40058baa3ba5 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:57:47 +0300 Subject: [PATCH 20/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 11b89e9..c769e45 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -25,7 +25,9 @@ body: required: true - type: markdown attributes: - value: Join our Patreon community to increase the priority of all your requests! + value: | + Join our Patreon community to increase the priority of all your requests! - type: markdown - attributes: - value: Patreon: https://patreon.com/sigma_file_manager + attributes: + value: | + Patreon: https://patreon.com/sigma_file_manager From 8889f5018967e09d5c503f58c9ff2dbad7e554f8 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:59:21 +0300 Subject: [PATCH 21/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c769e45..a21e440 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,15 +1,12 @@ name: Feature Request labels: ["enhancement"] body: - - type: markdown - attributes: - value: | - Suggest a feature or improvement idea for the app - type: textarea id: description attributes: label: Description description: Suggest a feature or improvement idea for the app + value: "" validations: required: true - type: dropdown From b28ddb91b1b27887f8318a12af5110029e01aa81 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 13:59:39 +0300 Subject: [PATCH 22/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a21e440..6460bfa 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -6,7 +6,7 @@ body: attributes: label: Description description: Suggest a feature or improvement idea for the app - value: "" + value: "Suggestion" validations: required: true - type: dropdown From 644d38439aac715dac59bebab6a1e8256f39cee5 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:00:03 +0300 Subject: [PATCH 23/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6460bfa..4874f4e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -6,7 +6,6 @@ body: attributes: label: Description description: Suggest a feature or improvement idea for the app - value: "Suggestion" validations: required: true - type: dropdown @@ -22,9 +21,7 @@ body: required: true - type: markdown attributes: - value: | - Join our Patreon community to increase the priority of all your requests! + value: Join our Patreon community to increase the priority of all your requests! - type: markdown attributes: - value: | - Patreon: https://patreon.com/sigma_file_manager + value: Patreon: https://patreon.com/sigma_file_manager From 5e152cf28f2bd07664efdda82fdbafce8559ebd1 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:00:31 +0300 Subject: [PATCH 24/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4874f4e..ad08cc2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -24,4 +24,4 @@ body: value: Join our Patreon community to increase the priority of all your requests! - type: markdown attributes: - value: Patreon: https://patreon.com/sigma_file_manager + value: Patreon: [https://patreon.com/sigma_file_manager](https://patreon.com/sigma_file_manager) From f397034ab52be218c08a4dc2fe6d8978ad485cba Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:01:28 +0300 Subject: [PATCH 25/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ad08cc2..b8d80cb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -21,7 +21,5 @@ body: required: true - type: markdown attributes: - value: Join our Patreon community to increase the priority of all your requests! - - type: markdown - attributes: - value: Patreon: [https://patreon.com/sigma_file_manager](https://patreon.com/sigma_file_manager) + value: | + Join our Patreon community to increase the priority of all your requests! From 173d412aa8d4a3f42878bf55a6ba3b0153e8d49b Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:01:47 +0300 Subject: [PATCH 26/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b8d80cb..c9f3983 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -19,7 +19,3 @@ body: default: 1 validations: required: true - - type: markdown - attributes: - value: | - Join our Patreon community to increase the priority of all your requests! From f1f9649755f8a478ac9f898175cf6ab6b49a3d77 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:03:26 +0300 Subject: [PATCH 27/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c9f3983..bd318ea 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,6 @@ name: Feature Request labels: ["enhancement"] +description: Feature request body: - type: textarea id: description @@ -19,3 +20,10 @@ body: default: 1 validations: required: true + - type: markdown + attributes: + value: | + Join our Patreon community to increase the priority of all your requests! + - type: markdown + attributes: + value: Patreon: [https://patreon.com/sigma_file_manager](https://patreon.com/sigma_file_manager) From 8278518271c93d15fbcd474508b73e071415c8be Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:05:35 +0300 Subject: [PATCH 28/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index bd318ea..dff3df3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -26,4 +26,4 @@ body: Join our Patreon community to increase the priority of all your requests! - type: markdown attributes: - value: Patreon: [https://patreon.com/sigma_file_manager](https://patreon.com/sigma_file_manager) + value: Patreon From b9392b9b9c9e192d637295ed7ac3585a0f6b988f Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:07:46 +0300 Subject: [PATCH 29/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index dff3df3..62585ae 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -9,6 +9,7 @@ body: description: Suggest a feature or improvement idea for the app validations: required: true + - type: dropdown id: version attributes: @@ -20,10 +21,9 @@ body: default: 1 validations: required: true + - type: markdown attributes: value: | Join our Patreon community to increase the priority of all your requests! - - type: markdown - attributes: - value: Patreon + Patreon: [https://patreon.com/sigma_file_manager](https://patreon.com/sigma_file_manager) From 9ba3ca4e226b84f003dfa603da506ec1681e87d6 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:08:32 +0300 Subject: [PATCH 30/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 62585ae..8990f17 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request labels: ["enhancement"] -description: Feature request +description: Suggest a feature or improvement idea for the app body: - type: textarea id: description From 25ea8095da6cc17ebb34d98feb0b81fe3a5d1dda Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:10:09 +0300 Subject: [PATCH 31/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 8990f17..7818d46 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -25,5 +25,6 @@ body: - type: markdown attributes: value: | + ### Notes Join our Patreon community to increase the priority of all your requests! Patreon: [https://patreon.com/sigma_file_manager](https://patreon.com/sigma_file_manager) From eeb93f1107360a5c2b191a2c6b093e46cab60d31 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:20:46 +0300 Subject: [PATCH 32/42] Update problem_report.yml --- .github/ISSUE_TEMPLATE/problem_report.yml | 32 ++++++++++++++++------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/problem_report.yml b/.github/ISSUE_TEMPLATE/problem_report.yml index c14be1c..08112eb 100644 --- a/.github/ISSUE_TEMPLATE/problem_report.yml +++ b/.github/ISSUE_TEMPLATE/problem_report.yml @@ -9,12 +9,14 @@ body: options: - label: I have searched the opened issues required: true + - type: textarea attributes: label: Problem description description: A clear & concise description of what you're experiencing. validations: required: false + - type: textarea attributes: label: Steps to reproduce @@ -23,15 +25,25 @@ body: 1. validations: required: false -- type: textarea + +body: +- type: input + id: os attributes: - label: Environment - description: | - Examples: - - **OS**: Windows 10 - - **App version**: 1.0.0 - value: | - - OS: - - App version: + label: Operating system + description: Specify the operating system you are running the app on + placeholder: For example: Windows 11, MacOS Ventura, etc. validations: - required: false + required: true + +- type: dropdown + id: version + attributes: + label: App version + description: What version of the app this request is for? + options: + - v1 + - v2 + default: 1 + validations: + required: true From c41f6f091abe48ffd3a4a89d7c4bf23be64e1add Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:22:13 +0300 Subject: [PATCH 33/42] Update problem_report.yml --- .github/ISSUE_TEMPLATE/problem_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/problem_report.yml b/.github/ISSUE_TEMPLATE/problem_report.yml index 08112eb..b8de70d 100644 --- a/.github/ISSUE_TEMPLATE/problem_report.yml +++ b/.github/ISSUE_TEMPLATE/problem_report.yml @@ -31,8 +31,8 @@ body: id: os attributes: label: Operating system - description: Specify the operating system you are running the app on - placeholder: For example: Windows 11, MacOS Ventura, etc. + description: "Specify the operating system you are running the app on" + placeholder: "For example: Windows 11, MacOS Ventura, etc." validations: required: true From 2ae6aea42dccf198d9e49d474e9cb44bee6be020 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:24:01 +0300 Subject: [PATCH 34/42] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7818d46..3e71c06 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -25,6 +25,7 @@ body: - type: markdown attributes: value: | - ### Notes + + #### Notes Join our Patreon community to increase the priority of all your requests! Patreon: [https://patreon.com/sigma_file_manager](https://patreon.com/sigma_file_manager) From c1d1dcfdef76cea5ae2f053d13111cf49e79b95a Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:26:31 +0300 Subject: [PATCH 35/42] Update problem_report.yml --- .github/ISSUE_TEMPLATE/problem_report.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/problem_report.yml b/.github/ISSUE_TEMPLATE/problem_report.yml index b8de70d..7c8891d 100644 --- a/.github/ISSUE_TEMPLATE/problem_report.yml +++ b/.github/ISSUE_TEMPLATE/problem_report.yml @@ -2,14 +2,6 @@ name: Problem Report description: Create a problem report to help improve the app labels: [bug] body: -- type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search [opened issues](https://github.com/aleksey-hoffman/sigma-file-manager/issues) to see if an issue already exists for this problem. - options: - - label: I have searched the opened issues - required: true - - type: textarea attributes: label: Problem description @@ -26,7 +18,6 @@ body: validations: required: false -body: - type: input id: os attributes: From 2c75c1319acb005a81bded78b3a80f32b65f1532 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:27:22 +0300 Subject: [PATCH 36/42] Update problem_report.yml --- .github/ISSUE_TEMPLATE/problem_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/problem_report.yml b/.github/ISSUE_TEMPLATE/problem_report.yml index 7c8891d..21260a5 100644 --- a/.github/ISSUE_TEMPLATE/problem_report.yml +++ b/.github/ISSUE_TEMPLATE/problem_report.yml @@ -7,7 +7,7 @@ body: label: Problem description description: A clear & concise description of what you're experiencing. validations: - required: false + required: true - type: textarea attributes: @@ -16,7 +16,7 @@ body: value: | 1. validations: - required: false + required: true - type: input id: os From 984e899655d9ca35786ee460b298ea26007626ab Mon Sep 17 00:00:00 2001 From: aleksey-hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Tue, 23 Jan 2024 22:19:50 +0300 Subject: [PATCH 37/42] Dev: Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 802712a..c89d10c 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,7 @@ yarn-error.log* *.sw? #Electron-builder output -/dist_electron \ No newline at end of file +/dist_electron + +# Migration +/src-tauri \ No newline at end of file From d2ff412d146d1c76e8a2768e5a861b64b03dc260 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:58:35 +0300 Subject: [PATCH 38/42] Update FUNDING.yml --- .github/FUNDING.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index ad642a6..42df8e6 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1 @@ patreon: sigma_file_manager -custom: ['buymeacoffee.com/alekseyhoffman'] From 2054c9f4ce7b7bf2501fd1c62a41c72d3cb9d063 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:18:03 +0300 Subject: [PATCH 39/42] Update BAKERS.md --- BAKERS.md | 95 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 54 insertions(+), 41 deletions(-) diff --git a/BAKERS.md b/BAKERS.md index 9c1bf03..f2943e9 100644 --- a/BAKERS.md +++ b/BAKERS.md @@ -1,40 +1,74 @@ -# Supporters +# Support -These wonderful people and companies are currently funding this project. Thanks to them I can keep improving this app, they are the reason good quality free software can exist. +Consider supporting the project on Patreon: -### SPONSORS - LEVEL 2 -Become the first supporter + + + +
+ + See other methods + -### SPONSORS - LEVEL 1 -Become the first supporter +### Sponsors -### GENEROUS SUPPORTERS - + + +
- - - + + + + + + Hover is a popular service where you buy domain names for your website. +
Use my Hover link and we'll both get $2 off their domains.
+ + + - +
- ⭐ Houston Photo Restoration + + + + + + Houston's #1 Photo Restoration Service +
photoancestry.com
-### GRATEFUL SUPPORTERS +### Supporters -
- - ~ Andy Pfister ~ - -
+ + + + + + + +
+ + + Andy Pfister + + + + + Alex Ivantsov + +
-### THOUGHTFUL SUPPORTERS +### Previous supporters
@@ -47,24 +81,3 @@ Become the first supporter Marco Valenti
- -## Join - -#### 🎉 Supporter goal: 4 of 300 people joined - -See the list of rewards and consider joining our community on Patreon: - - - - - -- Supporters are added to the list from top to bottom. The earlier you start supporting the project, the higher your name will be on the list. -- "3+ months" supporters will have the ⭐ badge displayed next to their name. -- The funding will be used for: - - Fund the development of this project; - - Fund the development of my other big research project: advanced tools / algorithms that will help scientists speed up development of new medications and treatments for diseases, reducing the time need to find a new medication from 10 years (current average) to just a few months, and hopefully help humanity get rid of diseases; - - Support other open-source and open-content creators (developers, educators, digital artists, etc); From 19a6c713324f21be0d8abde6386b4617537d031c Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:43:04 +0300 Subject: [PATCH 40/42] Update README.md --- README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 36b49f8..a1c637d 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Consider supporting the project on Patreon: See other methods -### Sponsor +### Sponsors @@ -121,33 +121,30 @@ Consider supporting the project on Patreon:
- Hover is a popular service where you buy domain names for your website. -
I've been using it personally and can recommend it. -
Use my Hover link, and we'll both get $2 off their domains: https://hover.com/UywpvNe0 + Hover is a popular service where you buy domain names for your website. +
Use my Hover link and we'll both get $2 off their domains.
-### Level-4 supporter - -
- - - + + + + - photoancestry.com -

Houston's #1 Photo Restoration Service

+ Houston's #1 Photo Restoration Service +
photoancestry.com
-### Level-3 supporter +### Supporters From e2c714daf3a95bb58ab5bba2efb16fd596bfb5c4 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Wed, 7 Feb 2024 23:02:45 +0300 Subject: [PATCH 41/42] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1c637d..39a6662 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Designed, developed, and maintained by [Aleksey Hoffman](https://github.com/aleksey-hoffman) -Community links: [Reddit](https://www.reddit.com/r/SigmaFileManager) | [YouTube](https://www.youtube.com/@sigma-dev) | [X (Twitter)](https://twitter.com/sigma__dev) | [Telegram](https://t.me/sigma_devs) +Community links: [Discord](https://discord.gg/sxZTztFVwX) | [Reddit](https://www.reddit.com/r/SigmaFileManager) | [YouTube](https://www.youtube.com/@sigma-dev) | [X (Twitter)](https://twitter.com/sigma__dev) | [Telegram](https://t.me/sigma_devs)
Thanks to everyone who has been sharing this project with others! From 5fe0ce4f8369a73d174728c63808743f69e51693 Mon Sep 17 00:00:00 2001 From: Aleksey Hoffman <61761672+aleksey-hoffman@users.noreply.github.com> Date: Wed, 7 Feb 2024 23:18:29 +0300 Subject: [PATCH 42/42] Update README.md --- README.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 39a6662..8c5c6ea 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ > [Sigma File Manager (current page):](https://github.com/aleksey-hoffman/sigma-file-manager) development is paused
> [Sigma File Manager v2.0:](https://github.com/aleksey-hoffman/sigma-file-manager/tree/v2) development is active -# Latest news +## Latest news - Version 2.0.0-alpha.1 was released. - Version 1.7.0 was released. Video review: https://www.youtube.com/watch?v=ZQy754HOM7Y - Started creating [Sigma File Manager Next (v2.0)](https://github.com/aleksey-hoffman/sigma-file-manager/discussions/226). Rewriting the app codebase with newer, better technologies (Rust, Vue 3, Typescript), as well as improving code quality and moving away from Electron.js. Once finished, the app will become faster, more capable, and better in every other way. - Reddit community [r/SigmaFileManager](https://www.reddit.com/r/SigmaFileManager) was created. This is where I will post all the updates, polls, progress, image and video previews of new / modified features, tips, etc. Check it out and post some cool ideas! -# What's new in `v1.7` +## What's new in `v1.7` - 4 new features - 9 improvements @@ -29,18 +29,20 @@ Designed, developed, and maintained by [Aleksey Hoffman](https://github.com/aleksey-hoffman) -Community links: [Discord](https://discord.gg/sxZTztFVwX) | [Reddit](https://www.reddit.com/r/SigmaFileManager) | [YouTube](https://www.youtube.com/@sigma-dev) | [X (Twitter)](https://twitter.com/sigma__dev) | [Telegram](https://t.me/sigma_devs) -
Thanks to everyone who has been sharing this project with others! - -# Goal + +## Community links +[Discord](https://discord.gg/sxZTztFVwX) | [Reddit](https://www.reddit.com/r/SigmaFileManager) | [YouTube](https://www.youtube.com/@sigma-dev) | [X (Twitter)](https://twitter.com/sigma__dev) | [Telegram](https://t.me/sigma_devs) +
Thanks to everyone who has been sharing this project with others! + +## Goal Create the best existing intelligent file manager & productivity app that will significantly speed up your workflow, provide you with advanced tools, and keep your data safe. `Done 21 of 100` major features. -# Features +## Features #### The list of major features: @@ -95,7 +97,7 @@ Several more major features / improvements are already in development and will b FEATURES IN DEVELOPMENT → -# Supporters +## Supporters Consider supporting the project on Patreon: @@ -173,7 +175,7 @@ Consider supporting the project on Patreon: The funding will be used for funding the development of this and my other big projects. I'm also working in collaboration with a few universities on a project that will help scientists speed up development of new medications and treatments for diseases, reducing the time need to find a new medication from 10 years (current average) to just a few months, and hopefully help humanity get rid of diseases (the project will be open-sourced later); -# Download +## Download [![Github All Releases](https://img.shields.io/github/downloads/aleksey-hoffman/sigma-file-manager/total.svg)]() @@ -291,7 +293,7 @@ If you can also click the "watch" button on top of the page if you want to get n There's a fun secret hidden somewhere in the app. See if you can find it. Hint: only the dinosaur knows about it. -# Project links +## Project links - Create feature request - Create problem report @@ -299,7 +301,7 @@ There's a fun secret hidden somewhere in the app. See if you can find it. Hint: - See changelog - See features in development -# Milestones +## Milestones ✅ **v1.0.0 (May 25 2021):** publish the app; @@ -330,13 +332,13 @@ There's a fun secret hidden somewhere in the app. See if you can find it. Hint: **Links to reviews:** none yet. -# Become my student +## Become my student If you want to quickly learn how to build web and desktop apps like Sigma File Manager, I can teach you. See more details on [my Github profile page](https://github.com/aleksey-hoffman) -# Contributors - open-content creators +## Contributors - open-content creators #### Artworks used in the app @@ -524,7 +526,7 @@ If you like their art, consider supporting their work. You can find their suppor
-# Special thanks +## Special thanks **Open-source projects:** @@ -538,13 +540,13 @@ If you like their art, consider supporting their work. You can find their suppor - **[7-zip.org](https://7-zip.org):** Allows the app to work with archives (compress/decompress directories and files). - **[xxoo/node-fswin](https://github.com/xxoo/node-fswin):** Windows OS native API bindings for Node.js. -# For developers +## For developers Developers, feel free to optimize and improve the app. Make sure to create a new issue or a discussion before implementing changes, so we can discuss the changes first. See [CONTRIBUTING.md](./CONTRIBUTING.md) file for more info. -# License +## License Sigma file manager is licensed under [GNU GPLv3 or later](./LICENSE.md).