mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Bump stuff to 1.2.1
This commit is contained in:
parent
122093904f
commit
064051a30d
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
# 1.2.1
|
||||||
|
* Allow ! in urls inside the editor (Not Pad urls)
|
||||||
|
* Allow comments in language files
|
||||||
|
* More languages (Finish, Spanish, Hindi, Dutch) Thanks to TranslateWiki.net team.
|
||||||
|
* Bugfix for IE7/8 issue with a JS error #1186
|
||||||
|
* Bugfix windows package extraction issue and make the .zip file smaller
|
||||||
|
|
||||||
# v1.2
|
# v1.2
|
||||||
* Internationalization / Language / Translation support (i18n) with support for German/French
|
* Internationalization / Language / Translation support (i18n) with support for German/French
|
||||||
* A frontend/client side testing framework and backend build tests
|
* A frontend/client side testing framework and backend build tests
|
||||||
|
|
|
@ -46,5 +46,5 @@
|
||||||
"engines" : { "node" : ">=0.6.0",
|
"engines" : { "node" : ">=0.6.0",
|
||||||
"npm" : ">=1.0"
|
"npm" : ">=1.0"
|
||||||
},
|
},
|
||||||
"version" : "1.2.0"
|
"version" : "1.2.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue