OSDN Git Service

v2.4.3
authorAoichaan0513 <aoichaan0513@gmail.com>
Wed, 12 Jun 2019 07:30:12 +0000 (16:30 +0900)
committerAoichaan0513 <aoichaan0513@gmail.com>
Wed, 12 Jun 2019 07:30:12 +0000 (16:30 +0900)
commitc69b2ac31382620f6b71b98ef9bc165c204bc398
tree63e4bc481645301b7a23526ddc868ca5dcead755
parent84f14d17af5916deb44afc4fa57c385f946eb733
v2.4.3
・UI・コンテキストメニュー・メニューで使用されるアイコンの一部変更 (内部ページで使用されているものと同等のものに変更。アウトライン)
・言語ファイル (英語)の翻訳を現段階ではすべて完了
・一部リポジトリの更新
・その他バグ・不具合の修正
72 files changed:
app/electron/WindowManager.js
app/langs/en.js
app/langs/ja.js
app/package.json
app/pages/static/bundle.js [new file with mode: 0644]
app/src/Windows/BrowserWindow.js
app/src/Windows/Components/Titlebar.jsx
app/src/Windows/Resources/dark/account.svg
app/src/Windows/Resources/dark/arrow_back.svg
app/src/Windows/Resources/dark/arrow_forward.svg
app/src/Windows/Resources/dark/home.svg
app/src/Windows/Resources/dark/insecure.svg
app/src/Windows/Resources/dark/more.svg
app/src/Windows/Resources/dark/old/account.svg [new file with mode: 0644]
app/src/Windows/Resources/dark/old/arrow_back.svg [new file with mode: 0644]
app/src/Windows/Resources/dark/old/arrow_forward.svg [new file with mode: 0644]
app/src/Windows/Resources/dark/old/home.svg [new file with mode: 0644]
app/src/Windows/Resources/dark/old/insecure.svg [new file with mode: 0644]
app/src/Windows/Resources/dark/old/more.svg [new file with mode: 0644]
app/src/Windows/Resources/dark/old/reload.svg [new file with mode: 0644]
app/src/Windows/Resources/dark/old/secure.svg [new file with mode: 0644]
app/src/Windows/Resources/dark/reload.svg
app/src/Windows/Resources/dark/secure.svg
app/src/Windows/Resources/inactive/outline-arrow_back-24px.svg [new file with mode: 0644]
app/src/Windows/Resources/inactive/outline-arrow_forward-24px.svg [new file with mode: 0644]
app/src/Windows/Resources/inactive/outline-home-24px.svg [new file with mode: 0644]
app/src/Windows/Resources/inactive/outline-lock-24px.svg [new file with mode: 0644]
app/src/Windows/Resources/inactive/outline-lock_open-24px.svg [new file with mode: 0644]
app/src/Windows/Resources/inactive/outline-refresh-24px.svg [new file with mode: 0644]
app/src/Windows/Resources/light/account.svg
app/src/Windows/Resources/light/arrow_back.svg
app/src/Windows/Resources/light/arrow_forward.svg
app/src/Windows/Resources/light/home.svg
app/src/Windows/Resources/light/insecure.svg
app/src/Windows/Resources/light/more.svg
app/src/Windows/Resources/light/old/account.svg [new file with mode: 0644]
app/src/Windows/Resources/light/old/arrow_back.svg [new file with mode: 0644]
app/src/Windows/Resources/light/old/arrow_forward.svg [new file with mode: 0644]
app/src/Windows/Resources/light/old/home.svg [new file with mode: 0644]
app/src/Windows/Resources/light/old/insecure.svg [new file with mode: 0644]
app/src/Windows/Resources/light/old/more.svg [new file with mode: 0644]
app/src/Windows/Resources/light/old/reload.svg [new file with mode: 0644]
app/src/Windows/Resources/light/old/secure.svg [new file with mode: 0644]
app/src/Windows/Resources/light/reload.svg
app/src/Windows/Resources/light/secure.svg
app/static/apps.png [new file with mode: 0644]
app/static/apps@2x.png [new file with mode: 0644]
app/static/bookmarks.png
app/static/bookmarks@2x.png
app/static/download.png
app/static/download@2x.png
app/static/find.png
app/static/find@2x.png
app/static/old/bookmarks.png [new file with mode: 0644]
app/static/old/bookmarks@2x.png [new file with mode: 0644]
app/static/old/download.png [new file with mode: 0644]
app/static/old/download@2x.png [new file with mode: 0644]
app/static/old/find.png [new file with mode: 0644]
app/static/old/find@2x.png [new file with mode: 0644]
app/static/old/print.png [new file with mode: 0644]
app/static/old/print@2x.png [new file with mode: 0644]
app/static/old/settings.png [new file with mode: 0644]
app/static/old/settings@2x.png [new file with mode: 0644]
app/static/print.png
app/static/print@2x.png
app/static/save.png [new file with mode: 0644]
app/static/save@2x.png [new file with mode: 0644]
app/static/settings.png
app/static/settings@2x.png
app/static/shop.png [new file with mode: 0644]
app/static/shop@2x.png [new file with mode: 0644]
package.json