mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update blinko to version v0.45.1 (#2361)
This commit is contained in:
parent
c4c2ea8bbe
commit
1bac9ca101
@ -24,7 +24,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
app:
|
||||
image: blinkospace/blinko:0.43.7@sha256:966f1e6b19a06a7475e9c4e9d49557e54a92b2c759f44a2d69ee1975f3f93b31
|
||||
image: blinkospace/blinko:0.45.1@sha256:56d7421f4cdcfa93ed2bd389b65382704572ddef02832e9ccd1eefc819511f4f
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:1111"]
|
||||
interval: 30s
|
||||
|
@ -3,7 +3,7 @@ id: blinko
|
||||
name: Blinko
|
||||
tagline: An AI-powered hub for your ideas and notes
|
||||
category: files
|
||||
version: "0.43.7"
|
||||
version: "0.45.1"
|
||||
port: 1111
|
||||
description: >-
|
||||
😉 Blinko is an open-source application that combines note-taking, microblogging, pastebin functionality, task management, and AI-powered features in a self-hosted environment. The platform allows users to quickly and efficiently capture their thoughts, with full Markdown support for easy formatting.
|
||||
@ -31,7 +31,14 @@ gallery:
|
||||
- 4.jpg
|
||||
- 5.jpg
|
||||
releaseNotes: >-
|
||||
This update of Blinko contains multiple bug fixes.
|
||||
This update of Blinko brings multiple improvements and bug fixes:
|
||||
- Enhanced plugin management with update functionality and loading state indicators
|
||||
- Fixed AI conversation title logic and removed debug logs
|
||||
- Added support for HTTP proxy configuration
|
||||
- Implemented automated AI tagging functionality
|
||||
- Fixed note deletion when comments are present
|
||||
- Added support for linking resource items
|
||||
- Improved search bar and UI elements
|
||||
|
||||
|
||||
Full release notes are available at https://github.com/blinko-space/blinko/releases
|
||||
|
Loading…
Reference in New Issue
Block a user