Skip to content

Commit

Permalink
1224: v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MuTsunTsai committed Feb 23, 2022
1 parent dca5d0a commit 99795de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/log/20220205.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <kbd class="not-mac">Esc</kbd><kbd class="mac-only">⎋</kbd> to unselect all, <span class="not-mac"><kbd>Ctrl</kbd>+</span><kbd class="mac-only">⌘</kbd><kbd>1</kbd> to <kbd>6</kbd> 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 <kbd class="not-mac">Shift</kbd><kbd class="mac-only">⇧</kbd> 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.
Expand All @@ -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.
4 changes: 2 additions & 2 deletions src/public/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no">
<meta name="description" content="Super-complex origami design made easy!">
<meta name="google" content="notranslate">
<meta name="version" content="0.5.1">
<meta name="version" content="0.5.2">

<!-- Preload -->
<link rel="preload" as="font" type="font/woff2" crossorigin href="assets/bps/fonts/bps.woff2">
Expand All @@ -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);
Expand Down

0 comments on commit 99795de

Please sign in to comment.