Update heimdall to 2.6.1 (#1010)

This commit is contained in:
smolgrrr 2024-03-15 16:53:51 +11:00 committed by GitHub
parent 37fcaa521d
commit a1c1fe121d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 11 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
server: server:
image: linuxserver/heimdall:2.5.8@sha256:462bf7fb9d11bbd8ee90924cac613efae85a6f666c371a9bc345386f83cdf404 image: linuxserver/heimdall:2.6.1@sha256:03117a80287343e245d50f2e85968b6cbed867ddd5e4e273924bbe588a73b958
volumes: volumes:
- ${APP_DATA_DIR}/config:/config - ${APP_DATA_DIR}/config:/config
environment: environment:

View File

@ -3,7 +3,7 @@ id: heimdall
name: Heimdall name: Heimdall
tagline: Organize your most used web sites in a simple way tagline: Organize your most used web sites in a simple way
category: files category: files
version: "2.5.8" version: "2.6.1"
port: 7392 port: 7392
description: >- description: >-
Heimdall is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like. Heimdall is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
@ -28,19 +28,20 @@ gallery:
- 2.jpg - 2.jpg
- 3.jpg - 3.jpg
releaseNotes: > releaseNotes: >
This release updates Heimdall from v2.5.6 to v2.5.8. It includes many bug fixes and performance improvements, as well as the following new features: This release updates Heimdall from v2.5.8 to v2.6.1. It includes many bug fixes and performance improvements, as well as the following new features:
- Fix and add SVG support
- Add issue-pr workflows
- Fix sortable tooltip
- Remove register route - Add html5 required fields so images don't get broken when title or url are missing
- Set the pinned attribute to true by default on items and tags
- Add Trianglify background option - Add the list of tags to the application list
- Validate icons to be images - Add search via select2 for application dropdown
- Fix languages dropdown
- Fix and add SVG support
The full release notes are available at https://github.com/linuxserver/Heimdall/releases The full release notes are available at https://github.com/linuxserver/Heimdall/releases