Skip to content

Commit 4408a1e

Browse files
committed
release: prepare for 1.7.0
Written the changelog and updated package.json. From now on, releases will be cut from develop, and merged directly into master. Each release will be a tag on the master branch (e.g. 1.7.0). A "release/1.7.0" branch will eventually be created only if/when a hotfix will be needed.
1 parent d769641 commit 4408a1e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.7.0
2+
* FIX: `getLineHTMLForExport()` no longer produces multiple copies of a line. **WARNING**: this could potentially break some plugins
3+
* FIX: authorship of bullet points no longer changes when a second author edits them
4+
* FIX: improved Firefox compatibility (non printable keys)
5+
* FIX: `getPadPlainText()` was not working
6+
* REQUIREMENTS: minimum required Node version is 6.9.0 LTS. The next release will require at least Node 8.9.0 LTS
7+
* SECURITY: updated MySQL, Elasticsearch and PostgreSQL drivers
8+
* SECURITY: started updating deprecated code and packages
9+
* DOCS: documented --credentials, --apikey, --sessionkey. Better detailed contributors guidelines. Added a section on securing the installation
10+
111
# 1.6.6
212
* FIX: line numbers are aligned with text again (broken in 1.6.4)
313
* FIX: text entered between connection loss and reconnection was not saved

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
"scripts": {
8080
"test": "nyc mocha --timeout 5000 ../tests/backend/specs/api"
8181
},
82-
"version": "1.6.6",
82+
"version": "1.7.0",
8383
"license": "Apache-2.0"
8484
}

0 commit comments

Comments
 (0)