Skip to content

Commit

Permalink
v2.2.9
Browse files Browse the repository at this point in the history
- Better 2D immovable stone animations
- Include original branch even if selected
- Preserve selected branch in URL
- Swap square color (Address #31)
- Don't replace ply on stone cycle if next ply exists (Address #32)
- Improved branch navigation
- Clear undo history when loading sample game
- Add "Trim to current board" feature (Address #35)
  • Loading branch information
gruppler committed May 11, 2019
1 parent 11b814b commit 1c73f77
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion dist/css/style.css

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions dist/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/app/nls/cs/main.js

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

5 changes: 4 additions & 1 deletion dist/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,11 @@ Key|Action
Key|Action
:--|:--
<kbd>Ctrl or &#x2318;</kbd> + <kbd>Shift</kbd> + <kbd>c</kbd>|Trim to current ply*
<kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>c</kbd>|Trim to current board**

\*This deletes all plies before and including the current ply, storing the current board position in a TPS tag in the header.
\*This deletes all plies before and including the current ply, storing the current board state in a TPS tag in the header.

\*\*This deletes all moves, storing the current board state in a TPS tag in the header.

---
### Play Mode
Expand Down
2 changes: 1 addition & 1 deletion dist/serviceworker.js

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

2 changes: 1 addition & 1 deletion serviceworker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = 'v2.2.8';
var version = 'v2.2.9';

self.addEventListener('install', function(event) {
console.log('WORKER: install event in progress.');
Expand Down

0 comments on commit 1c73f77

Please sign in to comment.