Skip to content
Snippets Groups Projects
Commit c65b61c4 authored by ransome1's avatar ransome1
Browse files

Finetuning threshold picker

parent 7ede0c2a
No related branches found
No related tags found
No related merge requests found
# sleek
## Help wanted
Thanks using and supporting this tiny project. Amazing feature requests, major and minor issues are piling up, but due private reasons my time working on sleek is unfortunatelly reduced to a minimum at the moment. This will change in fall again but until then and also beyond that this open source project needs coding support. If you have proper knowledge of HTML, CSS, JavaScript or the Electron framework please check the issue list, fork sleek and feel free to start working on sleek.
## sleek is an open-source (FOSS) todo manager based on the todo.txt syntax. It's available for Windows, MacOS and Linux
+ [Screenshots](#screenshots)
+ [Support sleek](#support-sleek)
......
{
"name": "sleek",
"productName": "sleek",
"version": "1.2.0-rc.3",
"version": "1.2.0",
"description": "todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)",
"synopsis": "todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)",
"category": "ProjectManagement",
......@@ -120,6 +120,8 @@
"artifactName": "${productName}-${version}-${arch}.${ext}"
},
"scripts": {
"build:windows": "cross-env NODE_ENV=production yarn build:css && yarn build:pegjs && electron-builder -w --publish never",
"build:linux": "cross-env NODE_ENV=production yarn build:css && yarn build:pegjs && electron-builder -l --publish never",
"build:mas": "yarn build:css && yarn build:pegjs && electron-builder -m mas --universal --publish never && bash build/resignPkg.sh",
"build:macos": "yarn build:css && yarn build:pegjs && electron-builder -m zip --universal --publish never && bash build/resignPkg.sh",
"build:appx": "yarn build:css && yarn build:pegjs && electron-builder -w appx --publish never",
......
name: sleek
base: core18
version: "1.1.9"
version: "1.2.0"
summary: todo.txt manager for Linux, free and open-source (FOSS)
description: |
sleek is an open-source (FOSS) todo manager based on the todo.txt syntax. Stripped down to only the most necessary features, and with a clean and simple interface, sleek aims to help you focus on getting things done.
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -24,3 +24,4 @@ x 2022-04-04 This is a test todo that needs to be archived
x 2022-04-07 This is a test todo that needs to be archived
x 2022-04-08 This is a test todo that needs to be archived
x 2022-04-12 This is a test todo that needs to be archived
x 2022-06-13 This is a test todo that needs to be archived
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment