Skip to content

Commit

Permalink
version, readme and changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopg92 committed Jul 17, 2024
1 parent f28e815 commit 09f1767
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## History
* 2024/07/16 ver 3.1.4
* Code refactoring.
* Added non-alphanumeric genre tag to allow answer check on non-alphanumeric characters.
* Language Support added for Japanese.
* 2023/12/31 ver 3.1.3
* Render Tapa as Quad for certain conditions.
* New composite mode directed loop.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ Wall Logic :x: ;
* Flex Tools Left
* Flex Tools Right
* Streaming Layout (beta version)
* Language: It currently offers only two options (English and Japanese)
* Timer: User can prefer to hide the entire timer area by selecting "hide" option.

#### Puzzle Display
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Local styles -->
<script>
var ver = "3.1.3"; // Also defined in class_p.js
var ver = "3.1.4"; // Also defined in class_p.js
let style_sources = [
"./css/light_theme.css",
"./css/base-structure.css",
Expand Down
2 changes: 1 addition & 1 deletion docs/js/class_p.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class Puzzle {
["\"__a\"", "z_"],
["null", "zO"],
];
this.version = [3, 1, 3]; // Also defined in HTML Script Loading in header tag to avoid Browser Cache Problems
this.version = [3, 1, 4]; // Also defined in HTML Script Loading in header tag to avoid Browser Cache Problems
this.undoredo_disable = false;
this.comp = false;
this.multisolution = false;
Expand Down

0 comments on commit 09f1767

Please sign in to comment.