-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #690 from kanriapp/main
Prepare for v0.8.0 release
- Loading branch information
Showing
93 changed files
with
29,894 additions
and
27,784 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ node_modules | |
dist/* | ||
dist | ||
src-tauri/license.html | ||
LICENSES_3RD_PARTY.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
src-tauri | ||
dist | ||
.nuxt | ||
.output | ||
node_modules | ||
coverage | ||
build | ||
logs | ||
*.log | ||
*.min.js | ||
*.min.css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: Copyright (c) 2022-2024 trobonox <[email protected]> | ||
|
||
SPDX-License-Identifier: Apache-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"printWidth": 80, | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"semi": true, | ||
"singleQuote": false, | ||
"quoteProps": "as-needed", | ||
"jsxSingleQuote": false, | ||
"trailingComma": "es5", | ||
"bracketSpacing": true, | ||
"jsxBracketSameLine": false, | ||
"arrowParens": "always", | ||
"proseWrap": "preserve", | ||
"htmlWhitespaceSensitivity": "css", | ||
"endOfLine": "lf", | ||
"embeddedLanguageFormatting": "auto" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SPDX-FileCopyrightText: Copyright (c) 2022-2024 trobonox <[email protected]>, gitoak | ||
|
||
SPDX-License-Identifier: Apache-2.0 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll": "never", | ||
"source.fixAll.eslint": "always" | ||
}, | ||
"eslint.experimental.useFlatConfig": true | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll": "never", | ||
"source.fixAll.eslint": "always" | ||
}, | ||
"eslint.useFlatConfig": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0 | |
--> | ||
|
||
<p align="center"> | ||
<img src="https://github.com/trobonox/kanri/assets/57040351/39aae8cf-f9bc-4e9e-821b-78c61a0fcb1d" alt="Kanri banner" /> | ||
<img src="https://github.com/user-attachments/assets/14750ad4-a273-4779-972c-71868c2bbaa3" alt="Kanri banner" width="100%" /> <br> | ||
<b> Kanban boards done right. Made with simplicity and user experience in mind, Kanri helps you create Kanban boards easily, right from your desktop. No internet connection or account needed! </b> | ||
<br> <br> | ||
<img src="https://img.shields.io/github/v/release/trobonox/kanri" alt="Release Version Badge" /> | ||
|
@@ -48,11 +48,11 @@ Long term vision for the project: | |
- 👷♂️ Improve current features and refactor to avoid tech debt | ||
- ➕ Add additional small/mid-sized features with high impact (reminders, sub-tasks, etc.) | ||
- 🚚 Work towards 1.0 release with features from the backlog like internationalization or a widget panel | ||
- 🔍 After 1.0: Possibility of cloud sync with collaboration (could be self-hosted or managed by me) | ||
- 🔍 After 1.0: Assess what direction to take (focus on offline-only features or add support for cloud sync and collaboration) | ||
|
||
A granular list of priorities can be found [in the roadmap in the projects tab of this GitHub repo](https://github.com/trobonox/kanri/projects). | ||
A granular list of priorities can be found [in the roadmap](https://github.com/orgs/kanriapp/projects/2). | ||
|
||
This project is open for any contributions or feature requests, though always keep in mind that I am still a student with limited time and I might not be able to process every request immediately. | ||
This project is open for any contributions or feature requests as long as they are polite, provide enough context and remain patient (replies might take a few days). | ||
|
||
> [!NOTE] | ||
> This project is still in active development and is provided "AS IS". Please make regular backups/exports to prevent any data loss. | ||
|
@@ -79,3 +79,4 @@ yarn tauri build | |
|
||
--- | ||
**Copyright (c) 2022-2024 trobonox ([email protected])**. Licensed under GPL v3 (with some files under Apache 2.0 or other licenses stated in the files themselves). | ||
The Kanri logo, name and other branding are **NOT** open source, full copyright belongs to trobonox. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# SPDX-FileCopyrightText: Copyright (c) 2022-2024 trobonox <[email protected]> | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
version = 1 | ||
SPDX-PackageName = "kanri" | ||
SPDX-PackageSupplier = "trobonox <[email protected]>" | ||
SPDX-PackageDownloadLocation = "https://github.com/kanriapp/kanri" | ||
annotations = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ Since this app is constantly changing and previous versions are not receiving an | |
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 0.7.0 | :white_check_mark: | | ||
| < 0.7.0 | :x: | | ||
| 0.7.1 | :white_check_mark: | | ||
| < 0.7.1 | :x: | | ||
|
||
## Reporting a Vulnerability | ||
If you find any vulnerability, please write an email at [email protected] with a short description, reproduction steps and possible attacks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
<!-- SPDX-FileCopyrightText: Copyright (c) 2022-2024 trobonox <hello@trobo.dev> --> | ||
<!-- --> | ||
<!-- SPDX-License-Identifier: CC0-1.0 --> | ||
|
||
<template> | ||
<div> | ||
<NuxtLayout> | ||
<NuxtPage /> | ||
</NuxtLayout> | ||
</div> | ||
</template> | ||
|
||
<script setup> | ||
import { appWindow } from '@tauri-apps/api/window'; | ||
import { | ||
attachConsole, | ||
trace, | ||
debug, | ||
info, | ||
warn, | ||
error, | ||
} from "tauri-plugin-log-api"; | ||
|
||
onMounted(async () => { | ||
setTimeout(() => { | ||
appWindow.show(); | ||
}, 50); | ||
|
||
await attachConsole(); | ||
|
||
console.trace = trace | ||
console.log = debug | ||
console.info = info | ||
console.warn = warn | ||
console.error = error | ||
}) | ||
</script> | ||
<!-- SPDX-FileCopyrightText: Copyright (c) 2022-2024 trobonox <hello@trobo.dev> --> | ||
<!-- --> | ||
<!-- SPDX-License-Identifier: CC0-1.0 --> | ||
|
||
<template> | ||
<div> | ||
<NuxtLayout> | ||
<NuxtPage /> | ||
</NuxtLayout> | ||
</div> | ||
</template> | ||
|
||
<script setup> | ||
import { appWindow } from "@tauri-apps/api/window"; | ||
import { | ||
attachConsole, | ||
trace, | ||
debug, | ||
info, | ||
warn, | ||
error, | ||
} from "tauri-plugin-log-api"; | ||
|
||
onMounted(async () => { | ||
setTimeout(() => { | ||
appWindow.show(); | ||
}, 50); | ||
|
||
await attachConsole(); | ||
|
||
console.trace = trace; | ||
console.log = debug; | ||
console.info = info; | ||
console.warn = warn; | ||
console.error = error; | ||
}); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
/* SPDX-FileCopyrightText: Copyright (c) 2022-2024 trobonox <[email protected]> | ||
SPDX-License-Identifier: GPL-3.0-or-later | ||
Kanri is an offline Kanban board app made using Tauri and Nuxt. | ||
Copyright (C) 2022-2024 trobonox <[email protected]> | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
body { | ||
overscroll-behavior: none; | ||
scroll-behavior: smooth; | ||
background-color: #111112; | ||
} | ||
|
||
.smooth-dnd-container { | ||
min-height: 40px !important; | ||
} | ||
|
||
body:has(> .disable-animations) * { | ||
-webkit-transition: none !important; | ||
-moz-transition: none !important; | ||
-o-transition: none !important; | ||
transition: none !important; | ||
} | ||
/* SPDX-FileCopyrightText: Copyright (c) 2022-2024 trobonox <[email protected]> | ||
SPDX-License-Identifier: GPL-3.0-or-later | ||
Kanri is an offline Kanban board app made using Tauri and Nuxt. | ||
Copyright (C) 2022-2024 trobonox <[email protected]> | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
body { | ||
overscroll-behavior: none; | ||
scroll-behavior: smooth; | ||
background-color: #111112; | ||
} | ||
|
||
.smooth-dnd-container { | ||
min-height: 40px !important; | ||
} | ||
|
||
body:has(> .disable-animations) * { | ||
-webkit-transition: none !important; | ||
-moz-transition: none !important; | ||
-o-transition: none !important; | ||
transition: none !important; | ||
} |
Oops, something went wrong.