10000 version 2.5.0 · javasharper/pangu.js@cc3b2fb · GitHub
[go: up one dir, main page]

Skip to content

Commit cc3b2fb

Browse files
committed
version 2.5.0
1 parent abe5bab commit cc3b2fb

File tree

9 files changed

+86
-77
lines changed

9 files changed

+86
-77
lines changed

HISTORY.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,43 @@
11
# History
22

3+
v2.5.0 / 2015-05-11
4+
-------------------
5+
6+
- 改進 Paranoid Text Spacing 演算法
7+
8+
39
v2.4.2 / 2014-12-10
410
-------------------
511

612
- 修正 Facebook 留言框的空格錯位
713

14+
815
v2.4.1 / 2014-12-10
916
-------------------
1017

1118
- 修正 `<title>` 網頁標題的加空格
1219
- 修正 `'` 單引號的加空格
1320

21+
1422
v2.4.0 / 2014-12-08
1523
-------------------
1624

1725
- 改進效能
1826
- 完善對雙引號的處理
1927
- 修正 Popup Page 的 CSS 問題
2028

29+
2130
v2.3.4 / 2014-03-01
2231
-------------------
2332

24-
- 再度完善 spacing 演算法
33+
- 再度完善 Paranoid Text Spacing 演算法
2534
- 修正 Options Page 的小錯誤
2635

2736

2837
v2.3.3 / 2014-02-16
2938
-------------------
3039

31-
- 完善 spacing 演算法
40+
- 完善 Paranoid Text Spacing 演算法
3241

3342

3443
v2.3.2 / 2014-02-12
@@ -66,7 +75,7 @@ v2.2.2 / 2014-02-07
6675
v2.2.1 / 2014-02-05
6776
-------------------
6877

69-
- 改進 spacing 演算法
78+
- 改進 Paranoid Text Spacing 演算法
7079

7180

7281
v2.1.2 / 2014-02-01

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# 為什麼你們就是不能加個空格呢?
22

3-
[![Build Status](http://img.shields.io/travis/vinta/paranoid-auto-spacing.svg?style=flat-square)](https://travis-ci.org/vinta/paranoid-auto-spacing)
4-
[![Coverage Status](http://img.shields.io/coveralls/vinta/paranoid-auto-spacing.svg?style=flat-square)](https://coveralls.io/r/vinta/paranoid-auto-spacing)
5-
[![Dependency Status](http://img.shields.io/gemnasium/vinta/paranoid-auto-spacing.svg?style=flat-square)](https://gemnasium.com/vinta/paranoid-auto-spacing#development-dependencies)
3+
[![](http://img.shields.io/travis/vinta/paranoid-auto-spacing.svg?style=flat-square)](https://travis-ci.org/vinta/paranoid-auto-spacing)
4+
[![](http://img.shields.io/coveralls/vinta/paranoid-auto-spacing.svg?style=flat-square)](https://coveralls.io/r/vinta/paranoid-auto-spacing)
5+
[![](http://img.shields.io/gemnasium/vinta/paranoid-auto-spacing.svg?style=flat-square)](https://gemnasium.com/vinta/paranoid-auto-spacing#development-dependencies)
6+
[![](https://img.shields.io/badge/made%20with-%e2%9d%a4-ff69b4.svg?style=flat-square)](http://vinta.ws)
67

78
如果你跟我一樣,每次看到網頁上的中文字和英文、數字、符號擠在一塊,就會坐立難安,忍不住想在它們之間加個空格。這個外掛(支援 Chrome 和 Firefox)正是你在網路世界走跳所需要的東西,它會自動替你在網頁中所有的中文字和半形的英文、數字、符號之間插入空白。
89

@@ -14,7 +15,7 @@
1415

1516
### for Users
1617

17-
* [Google Chrome](https://chrome.google.com/webstore/detail/paphcfdffjnbcgkokihcdjliihicmbpd) (2014-12-10 updated)
18+
* [Google Chrome](https://chrome.google.com/webstore/detail/paphcfdffjnbcgkokihcdjliihicmbpd) (2015-05-11 updated)
1819
* [Mozilla Firefox](https://github.com/vinta/paranoid-auto-spacing/raw/master/browser_extensions/firefox/paranoid-auto-spacing.user.js) (2014-12-06 updated)
1920

2021
### for Developers

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pangu",
3-
"version": "2.4.2",
4-
"description": "Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean), half-width English, digit and symbol characters.",
3+
"version": "2.5.0",
4+
"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",
77
"chinese",

browser_extensions/chrome/manifest.json

+1-1
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.4.2",
6B00 4+
"version": "2.5.0",
55
"default_locale": "zh_TW",
66
"description": "__MSG_extension_description__",
77
"icons": {

browser_extensions/chrome/vendors/pangu.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0