Skip to content

Commit a03c5aa

Browse files
Revert to electron v2
1 parent 13c2125 commit a03c5aa

File tree

7 files changed

+133
-307
lines changed

7 files changed

+133
-307
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ before_install:
2727
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
2828
mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v2.3.1/git-lfs-$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-2.3.1.tar.gz | tar -xz -C /tmp/git-lfs --strip-components 1
2929
export PATH="/tmp/git-lfs:$PATH"
30-
else sudo apt-get install libxkbfile-dev
3130
fi
3231
- | # build time improvement see: https://git.io/vQcqz
3332
if [ ! -d sysconfcpus/bin ];

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
"Unreleased" changes are implemented but haven't been released yet.
44

5-
## [2.3.0] - 2018-12-10
6-
- Add spellcheck
5+
## [2.3.0] - 2018-12-11
76
- Fix "Error: Cannot find module '../screen'" on clicking New Blank
7+
- Fix Unhandled error on updater when offline
8+
- (Internal) Revert to electron v2
89

910
## [2.2.9] - 2018-12-06
1011
- Fix "Unsaved" confirmation not bringing document to focus

app/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"7zip-bin": "^4.1.0",
2222
"debounce-promise": "^3.1.0",
2323
"electron-is-dev": "^1.0.1",
24-
"electron-spellchecker": "^1.1.2",
2524
"electron-store": "^1.3.0",
2625
"electron-unhandled": "^1.1.0",
2726
"electron-updater": "^4.0.5",
@@ -39,7 +38,6 @@
3938
"moment": "^2.22.2",
4039
"mousetrap": "^1.6.1",
4140
"node-machine-id": "^1.1.10",
42-
"os-locale": "^3.0.1",
4341
"pouchdb": "^7.0.0",
4442
"pouchdb-adapter-memory": "^7.0.0",
4543
"pouchdb-load": "^1.4.6",

0 commit comments

Comments
 (0)