Releases: CatalystDevOrg/Catalyst
3.10.0-beta.1
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
Test release for alternative Windows packaging.
3.9.4
Fixes
- Make find box hidden by default
3.9.3
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
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
Implements easter egg functionality... current easter egg activates on 10/31/24
3.9.0
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
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
Several changes and fixes
3.9.0-beta.2
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