Version 3.0.0
I recommend uninstalling any previous versions before installing this one.
CHANGELOG:
- Rewrote all the base code. Should be more optimized than before.
- Fixed issue #29.
- Removed performance-heavy libraries like jQuery and Semantic-UI. (I think one of either jQuery or Semantic-UI were causing the issue #29)
- Fixed issues #26 and #33. Sound and notifications work as intended now.
- Creating a new tab instance has it's own tab instead of opening a pop-up. See this screenshot.
- You can now search themes when creating or editing an instance, in case you have a lot of themes.
- Right-clicking for a context menu now works.
- Right-clicking a link will allow you to copy it.
- Selecting and right-clicking regular text will allow you to copy it or search that specific text on Google.
- Right-clicking an image will allow you to download that image.
- Clicking "Save Image" will directly download that image to your "Downloads" folder.
- Clicking "Save Image As" will allow you to select where to save the image.
- Right-clicking a textbox will allow you to cut/copy/paste text.
- Using a new tabs system implemented using Tabby.
- Using SweetAlert2 for pop-ups.
- Combined the Theme Customizer and Custom CSS windows into one. Also, completely revamped the theme customizer.
- Using pickr to implement the color pickers. It provides a very good UI for color picking.
- Theme Manager will ask for confirmation before deleting a theme.
- You will be asked for confirmation before closing a tab. This can be disabled in the settings.
- Added a new window to check for updates. It shows you the new version, the changelog/release notes for it and also allows you to download any of the three executables available.
- Got rid of the "Launch on system start" setting. Most probably won't implement it again.
Roadmap:
- Implement zoom functionality.
- Ability to reset settings to default.
- Manage themes without reloading the main window.
Check commit cf920e3 for detailed information.