mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update blinko to version v0.52.3 (#2559)
This commit is contained in:
parent
2b39eb3cd5
commit
f7f294bae6
@ -24,7 +24,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
app:
|
||||
image: blinkospace/blinko:0.51.0@sha256:f78f9fc8953b38975fa71e1ac0197391b59efa184fc35c65e22d2458bdb57b8e
|
||||
image: blinkospace/blinko:0.52.3@sha256:66f1dfc324158ee6acf71ef4f2fa05f89f2b196ea536a4f598da49b9f9ba4f92
|
||||
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.51.0"
|
||||
version: "0.52.3"
|
||||
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,8 +31,13 @@ gallery:
|
||||
- 4.jpg
|
||||
- 5.jpg
|
||||
releaseNotes: >-
|
||||
This update of Blinko contains a bug fix:
|
||||
- When the H5 bottom bar appears, the bottom now moves up slightly to avoid being obscured
|
||||
This update of Blinko contains improvements and bug fixes:
|
||||
- Fixed note linking issue after updates
|
||||
- Resolved AI button and prompt issues
|
||||
- Improved user settings: nickname, logout, login type handling
|
||||
- Updated API routes and removed old completions metadata
|
||||
- Minor UI fixes and console cleanup
|
||||
- Added low-privilege token generation for limited API access
|
||||
|
||||
|
||||
Full release notes are available at https://github.com/blinko-space/blinko/releases
|
||||
|
Loading…
Reference in New Issue
Block a user