Compare commits

..

1 Commits

Author SHA1 Message Date
GitHub Actions
a5e325d117 Update .app files 2026-02-03 19:36:53 +00:00
3 changed files with 20 additions and 40 deletions

View File

@@ -772,14 +772,8 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
</details>
## 2026-02-04
## 2026-02-03
### 🆕 New Scripts
- Wealthfolio ([#11511](https://github.com/community-scripts/ProxmoxVE/pull/11511))
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
@@ -790,12 +784,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- [FEAT] Scanopy: automatically update integrated daemon [@vhsdream](https://github.com/vhsdream) ([#11506](https://github.com/community-scripts/ProxmoxVE/pull/11506))
### 💾 Core
- #### 🐞 Bug Fixes
- [FIX] tools.func: trim spaces in app_lc when checking for gh release [@vhsdream](https://github.com/vhsdream) ([#11512](https://github.com/community-scripts/ProxmoxVE/pull/11512))
### 🌐 Website
- #### 🐞 Bug Fixes

View File

@@ -1,5 +1,5 @@
{
"generated": "2026-02-04T00:18:44Z",
"generated": "2026-02-03T18:19:44Z",
"versions": [
{
"slug": "2fauth",
@@ -158,9 +158,9 @@
{
"slug": "bytestash",
"repo": "jordan-dalby/ByteStash",
"version": "v1.5.11",
"version": "v1.5.10",
"pinned": false,
"date": "2026-02-03T22:12:19Z"
"date": "2026-01-26T14:07:59Z"
},
{
"slug": "caddy",
@@ -186,9 +186,9 @@
{
"slug": "comfyui",
"repo": "comfyanonymous/ComfyUI",
"version": "v0.12.1",
"version": "v0.12.0",
"pinned": false,
"date": "2026-02-03T21:27:07Z"
"date": "2026-02-03T08:54:29Z"
},
{
"slug": "commafeed",
@@ -291,9 +291,9 @@
{
"slug": "elementsynapse",
"repo": "etkecc/synapse-admin",
"version": "v0.11.1-etke53",
"version": "v0.11.1-etke52",
"pinned": false,
"date": "2026-02-03T20:38:15Z"
"date": "2026-01-09T08:41:29Z"
},
{
"slug": "emby",
@@ -375,9 +375,9 @@
{
"slug": "ghostfolio",
"repo": "ghostfolio/ghostfolio",
"version": "2.235.0",
"version": "2.234.0",
"pinned": false,
"date": "2026-02-03T19:27:17Z"
"date": "2026-01-30T19:00:22Z"
},
{
"slug": "gitea",
@@ -781,9 +781,9 @@
{
"slug": "metube",
"repo": "alexta69/metube",
"version": "2026.02.03",
"version": "2026.02.01",
"pinned": false,
"date": "2026-02-03T21:49:49Z"
"date": "2026-02-01T00:20:00Z"
},
{
"slug": "miniflux",
@@ -823,9 +823,9 @@
{
"slug": "navidrome",
"repo": "navidrome/navidrome",
"version": "v0.60.0",
"version": "v0.59.0",
"pinned": false,
"date": "2026-02-03T18:57:04Z"
"date": "2025-12-06T18:08:42Z"
},
{
"slug": "netbox",
@@ -1271,16 +1271,16 @@
{
"slug": "speedtest-tracker",
"repo": "alexjustesen/speedtest-tracker",
"version": "v1.13.6",
"version": "v1.13.5",
"pinned": false,
"date": "2026-02-03T21:20:51Z"
"date": "2026-01-08T22:35:28Z"
},
{
"slug": "spoolman",
"repo": "Donkie/Spoolman",
"version": "v0.23.1",
"version": "v0.23.0",
"pinned": false,
"date": "2026-02-03T19:03:55Z"
"date": "2026-01-23T20:42:34Z"
},
{
"slug": "sportarr",
@@ -1425,9 +1425,9 @@
{
"slug": "tunarr",
"repo": "chrisbenincasa/tunarr",
"version": "v1.1.12",
"version": "v1.1.11",
"pinned": false,
"date": "2026-02-03T20:19:00Z"
"date": "2026-01-30T22:34:30Z"
},
{
"slug": "uhf",
@@ -1541,13 +1541,6 @@
"pinned": false,
"date": "2025-12-31T16:53:34Z"
},
{
"slug": "wealthfolio",
"repo": "afadil/wealthfolio",
"version": "v2.1.0",
"pinned": false,
"date": "2025-12-01T21:57:36Z"
},
{
"slug": "web-check",
"repo": "CrazyWolf13/web-check",

View File

@@ -1531,8 +1531,7 @@ check_for_gh_release() {
local app="$1"
local source="$2"
local pinned_version_in="${3:-}" # optional
local app_lc=""
app_lc="$(echo "${app,,}" | tr -d ' ')"
local app_lc="${app,,}"
local current_file="$HOME/.${app_lc}"
msg_info "Checking for update: ${app}"