Update blinko to version v0.45.1 (#2361)

This commit is contained in:
Alexander L. 2025-03-18 23:18:05 +01:00 committed by GitHub
parent c4c2ea8bbe
commit 1bac9ca101
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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