Skip to content

Commit

Permalink
v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MuTsunTsai committed Mar 6, 2021
1 parent cf35cc9 commit 49e9852
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 13 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ If you visit the website by Chrome (on devices other than iPhone), Edge (on desk
Start from the upper-left, each button in the toolbar is explained as follows.

- File menu: Create new project, download or share projects, etc.
- Edit menu: Undo/redo (up to 30 steps), select all; more functions TBD.
- Setting menu: Display options and app preferences (including language setting).
- Tools menu: Currently with one additional tool (TreeMaker format importing); more tools TBD.
- Help menu: About the app, version info, and how to support it.
Expand Down Expand Up @@ -49,7 +50,7 @@ For the moment, BP Studio hasn't implemented the notion of elevation, half-integ

Since generating a complete, flat-foldable mountain-valley CP would also require the notion of elevation as well as other considerations such as hinge direction choices, empty space filling etc., for the moment BP Studio also cannot automatically generate such CP for you, and you would have to complete those details using the theory of uniaxial box pleating bases. But the author do have plans to implement this feature in the future.

Other features such as undo/redo editing, diagonal/tilted grid, Oripa/Orihime format exporting etc. are also planned.
Other features such as diagonal/tilted grid, Oripa/Orihime format exporting etc. are also planned.

## Feedbacks are greatly appreciated!

Expand Down
10 changes: 5 additions & 5 deletions debug/bpstudio.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion debug/bpstudio.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion debug/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
page_title: document.title,
page_path: "/",
app_name: document.title,
app_version: "933"
app_version: "934"
};
gtag('js', new Date());
gtag('config', 'G-GG1TEZGBCQ', app_config);
Expand Down
2 changes: 1 addition & 1 deletion dist/bpstudio.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.htm

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion dist/log/20210306.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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: 简体中文 (reviewed by dhujsi), Español (reviewed by Sr. "Picaruelo" Fernando Sánchez‑Biezma).
- Two new locales: 简体中文, Español.
- "Check for update" feature.
- More hotkeys, and now also work on Mac.

Expand All @@ -20,3 +20,7 @@ Changes:
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.
2 changes: 1 addition & 1 deletion dist/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
page_title: document.title,
page_path: "/",
app_name: document.title,
app_version: "933"
app_version: "934"
};
gtag('js', new Date());
gtag('config', 'G-GG1TEZGBCQ', app_config);
Expand Down

0 comments on commit 49e9852

Please sign in to comment.