From 99795ded3ab7fab56f27e39fa0d16d04d37eaa73 Mon Sep 17 00:00:00 2001 From: Mu-Tsun Tsai Date: Wed, 23 Feb 2022 22:03:43 +0800 Subject: [PATCH] 1224: v0.5.2 --- src/log/20220205.md | 2 ++ src/public/index.htm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/log/20220205.md b/src/log/20220205.md index efb58347..33a9f7f5 100644 --- a/src/log/20220205.md +++ b/src/log/20220205.md @@ -4,6 +4,7 @@ 🚀 New features: - Native file access (on desktops and in Chromium-based browsers only for now), which allows the user to directly save into the file that was opened, and to keep file accessing history. - If you install BP Studio as standalone app on desktops through Chromium-based browsers, you can also directly open .bps or .bpz files with BP Studio app by double-clicking them (if this feature doesn't work, try uninstalling and then reinstalling the app). +- Dark mode support, with default setting being the same as system setting. - New hotkeys: Esc⎋ to unselect all, Ctrl+⌘1 to 6 to toggle display settings. - Customizable hotkeys for various commands such as switching views, changing flap radius, and so on. You can now assign a regular input key (or combination with the Shift⇧ key) of your choice to any of these commands in the Preference dialog. - You can now drag the sheet with middle mouse button as well. @@ -22,3 +23,4 @@ Patches: - 0.5.1: Fix project link copying, add Discord link. +- 0.5.2: Add dark mode ([#38](https://github.com/bp-studio/box-pleating-studio/pull/38)), fix scroll shadow ([#39](https://github.com/bp-studio/box-pleating-studio/pull/39)) and key table ([#40](https://github.com/bp-studio/box-pleating-studio/pull/40)) for Safari. diff --git a/src/public/index.htm b/src/public/index.htm index 58b3ba31..449942c4 100644 --- a/src/public/index.htm +++ b/src/public/index.htm @@ -9,7 +9,7 @@ - + @@ -32,7 +32,7 @@ page_title: document.title, page_path: "/", app_name: document.title, - app_version: "1223" + app_version: "1224" }; gtag('js', new Date()); gtag('config', 'G-GG1TEZGBCQ', app_config);