diff --git a/flatpak/generated-sources.json b/flatpak/generated-sources.json index 8769b59d..e1362f3b 100644 --- a/flatpak/generated-sources.json +++ b/flatpak/generated-sources.json @@ -7801,4 +7801,4 @@ "x86_64" ] } -] +] \ No newline at end of file diff --git a/package.json b/package.json index 6c44eecf..fef5606f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sleek", "productName": "sleek", - "version": "0.7.0-Alpha", + "version": "0.7.0", "description": "sleek is a todo app based on the concept of todo.txt", "synopsis": "sleek is a todo app based on the concept of todo.txt", "category": "ProjectManagement", @@ -19,6 +19,16 @@ "main": "src/main.js", "buildResources": "src", "build": { + "files": [ + "!snap${/*}", + "!flatpak${/*}", + "!.git${/*}", + "!dist${/*}", + "!**.pfx", + "!**.bak", + "!**.md", + "!assets/screenshots${/*}" + ], "appId": "RobinAhle.sleektodomanager", "linux": { "icon": "assets/icons/512x512.png", diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index bf49d3ae..d918bd50 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -5,7 +5,7 @@ summary: sleek is a todo app based on todo.txt, free and open-source description: | sleek offers a clean and simple interface that can be used with mouse and keyboard, keyboard only or touch devices. You will use an easy to understand but powerful syntax to create todos. According to the concept of todo.txt you can add contexts to your todos or assign them to projects you're working on. Priorities can be set and if you add due dates sleek will send you notifications just in time. - All that can be done guided by sleeks interface that for instance will present suggestions on contexts and projects while typing or offers a date picker to ease the selection of due dates. + All that can be done typing plain text or guided by sleeks interface that for instance will present suggestions on contexts and projects while typing, offers a date picker to ease the selection of due dates or presents a recurrence picker, if your todos should repeat themselves. There is no cloud integration, but as sleek writes your todos into a plain text file, you can put it anywhere and sync it to all your devices. That also means if you don't have sleek at hand or if you don't like it any more you can just edit the todo.txt file with any text editor or other todo.txt application. diff --git a/src/scss/style.scss b/src/scss/style.scss index 5db793d9..ba81b59b 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -887,7 +887,7 @@ nav { label { width: 100%; padding: 0; - margin: .25em 0; + margi,n: .25em 0; } } .card.is-active {