Skip to content

Releases: CatalystDevOrg/Catalyst

3.10.0-beta.1

19 Nov 23:09
Compare
Choose a tag to compare
3.10.0-beta.1 Pre-release
Pre-release

Warning

This is a beta release. It may be unstable. If you find bugs, be sure to report them!

Finalized UI

The UI refresh is complete and the interface design has been finalized

New UI Icons

All icons are now from material icons.

Localization

This release adds language support and some Spanish translations. Enable it with localStorage.

localStorage.setItem('catalyst.localization.enable', 'true')
localStorage.setItem('catalyst.localization.language', 'es')

3.9.4-wbaf.1

15 Nov 23:10
Compare
Choose a tag to compare
3.9.4-wbaf.1 Pre-release
Pre-release

Test release for alternative Windows packaging.

3.9.4

07 Nov 23:16
Compare
Choose a tag to compare

Fixes

  • Make find box hidden by default

3.9.3

07 Nov 22:14
Compare
Choose a tag to compare

Fixes

  • Only apply custom font when a custom font is set
  • Fix find box being off-screen and give it some styles

Dependency Bumps

Electron from v33.0.2 to v33.1.0

3.9.2

03 Nov 00:46
Compare
Choose a tag to compare

Fixes

  • Remove remotely-loaded easter egg
  • Some refactoring and removing unused code
  • Make sidebar disabled by default, and move it's toggle to experiments

3.9.1

31 Oct 02:51
Compare
Choose a tag to compare

Implements easter egg functionality... current easter egg activates on 10/31/24

3.9.0

28 Oct 22:29
Compare
Choose a tag to compare

Summary

  • Stability and UI design peaks with this release. Updating is recommended.

New Features

  • A sidebar that can be toggled. When a website attempts to make a new window, it'll be opened in the sidebar instead if this feature is enabled.

New Preferences

The user can now choose a custom UI font

Fixes

  • Several fixes taken from stable
  • Add input type declarations to text inputs in preferences
  • Make bookmarks screen hidden by default
  • Remove random console.log from bookmark button listener

Preferences

  • Make preference titles bold and bigger than the description
  • Improved alignment of toggles

Styles

  • Give buttons their own background color
  • Give userchrome buttons and other buttons a different background color
  • Fix several alignment issues

Tabs

  • Improve tab icon alignment

Sidebar

  • Improve scaling

Bookmarks

Revert to the old bookmarks style (screen -> bar)

About

Add additional information

Dependency Bumps

  • Now uses Electron 33 (Chrome 130)

3.9.0-beta.4

27 Oct 21:31
Compare
Choose a tag to compare
3.9.0-beta.4 Pre-release
Pre-release

Warning

This is a beta release. It may be unstable. If you find bugs, be sure to report them!

Preferences

  • Make preference titles bold and bigger than the description
  • Improved alignment of toggles

Styles

  • Give buttons their own background color
  • Give userchrome buttons and other buttons a different background color
  • Fix several alignment issues

Tabs

  • Improve tab icon alignment

Sidebar

  • Improve scaling

Bookmarks

Revert to the old bookmarks style (screen -> bar)

About

Add additional information

3.9.0-beta.3

27 Oct 20:03
Compare
Choose a tag to compare
3.9.0-beta.3 Pre-release
Pre-release

Several changes and fixes

3.9.0-beta.2

26 Oct 19:05
Compare
Choose a tag to compare
3.9.0-beta.2 Pre-release
Pre-release

Warning

This is a beta release. It may be unstable. If you find bugs, be sure to report them!

New Preferences

The user can now choose a custom UI font

Fixes

  • Several fixes taken from stable
  • Add input type declarations to text inputs in preferences
  • Make bookmarks screen hidden by default
  • Remove random console.log from bookmark button listener

Dependency Bumps

Electron from v30.0.8 to v30.5.1