Commit Graph

209 Commits

Author SHA1 Message Date
AkiraFukushima 7369ed7a93 Update megalodon version to 0.7.1 2019-05-30 23:31:22 +09:00
AkiraFukushima 8ffefc2f32 refs #913 Add arm architecture in build target 2019-05-28 00:48:20 +09:00
AkiraFukushima a52198836f refs #630 Update megalodon version to 0.7.0 2019-05-27 22:38:25 +09:00
AkiraFukushima 02a813b5b2 Bump to version 2.7.3 2019-05-25 20:08:10 +09:00
AkiraFukushima 1f79f18c8a refs #926 fix: Downgrade electron version to 4.2.2 2019-05-25 18:45:06 +09:00
AkiraFukushima df5ed05db2 Bump to version 2.7.2 2019-05-20 22:50:34 +09:00
AkiraFukushima c42d9f2c77 Update electron version to 5.0.1 for mas 2019-05-11 22:34:19 +09:00
AkiraFukushima dcd8406e19 Update electron version to 5.0.1 2019-05-06 23:03:46 +09:00
AkiraFukushima de131927e2 Update electron version to 4.2.0 2019-05-06 21:57:52 +09:00
AkiraFukushima 72c3134206 Divide build and electron-builder 2019-04-24 21:25:11 +09:00
AkiraFukushima cde33ae616 Fix Makefile to build both x64 and ia32 2019-04-24 09:07:50 +09:00
AkiraFukushima 501ccdf0d8 Build package for 32bit using electron-builder 2019-04-23 23:30:39 +09:00
AkiraFukushima b3df9a3997 Bump to version 2.7.1 2019-04-23 23:02:25 +09:00
AkiraFukushima 9db6db6afe Introduce prettier combinated eslint 2019-04-20 13:39:26 +09:00
AkiraFukushima a0254b0bd3 refs #850 Remove preset-typescript because I use ts-loader to compile typescript 2019-04-18 16:37:40 +09:00
AkiraFukushima 3a157476dd refs #850 Fix babel settings for production build 2019-04-18 16:15:50 +09:00
AkiraFukushima 82ad1b22cf refs #850 Replace preferences with typescript 2019-04-16 22:35:46 +09:00
AkiraFukushima b0d95e7fd7 refs #850 Update electron-context-menu for typescript 2019-04-16 20:41:03 +09:00
AkiraFukushima dd5eb4ad9d refs #850 Replace is-empty to lodash 2019-04-16 20:38:02 +09:00
AkiraFukushima 4bd517a07b refs #850 Replace Favourites with typescript 2019-04-14 22:51:28 +09:00
AkiraFukushima 921d3f07e3 refs #850 Replace ListMembership with typescript 2019-04-10 21:57:37 +09:00
AkiraFukushima 62dc599844 refs #850 Replace TimelineSpace with typescript 2019-04-07 22:48:37 +09:00
AkiraFukushima 166a39ae9d refs #850 Fix codestyle for typescript-eslint 2019-04-03 22:15:46 +09:00
AkiraFukushima 35785cc7aa refs #850 Fix CI for typescript 2019-04-02 23:49:55 +09:00
AkiraFukushima 01374aa6af refs #850 Setup typescript environment for integration tests 2019-03-27 00:44:40 +09:00
AkiraFukushima d4ee8d8661 refs #850 Convert some unit tests to integration test 2019-03-25 23:50:11 +09:00
AkiraFukushima 946ead49f5 refs #850 Allow typescript for unit tests 2019-03-25 21:51:24 +09:00
AkiraFukushima 2fa86dddd2 refs #850 Convert typescript in i18n 2019-03-25 00:24:27 +09:00
AkiraFukushima 490bb3b2ac refs #850 Fix types and main.ts for typescript compile 2019-03-25 00:24:27 +09:00
AkiraFukushima c42ba283a2 refs #850 Add tsconfig and build tsfile 2019-03-25 00:24:27 +09:00
AkiraFukushima de658535b5 Fix electron version for electron-packager 2019-03-24 22:15:01 +09:00
AkiraFukushima f91f543353 Bump to version 2.7.0 2019-03-24 21:52:00 +09:00
AkiraFukushima 1d03a7d884 Update electron-builder version to 20.39.0 2019-03-20 21:26:15 +09:00
AkiraFukushima c7481c9d98 Add ttfinfo 2019-03-20 09:45:28 +09:00
AkiraFukushima f1c12d3010 Update electron version to 4.0.8 2019-03-10 21:07:19 +09:00
Cutls 2a17c20432
Fix package.json for Windows
To change the directory which it will be installed for Windows.
2019-03-06 01:16:16 +09:00
AkiraFukushima c51a9afc9b Bump to version 2.6.3 2019-02-25 19:55:21 +09:00
AkiraFukushima 3345864d1e Update megalodon version to 0.5.0 2019-02-23 21:03:32 +09:00
AkiraFukushima 079c4aa785 Bump to version 2.6.2 2019-01-07 08:07:46 +09:00
AkiraFukushima 2d0c8b9cd5 Add Makefile to build release files 2019-01-02 23:07:29 +09:00
AkiraFukushima bfa362fec5 refs #209 Add unit/integration tests for GlobalHeader 2018-12-31 00:03:36 +09:00
AkiraFukushima 883b9d3e48 refs #209 Add unit/integration tests for Preferences/General 2018-12-30 15:27:46 +09:00
AkiraFukushima 2cfbb9d2cd refs #209 Add store integration test for Preferences/Appearance 2018-12-30 14:59:53 +09:00
AkiraFukushima 5aea56631c refs #209 Add Preferences/Account store tests 2018-12-29 15:38:29 +09:00
AkiraFukushima 434bdc6a5f refs #209 Fix Login spec to use ipc mock 2018-12-29 02:06:36 +09:00
AkiraFukushima 473679be77 refs #209 Add Login store unit tests 2018-12-29 00:04:17 +09:00
AkiraFukushima 02e0ba5b97 Use jest for unit tests instead of mocha 2018-12-26 20:29:05 +09:00
AkiraFukushima 82f20b8512 Update electron version in mas 2018-12-12 23:14:26 +09:00
AkiraFukushima 6c1fb2d789 Bump to version 2.6.1 2018-12-12 19:25:56 +09:00
AkiraFukushima c1335aea84 Bump megalodon to version 0.4.6 2018-12-11 00:40:15 +09:00