1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/planka_ynh.git synced 2024-09-03 20:06:00 +02:00

Merge pull request #45 from YunoHost-Apps/ci-auto-update-1.20.1

Upgrade to v1.20.1
This commit is contained in:
eric_G 2024-07-22 08:47:21 +02:00 committed by GitHub
commit 924f149e06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 71 additions and 9 deletions

View file

@ -5,4 +5,5 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -30,7 +30,7 @@ Elegant open source project tracking.
- Internationalization
**Shipped version:** 1.20.0~ynh1
**Shipped version:** 1.20.1~ynh1
**Demo:** <https://plankanban.github.io/planka/#/>

View file

@ -30,7 +30,7 @@ Elegant open source project tracking.
- Internationalization
**Versión actual:** 1.20.0~ynh1
**Versión actual:** 1.20.1~ynh1
**Demo:** <https://plankanban.github.io/planka/#/>

View file

@ -30,7 +30,7 @@ Elegant open source project tracking.
- Internationalization
**Paketatutako bertsioa:** 1.20.0~ynh1
**Paketatutako bertsioa:** 1.20.1~ynh1
**Demoa:** <https://plankanban.github.io/planka/#/>

View file

@ -30,7 +30,7 @@ Suivi de projet open source élégant.
- Internationalisation
**Version incluse:** 1.20.0~ynh1
**Version incluse:** 1.20.1~ynh1
**Démo:** <https://plankanban.github.io/planka/#/>

View file

@ -30,7 +30,7 @@ Elegant open source project tracking.
- Internationalization
**Versión proporcionada:** 1.20.0~ynh1
**Versión proporcionada:** 1.20.1~ynh1
**Demo:** <https://plankanban.github.io/planka/#/>

61
README_id.md Normal file
View file

@ -0,0 +1,61 @@
<!--
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Ini TIDAK boleh diedit dengan tangan.
-->
# Planka untuk YunoHost
[![Tingkat integrasi](https://dash.yunohost.org/integration/planka.svg)](https://ci-apps.yunohost.org/ci/apps/planka/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/planka.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/planka.maintain.svg)
[![Pasang Planka dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=planka)
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
> *Paket ini memperbolehkan Anda untuk memasang Planka secara cepat dan mudah pada server YunoHost.*
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
## Ringkasan
Elegant open source project tracking.
### Features
- Create projects, boards, lists, cards, labels and tasks
- Add card members, track time, set a due date, add attachments, write comments
- Markdown support in a card description and comment
- Filter by members and labels
- Customize project background
- Real-time updates
- User notifications
- Internationalization
**Versi terkirim:** 1.20.1~ynh1
**Demo:** <https://plankanban.github.io/planka/#/>
## Tangkapan Layar
![Tangkapan Layar pada Planka](./doc/screenshots/screenshot.png)
## Dokumentasi dan sumber daya
- Website aplikasi resmi: <https://planka.app/>
- Dokumentasi admin resmi: <https://docs.planka.cloud/docs/intro/>
- Repositori kode aplikasi hulu: <https://github.com/plankanban/planka>
- Gudang YunoHost: <https://apps.yunohost.org/app/planka>
- Laporkan bug: <https://github.com/YunoHost-Apps/planka_ynh/issues>
## Info developer
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/planka_ynh/tree/testing).
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/planka_ynh/tree/testing --debug
atau
sudo yunohost app upgrade planka -u https://github.com/YunoHost-Apps/planka_ynh/tree/testing --debug
```
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>

View file

@ -30,7 +30,7 @@ Elegant open source project tracking.
- Internationalization
**分发版本:** 1.20.0~ynh1
**分发版本:** 1.20.1~ynh1
**演示:** <https://plankanban.github.io/planka/#/>

View file

@ -7,7 +7,7 @@ name = "Planka"
description.en = "Realtime kanban board for workgroups"
description.fr = "Tableau Kanban en temps réel pour les groupes de travail"
version = "1.20.0~ynh1"
version = "1.20.1~ynh1"
maintainers = ["eric_G"]
@ -50,8 +50,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/plankanban/planka/releases/download/v1.20.0/planka-prebuild-v1.20.0.zip"
sha256 = "088b23d0a7edf6f4331eb6213795f26646d8dc0330a5944938ecd7caa845bfc8"
url = "https://github.com/plankanban/planka/releases/download/v1.20.1/planka-prebuild-v1.20.1.zip"
sha256 = "83aac1fc6f10284f1d7699d3034eaaa9d586a4d9f18aa1451b793eeb96702b6f"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^planka-prebuild-v.*zip$"