Skip to content

Releases: kura52/sushi-browser

Sushi Browser v0.25.2 Fugu(Blowfish)

Choose a tag to compare

@kura52 kura52 released this 08 Jun 00:53

New Features

  • Fixed fatal performance issues with tab's operation.
  • Fixed a hang when creating a new tab.
  • Some performace tuning.
  • Reduced file size.

Sushi Browser v0.25.1 Fugu(Blowfish)

Choose a tag to compare

@kura52 kura52 released this 02 Jun 14:55

New Features

  • Fixed the problem that windows are not linked to the correct panel.
  • Fixed the bug of z-order of window.
  • Some performance improvement.
  • Fixed the bug that the window of the smallest size remains when it is minimized.
  • Fixed a bug that media list popup doesn't close by click.
  • Fixed the bug that youtube-dl does not work on Windows 8 and does not start.
  • Fixed a bug that custom chrome edition of widevine doesn't work.
  • Fixed custom chromium edition of side by side configuration error.
  • Revive the margin function on the tab bar on the custom chromium edition.
  • In the custom chromium edition, the minimum window size can be set to 0.
  • Fixed a bug in hover screen display of fullscreen tab bar in custom chromium edition.
  • Fixed a bug that is not displayed in the task bar in custom chromium edition.

Sushi Browser v0.25.0 Fugu(Blowfish)

Choose a tag to compare

@kura52 kura52 released this 27 May 15:38

New Features

  • Implemented high dpi support.(issue #61)
  • Fixed tab position bugs.(issue #59)
  • Added chrome menu icon to toolbar.
  • Added custome chrome edition. Custom Chromium is a build with all Chromium UI removed.
  • Adedd fullscreen feature to custom chrome edition.
  • Updated to youtube-dl 2019.05.20.

Sushi Browser Chrome Edition v0.24.2

Choose a tag to compare

@kura52 kura52 released this 11 May 23:15

New Features

  • Fixed a bug where you won't get a warning if Chrome is not installed.
  • Changed to use --disable-gpu option.
  • Fixed a bug in db access.
  • Fixed behavior of "Ctrl + N new window shortcut".(#59)
  • Fixed behavior when hiding the sidebar.(#59)
  • Fixed the behavior of shortcut keys such as Ctrl + Shift + I and Ctrl + R.(#59)
  • Updated to youtube-dl 2019.05.11.

Sushi Browser Chrome Edition v0.24.1

Choose a tag to compare

@kura52 kura52 released this 07 May 21:46

New Features

  • Fixed loading timing.
  • Added search retry process for chrome window.
  • Fixed a bug in the installation process.
  • Improved French translation. (Pull Request #45, #46, #47, #48, #49, #50, #51, #52)

Sushi Browser Chrome Edition v0.24.0

Choose a tag to compare

@kura52 kura52 released this 06 May 11:49
e7febfa

New Features

Using Chrome as a pseudo webview solves the Muon-related problem. In addition, the following became possible.

  • Chrome features such as translation, password management and chrome://flags are now available.
  • Expanded Chrome Extension support.
  • Chrome Sync is now available.
  • Added browser-name and browser-path to command-line option.
    Example:
      sushi-browser.exe --browser-name="Google Chrome" --browser-path="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"  
      sushi-browser.exe --browser-name="Chromium" --browser-path="C:\Users[username]\AppData\Local\Chromium\Application\chrome.exe"

Removed Features

  • Removed Mac and Linux edition.
  • Removed Floating Panel.
  • Removed Private Tab.
  • Removed Session Tab.
  • Removed Tor Tab.
  • Removed Fullscreen Mode.
  • Removed "Change PDf View to Comic".
  • Removed AutoPagerize from Standard (Available as a Chrome extension).
  • Removed "Highlight Search".
  • Removed "Don't load tabs until selected".
  • Removed "TabBar Top Margin".
  • Removed "Remove Top Margin When Maximizing".
  • Removed "Display Current Preview".
  • Removed "Privacy and security" features such as built-in Adblock (available with Chrome extensions)
  • Removed data deletion function with date range specified.
  • Removed own sync.
  • Changed in-page search to chrome standard.

Other

  • Chromium derived browser such as Chromium, Brave, Edge Beta is also available.
  • Update libraries (youtube-dl etc).
  • Show Chrome's address bar on Top Page.
  • Added video maximization function.

Chrome Edition's TODO

  • Add features for developers.
  • Add MacOS and Linux version.

Chrome Edition's Architecture

  • Control Chrome remotely using puppeteer from Electron's Main Process.
  • Use Chrome as a child window of frameless window and pseudo webview using Win32 API.
  • Synchronize window position and browser operation using puppeteer and chrome extension.
    architecture

Sushi Browser Chrome Edition beta2 (v0.24.0-beta2)

Choose a tag to compare

@kura52 kura52 released this 06 May 00:49

Changes

  • Added browser-name and browser-path to command-line option.
    Example:
      sushi-browser.exe --browser-name="Google Chrome" --browser-path="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"  
      sushi-browser.exe --browser-name="Chromium" --browser-path="C:\Users[username]\AppData\Local\Chromium\Application\chrome.exe"

  • Updated to Electron 5.0.1.

  • Removed adblock function.

  • Fixed protect tab bug.

  • Fixed favorite bug.

  • Fixed bookmark bar bug.

  • Fixed tab close behavior.

  • Fixed panel split function.

  • Fixed tab focus.

Sushi Browser Chrome Edition beta1 (v0.24.0-beta1)

Choose a tag to compare

@kura52 kura52 released this 04 May 18:35

New Features

Using Chrome as a pseudo webview solves the Muon-related problem. In addition, the following became possible.

  • Chrome features such as translation, password management and chrome://flags are now available.
  • Expanded Chrome Extension support.
  • Chrome Sync is now available.

Removed Features

  • Removed Mac and Linux edition.
  • Removed Floating Panel.
  • Removed Private Tab.
  • Removed Session Tab.
  • Removed Tor Tab.
  • Removed Fullscreen Mode.
  • Removed "Change PDf View to Comic".
  • Removed AutoPagerize from Standard (Available as a Chrome extension).
  • Removed "Highlight Search".
  • Removed "Don't load tabs until selected".
  • Removed "TabBar Top Margin".
  • Removed "Remove Top Margin When Maximizing".
  • Removed "Display Current Preview".
  • Removed "Privacy and security" features such as built-in Adblock (available with Chrome extensions)
  • Removed data deletion function with date range specified.
  • Removed own sync.
  • Changed in-page search to chrome standard.

Other

  • Chromium derived browser such as Chromium, Brave, Edge Beta is also available.
  • Some bug fixes.
  • Update libraries (youtube-dl etc).
  • Show Chrome's address bar on Top Page.
  • Added video maximization function.

Chrome Edition's TODO

  • Check the operation of all functions.
  • Improve stability.
  • Add the option to switch to a Chromium-derived browser such as Chromium, Brave, Chromium Edge.
  • Add features for developers.

Chrome Edition's Architecture

  • Control Chrome remotely using puppeteer from Electron's Main Process.
  • Use Chrome as a child window of frameless window and pseudo webview using Win32 API.
  • Synchronize window position and browser operation using puppeteer and chrome extension.
    architecture

Sushi Browser Electron Edition alpha1 (v0.23.a1)

Choose a tag to compare

@kura52 kura52 released this 12 Nov 16:03

Changes to maintain compatibility with Muon-based version

  1. "Webview" is not recommended, so change to use "BrowserView". Furthermore, a part of Electron is modified so that multiple browserViews can be used.
  2. Fixed a part of Electron so that Chrome Extension can be used.
  3. Fixed a part of Electron so that Contents Script can be executed with Isolation Context.
  4. Fixed a part of Electron WebContents to accelerate back / forward / reload.
  5. Since Electron does not have the function of changing the style of visited Link, we added a function to acquire and apply visited Link style at page loading.

Electron Edition's TODO

  • Add Password Manager.
  • Add function to import from other browsers.
  • Fix chrome extension bugs.(We have hardly confirmed the operation of it.)
  • Fix Settings Page.
  • Fix Mobile Panel.
  • Add Tor Proxy.
  • Add MacOS Version.
  • Wait until Electron updates Chromium 70.(Electron #15405)
  • There is a problem that executable file can not be renamed with windows, and it is waiting for it to be fixed. (Electron #15436)

Sushi Browser v0.21.3 Kani(Crab)

Choose a tag to compare

@kura52 kura52 released this 10 Sep 15:26
40b5936