@@ -29,27 +29,17 @@ const glob = require("glob")
2929// Saba(Mackerel)
3030// Hatahata(Sandfish)
3131
32- const BEFORE_CODE_NAME = 'Kue(Grouper )'
32+ const BEFORE_CODE_NAME = 'Fugu(Pufferfish )'
3333const CODE_NAME = 'Fugu(Pufferfish)'
3434const CURRENT_APP_VERSION = fs . readFileSync ( '../VERSION.txt' ) . toString ( )
35- const NEXT_APP_VERSION = "0.31.0 "
35+ const NEXT_APP_VERSION = "0.31.1 "
3636const NEXT_APP_VERSION2 = `${ NEXT_APP_VERSION . split ( "." ) . slice ( 0 , - 1 ) . join ( '.' ) } ${ NEXT_APP_VERSION . split ( "." ) . slice ( - 1 ) [ 0 ] } `
3737
38- const CHANGE_ENGLISH = `* Note: In this version, the database migration is performed at the first startup.
39- Changed database from nedb to SQLite3.(Improved stability)
40- Fixed some bugs.
41- Updated Electron to v6.1.9.
42- Updated Custom Chromium to 80.0.3987.132.
43- Updated Custom Brave to v1.4.96.
44- Updated youtube-dl to 2020.03.06.`
45-
46- const CHANGE_JAPANESE = `※注意:本バージョンでは、初回起動時に、データベースの移行作業が実行されます。
47- データベースをnedbからSQLite3に変更。(安定性の向上)
48- いくつかの不具合を修正。
49- Electronをv6.1.9に更新。
50- Custom Chromiumを80.0.3987.132に更新。
51- Custom Braveをv1.4.96に更新。
52- youtube-dlを2020.03.06に更新。`
38+ const CHANGE_ENGLISH = `Fixed Address bar bug.
39+ Fixed a problem when maximizing the screen.`
40+
41+ const CHANGE_JAPANESE = `アドレスバーの不具合修正
42+ 画面最大化時の不具合を修正`
5343
5444const isWindows = process . platform === 'win32'
5545const isDarwin = process . platform === 'darwin'
0 commit comments