Skip to content

Commit

Permalink
Update to new version of xlsx importer
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSmasherDerby committed Nov 15, 2022
1 parent 3dcb1cf commit 568521f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,6 @@ Flamingo icon from http://www.iconsmind.com
* Update to Electron 10 - no changes for users
* 2.2.5 - June 7, 2022
* Fix weird bug where, with no changes to the software or the statsbook, it nonetheless stopped failing gracefully when no time was present. I blame Bill Gates.
* May or may not also fix a bug where European users saw the date off by one day on the display.
* May or may not also fix a bug where European users saw the date off by one day on the display.
* 2.2.6 - November 15, 2022
* Upgrade to new version of xlsx importer to fix issue with extlst tag not being parsed correctly.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statsbooktool",
"version": "2.2.5",
"version": "2.2.6",
"description": "A tool for error checking WFTDA Statsbooks",
"main": "main.js",
"author": "Adam Smasher (Daniel Alt) <[email protected]>",
Expand Down Expand Up @@ -34,7 +34,7 @@
"popper.js": "^1.14.3",
"typeface-raleway": "^0.0.54",
"uuid": "^3.2.1",
"xlsx": "^0.11.19",
"xlsx": "^0.18.5",
"xmlbuilder": "^10.0.0"
},
"build": {
Expand Down

0 comments on commit 568521f

Please sign in to comment.