Releases: bp-studio/box-pleating-studio
Releases · bp-studio/box-pleating-studio
v0.5.7
Improve startup error reporting
v0.5.6
Fix one critical startup bug, welcome screen file opening bug, and one minor hotkey bug.
v0.5.5
Fix one minor startup error handling bug.
v0.5.4
v0.5.3
What's Changed
- Fix homepage menu item capitalization by @MuTsunTsai in #41
- Manifest-update by @MuTsunTsai in #42
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Dark mode by @MuTsunTsai in #38
- Drop scroll shadow for Safari 13+ by @MuTsunTsai in #39
- Fix KeyTable on Safari by @MuTsunTsai in #40
Full Changelog: v0.5.1...v0.5.2
v0.5.1
- Fix share URL copying.
- Add Discord link.
v0.5.0
Version 0.5.0
🚀 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).
- 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.
- New locale: 한국어.
💪 Improvements:
- Improve UI look and feel.
- Improve performance and error handling.
- Improve drag selection logic.
🐛 Bug fixes:
- Fix scale calculation when labels are off.
🙏 Thanks to:
- Mr. 김영웅, for reviewing the Korean locale.
v0.4.0
New features:
- Edit menu, with undo/redo features (up to 30 steps). Editing history is saved if automatic session saving is on.
- Two new locales: 简体中文, Español.
- "Check for update" feature.
- More hotkeys, and now also work on Mac.
Major Improvements:
- Performance is greatly improved, with project opening speed and rendering speed up to 3x faster.
- Remove BigInt dependency, which ensures backward compatibility for Safari less than version 14.
- Improve scaling and scrolling behavior for better user experience.
- Improve rendering on high DPI devices.
Changes:
- To avoid accidental drags, on touch devices selection would have to be made before one can drag the components. Mouse behavior on desktops remains the same (i.e. one can select and drag in one move).
- Absolute scaling is now replaced by relative zooming, in percentage. Zooming is not saved into project files, but is kept in session saving.
Bugs fixed:
- Fixed various known river rendering bugs in extreme cases.
- Fixed various UI bugs on iOS Safari.
Thanks to:
- Sr. "Picaruelo" Fernando Sánchez‑Biezma, for reviewing Spanish locale.
- dhujsi, for reviewing Simplified Chinese locale.
v0.3.0
745: Relative positioning feature