From 7d7d92e395795162b842898ba5a5822ca38d27e6 Mon Sep 17 00:00:00 2001 From: Pluto Date: Sun, 10 May 2026 13:08:57 +0530 Subject: [PATCH 1/2] feat: add ansu's github url --- blog/authors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/authors.yml b/blog/authors.yml index d4d10297..a7a3e6a2 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -25,8 +25,8 @@ electrofist: ansu: name: Ansu Ann Koshy title: Designer, Phoenix Code - url: https://github.com/phcode-dev - image_url: https://github.com/phcode-dev.png + url: https://github.com/AnsuKoshy + image_url: https://github.com/AnsuKoshy.png kiran: name: Kiran Bose From 33204c235cd67f75b9c8f5bc119c424648214fb9 Mon Sep 17 00:00:00 2001 From: Pluto Date: Sun, 10 May 2026 13:21:44 +0530 Subject: [PATCH 2/2] feat: add linux note in platform notes --- blog/2026-05-08-Release-6.0/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/2026-05-08-Release-6.0/index.md b/blog/2026-05-08-Release-6.0/index.md index 464e85d6..1ce6383d 100644 --- a/blog/2026-05-08-Release-6.0/index.md +++ b/blog/2026-05-08-Release-6.0/index.md @@ -102,6 +102,7 @@ Switch between them anytime from `View > Themes...`. [Read More...](https://docs ## Platform Notes +- **Linux**: The desktop app is now built on Electron, replacing the previous Tauri/webkit2gtk build. It ships as a single AppImage that runs across most major distributions, and now supports auto-update, bringing it to parity with macOS and Windows. - **macOS**: Avoided the Xcode git install dialog at startup, fixed a missing scrollbar in Live Preview on Tauri, and corrected new-window dimensions. - **Windows**: Fixed window size jumps when opening a new window from `File > New Window`.