Skip to content

Commit

Permalink
fix(win32): Resolving issue with locale affected number formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arciisine committed Feb 8, 2021
1 parent e24106f commit 530c7d1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,12 @@ This project was inspired by:

Currently, wayland support is missing


# Release Notes

## 0.1.11
Bugfix for win32 non-US locales (different decimal point symbol).

## 0.1.10
Bugfix that broke darwin-based screen lookups

Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chronicler",
"displayName": "Chronicler",
"description": "Screen Recorder for VS Code",
"version": "0.1.10",
"version": "0.1.11",
"publisher": "arcsine",
"repository": {
"type": "git",
Expand Down Expand Up @@ -119,7 +119,7 @@
},
"dependencies": {
"@arcsine/screen-recorder": "^0.2.2",
"@arcsine/win-info": "^0.2.8",
"@arcsine/win-info": "^0.2.10",
"vsls": "^0.3.1291"
}
}
}

0 comments on commit 530c7d1

Please sign in to comment.