We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13ae0a commit 7e69a82Copy full SHA for 7e69a82
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 1.6.6
2
+ * FIX: line numbers are aligned with text again (broken in 1.6.4)
3
+ * FIX: text entered between connection loss and reconnection was not saved
4
+ * FIX: diagnostic call failed when etherpad was exposed in a subdirectory
5
+
6
# 1.6.5
7
* SECURITY: Escape data when listing available plugins
8
* FIX: Fix typo in apicalls.js which prevented importing isValidJSONPName
src/package.json
@@ -55,6 +55,6 @@
55
"repository" : { "type" : "git",
56
"url" : "http://github.com/ether/etherpad-lite.git"
57
},
58
- "version" : "1.6.5",
+ "version" : "1.6.6",
59
"license" : "Apache-2.0"
60
}
0 commit comments