OSDN Git Service

v1.5.2
authorAoichaan0513 <aoichaan0513@gmail.com>
Sat, 25 May 2019 17:53:34 +0000 (02:53 +0900)
committerAoichaan0513 <aoichaan0513@gmail.com>
Sat, 25 May 2019 17:53:34 +0000 (02:53 +0900)
commitf44b73aed8e0bbf0036ecf831edf7a8036de14a3
treeb2250c0b93f986a68339f1d12d0ca2a8debb9ff6
parent1ece3b8b4a8471f308fc126c13da5fc20866b718
v1.5.2
・スタートページ等のUIの大幅修正
・アプリケーションディレクトリの構成変更
・その他バグ・不具合の修正
76 files changed:
app/electron/Application.js
app/electron/Preload.js
app/electron/WindowManager.js
app/package.json
app/pages/bookmarks.html [new file with mode: 0644]
app/pages/home.html [new file with mode: 0644]
app/src/Browser.js
app/src/Components/Tab.jsx
app/src/Components/Toolbar.jsx
app/src/Components/ToolbarButton.jsx
app/src/Components/ToolbarTextBox.jsx
app/src/Resources/arrow_back_inactive.svg
app/src/Resources/arrow_forward_inactive.svg
app/src/Resources/dark/add.svg [new file with mode: 0644]
app/src/Resources/dark/arrow_back.svg [new file with mode: 0644]
app/src/Resources/dark/arrow_forward.svg [new file with mode: 0644]
app/src/Resources/dark/close.svg [new file with mode: 0644]
app/src/Resources/dark/home.svg [new file with mode: 0644]
app/src/Resources/dark/info.svg [new file with mode: 0644]
app/src/Resources/dark/more.svg [new file with mode: 0644]
app/src/Resources/dark/public.svg [new file with mode: 0644]
app/src/Resources/dark/reload.svg [new file with mode: 0644]
app/src/Resources/dark/shield.svg [new file with mode: 0644]
app/src/Resources/dark/star-filled.svg [new file with mode: 0644]
app/src/Resources/dark/star.svg [new file with mode: 0644]
app/src/Resources/light/add.svg [new file with mode: 0644]
app/src/Resources/light/arrow_back.svg [new file with mode: 0644]
app/src/Resources/light/arrow_forward.svg [new file with mode: 0644]
app/src/Resources/light/close.svg [new file with mode: 0644]
app/src/Resources/light/home.svg [new file with mode: 0644]
app/src/Resources/light/info.svg [new file with mode: 0644]
app/src/Resources/light/more.svg [new file with mode: 0644]
app/src/Resources/light/public.svg [new file with mode: 0644]
app/src/Resources/light/reload.svg [new file with mode: 0644]
app/src/Resources/light/shield.svg [new file with mode: 0644]
app/src/Resources/light/star-filled.svg [new file with mode: 0644]
app/src/Resources/light/star.svg [new file with mode: 0644]
app/src/Resources/public_inactive.svg
app/static/arrow_back.png [new file with mode: 0644]
app/static/arrow_back@2x.png [new file with mode: 0644]
app/static/arrow_back_inactive.png [new file with mode: 0644]
app/static/arrow_back_inactive@2x.png [new file with mode: 0644]
app/static/arrow_downward.png [new file with mode: 0644]
app/static/arrow_downward@2x.png [new file with mode: 0644]
app/static/arrow_forward.png [new file with mode: 0644]
app/static/arrow_forward@2x.png [new file with mode: 0644]
app/static/arrow_forward_inactive.png [new file with mode: 0644]
app/static/arrow_forward_inactive@2x.png [new file with mode: 0644]
app/static/arrow_upward.png [new file with mode: 0644]
app/static/arrow_upward@2x.png [new file with mode: 0644]
app/static/bookmarks.png [new file with mode: 0644]
app/static/bookmarks@2x.png [new file with mode: 0644]
app/static/close.png [new file with mode: 0644]
app/static/close@2x.png [new file with mode: 0644]
app/static/download.png [new file with mode: 0644]
app/static/download@2x.png [new file with mode: 0644]
app/static/find.png [new file with mode: 0644]
app/static/find@2x.png [new file with mode: 0644]
app/static/help.png [new file with mode: 0644]
app/static/help@2x.png [new file with mode: 0644]
app/static/help_outline.png [new file with mode: 0644]
app/static/help_outline@2x.png [new file with mode: 0644]
app/static/history.png [new file with mode: 0644]
app/static/history@2x.png [new file with mode: 0644]
app/static/print.png [new file with mode: 0644]
app/static/print@2x.png [new file with mode: 0644]
app/static/refresh.png [new file with mode: 0644]
app/static/refresh@2x.png [new file with mode: 0644]
app/static/settings.png [new file with mode: 0644]
app/static/settings@2x.png [new file with mode: 0644]
app/static/shield.png [new file with mode: 0644]
app/static/shield@2x.png [new file with mode: 0644]
build-linux.js
build-mac.js
build-win.js
package.json