8000 version 2.5.5 · javasharper/pangu.js@956c956 · GitHub
[go: up one dir, main page]

Skip to content

Commit 956c956

Browse files
committed
version 2.5.5
1 parent 5a298f8 commit 956c956

File tree

8 files changed

+15
-9
lines changed

8 files changed

+15
-9
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

3+
v2.5.5 / 2015-05-13
4+
-------------------
5+
6+
- 持續改進 Paranoid Text Spacing 演算法
7+
8+
39
v2.5.1 / 2015-05-11
410
-------------------
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
### for Users
1717

18-
* [Google Chrome](https://chrome.google.com/webstore/detail/paphcfdffjnbcgkokihcdjliihicmbpd) (2015-05-11 updated)
19-
* [Mozilla Firefox](https://github.com/vinta/paranoid-auto-spacing/raw/master/browser_extensions/firefox/paranoid-auto-spacing.user.js) (2015-05-11 updated)
18+
* [Google Chrome](https://chrome.google.com/webstore/detail/paphcfdffjnbcgkokihcdjliihicmbpd) (2015-05-13 updated)
19+
* [Mozilla Firefox](https://github.com/vinta/paranoid-auto-spacing/raw/master/browser_extensions/firefox/paranoid-auto-spacing.user.js) (2015-05-13 updated)
2020

2121
### for Developers
2222

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pangu",
3-
"version": "2.5.1",
3+
"version": "2.5.5",
44
"description": "Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).",
55
"keywords": [
66
"alphanumerics",

browser_extensions/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "__MSG_extension_name__",
4-
"version": "2.5.1",
4+
"version": "2.5.5",
55
"default_locale": "zh_TW",
66
"description": "__MSG_extension_description__",
77
"icons": {

browser_extensions/chrome/vendors/pangu.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

browser_extensions/firefox/paranoid-auto-spacing.user.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pangu.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pangu",
3-
"version": "2.5.1",
3+
"version": "2.5.5",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/vinta/paranoid-auto-spacing.git"

0 commit comments

Comments
 (0)
0