From 5239578da6e34322168901e0c02761a020a9631b Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Tue, 29 Apr 2025 14:48:46 +0200 Subject: [PATCH] Update obsidian to version 1.8.10 (#2679) --- obsidian/docker-compose.yml | 2 +- obsidian/umbrel-app.yml | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/obsidian/docker-compose.yml b/obsidian/docker-compose.yml index 007fb3fd..e86e4533 100644 --- a/obsidian/docker-compose.yml +++ b/obsidian/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 3000 server: - image: linuxserver/obsidian:1.8.9@sha256:1e994c0c8b201c9a28f2faea68fd73fe641474727870d21c8acc71e6f37c3c4b + image: linuxserver/obsidian:1.8.10@sha256:b85e75e572e75f5e00062fb564102eaad8e19970938ee8ec7bae0a96566c1400 restart: on-failure environment: - PUID=1000 diff --git a/obsidian/umbrel-app.yml b/obsidian/umbrel-app.yml index ae1e1f3a..842f55a2 100644 --- a/obsidian/umbrel-app.yml +++ b/obsidian/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: obsidian category: files name: Obsidian -version: "1.8.9" +version: "1.8.10" tagline: The private and flexible writing app that adapts to the way you think description: >- **Your thoughts are yours.** @@ -19,17 +19,8 @@ description: >- Obsidian uses open, non-proprietary files, so you're never locked in, and can preserve your data for the long term. releaseNotes: >- - This release of Obsidian brings multiple new features, improvements and bug fixes: - - Improved list handling and auto-numbering - - Enhanced file explorer with more context menu options - - Web viewer plugin introduced for in-app web browsing - - Sync stability and user experience improvements - - Various bug fixes for both desktop and mobile platforms - - Performance optimizations for large vaults and tree views - - Updated third-party libraries for better compatibility - - Onboarding flow improvements for mobile users - - Enhanced property handling and context menus - - Better rendering of embedded content and Markdown + This release of Obsidian brings a bug fix: + - Fixed numbering issues in lists with leading spaces or within block quotes Full release notes are available at https://obsidian.md/changelog/ developer: Obsidian