Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MuTsunTsai committed Feb 5, 2022
1 parent 7ff000a commit 93ee0dc
Show file tree
Hide file tree
Showing 7 changed files with 1,782 additions and 1,781 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[lib/*]
insert_final_newline = false
6 changes: 3 additions & 3 deletions lib/marked.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/vue-i18n.min.js

Large diffs are not rendered by default.

2,898 changes: 1,443 additions & 1,455 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "box-pleating-studio",
"version": "1.0.0",
"version": "0.5.0",
"description": "Super-complex origami design made easy!",
"main": "./dist/bpstudio.js",
"main": "./build/dist/bpstudio.js",
"scripts": {
"build": "gulp",
"madge": "madge --circular src/core || ECHO.",
"madge": "npx madge --circular src/core || ECHO.",
"test": "mocha"
},
"author": "Mu-Tsun Tsai",
Expand Down Expand Up @@ -84,7 +84,7 @@
"sortable": "^2.0.0",
"vue": "^2.6.14",
"vue-clipboard": "^0.0.1",
"vue-i18n": "^8.26.8",
"vue-i18n": "^8.27.0",
"vuedraggable": "^2.24.3"
}
}
9 changes: 8 additions & 1 deletion src/log/20211231.md → src/log/20220205.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@
- 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.
- 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.
- Improved UI look and feel.
- 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.
Loading

0 comments on commit 93ee0dc

Please sign in to comment.