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

Merge pull request #30 from YunoHost-Apps/ci-auto-update-24.5.0

Upgrade to v24.5.0
This commit is contained in:
eric_G 2024-05-10 09:53:28 +02:00 committed by GitHub
commit 356dca66e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 54 additions and 7 deletions

View file

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

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting.
**Shipped version:** 24.4.0~ynh1
**Shipped version:** 24.5.0~ynh1
## Screenshots

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting.
**Paketatutako bertsioa:** 24.4.0~ynh1
**Paketatutako bertsioa:** 24.5.0~ynh1
## Pantaila-argazkiak

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
Actual est un outil de finances personnelles local. Il est 100% gratuit et open-source, écrit en NodeJS, il dispose d'un élément de synchronisation afin que toutes vos modifications puissent se déplacer entre les appareils sans aucune lourde charge.
**Version incluse:** 24.4.0~ynh1
**Version incluse:** 24.5.0~ynh1
## Captures décran

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting.
**Versión proporcionada:** 24.4.0~ynh1
**Versión proporcionada:** 24.5.0~ynh1
## Capturas de pantalla

46
README_zh_Hans.md Normal file
View file

@ -0,0 +1,46 @@
<!--
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
请勿手动编辑。
-->
# YunoHost 的 Actual
[![集成程度](https://dash.yunohost.org/integration/actual.svg)](https://dash.yunohost.org/appci/app/actual) ![工作状态](https://ci-apps.yunohost.org/ci/badges/actual.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/actual.maintain.svg)
[![使用 YunoHost 安装 Actual](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=actual)
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Actual。*
> *如果您还没有 YunoHost请参阅[指南](https://yunohost.org/install)了解如何安装它。*
## 概况
Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting.
**分发版本:** 24.5.0~ynh1
## 截图
![Actual 的截图](./doc/screenshots/screenshot.png)
## 文档与资源
- 官方管理文档: <https://actualbudget.github.io/docs/>
- 上游应用代码库: <https://github.com/actualbudget/actual-server>
- YunoHost 商店: <https://apps.yunohost.org/app/actual>
- 报告 bug <https://github.com/YunoHost-Apps/actual_ynh/issues>
## 开发者信息
请向 [`testing` 分支](https://github.com/YunoHost-Apps/actual_ynh/tree/testing) 发送拉取请求。
如要尝试 `testing` 分支,请这样操作:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/actual_ynh/tree/testing --debug
sudo yunohost app upgrade actual -u https://github.com/YunoHost-Apps/actual_ynh/tree/testing --debug
```
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>

View file

@ -5,7 +5,7 @@ name = "Actual"
description.en = "Local-first personal finance tool"
description.fr = "Premier outil de finances personnelles local"
version = "24.4.0~ynh1"
version = "24.5.0~ynh1"
maintainers = ["eric_G"]
@ -40,8 +40,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v24.4.0.tar.gz"
sha256 = "55254e97869a03d59f1041326c833c8e5eb3a4808250cbf73721f683e1a066a2"
url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v24.5.0.tar.gz"
sha256 = "da3faea30b3da75df008a99325cb44f55b809d4dcb4dee7f29351a5be469b0b3"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]