Skip to content

Releases: bp-studio/box-pleating-studio

v0.5.7

21 Dec 06:56
Compare
Choose a tag to compare

Improve startup error reporting

v0.5.6

01 Dec 09:00
Compare
Choose a tag to compare

Fix one critical startup bug, welcome screen file opening bug, and one minor hotkey bug.

v0.5.5

12 Oct 03:25
Compare
Choose a tag to compare

Fix one minor startup error handling bug.

v0.5.4

25 May 02:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

10 May 14:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

23 Feb 14:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

18 Feb 14:16
Compare
Choose a tag to compare
  • Fix share URL copying.
  • Add Discord link.

v0.5.0

05 Feb 04:42
Compare
Choose a tag to compare

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

06 Mar 00:21
Compare
Choose a tag to compare

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

18 Jan 02:53
Compare
Choose a tag to compare
745: Relative positioning feature