Home++ version history - 8 versions
Home++ by Fluxpoint Development
Home++ version history - 8 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.6.0
Released 20 Aug 2023 - 175.51 kBWorks with firefox 99.0 and laterThis is the latest stable version of Home++ with performance tweaks and removed a few unused stuff and console logs.
Widget links are now sortable on the home page!
You can now order the links any way you like :)
- Remove scroll event and navbar transparency set due to performance issues.
- Modals are now dynamically loaded on interactions instead of being loaded on startup for better performance.
- Fixed some links not opening in new tab due to DOMPurify.
- Added noreferrer to external links for security, some links will be automatically set with this.
- Fixed debug options being shown by default.
- Added a local storage data limit error modal just in case.Source code released under MIT Licence
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.5.1
Released 16 Aug 2023 - 175.31 kBWorks with firefox 99.0 and later**Home++**
Version 1.5.0 is now available on the Firefox store, Chrome is pending!
- Updated context menu style and delete link is now in red text.
- Added context menu options for copy link and open in new tab.
- Updated context menu open/close animation to be much more smoother.
- Added local file upload for background image.
- Changed default background from png to webp and optimize for smaller file size.
- Added debug mode json viewer/editor for settings data and page data which is pretty nice (Activate debug mode android way :p).
- Restructure a lot of the code base to use modules with better formatting, development and global usage instead of using window.
- Add sticky header on scroll and update opacity to be full color and not transparent.
- Added support for full width modals.
- Fixed some elements clipping each other such as dropdown menu and settings panel.
- Added data backup and restore for settings and page data.
- Fixed background color not being set on load.
- Made sure settings don't get saved if not loaded properly.
- Removed optional permissions for now.
- Added new setting for background position with slider!
- Fixed issues with delete link not working sometimes.Source code released under MIT Licence
Version 1.5.0
Released 16 Aug 2023 - 175.3 kBWorks with firefox 99.0 and later- Updated context menu style and delete link is now in red text.
- Added context menu options for copy link and open in new tab.
- Updated context menu open/close animation to be much more smoother.
- Added local file upload for background image.
- Changed default background from png to webp and optimize for smaller file size.
- Added debug mode json viewer/editor for settings data and page data which is pretty nice (Activate debug mode android way :p).
- Restructure a lot of the code base to use modules with better formatting, development and global usage instead of using window.
- Add sticky header on scroll and update opacity to be full color and not transparent.
- Added support for full width modals.
- Fixed some elements clipping each other such as dropdown menu and settings panel.
- Added data backup and restore for settings and page data.
- Fixed background color not being set on load.
- Made sure settings don't get saved if not loaded properly.
- Removed optional permissions for now.
- Added new setting for background position with slider!
- Fixed issues with delete link not working sometimes.Source code released under MIT Licence
Version 1.3.1
Released 6 Aug 2023 - 223.09 kBWorks with firefox 99.0 and later- Fixed context menu for deleting links.
- Made context menu styled with theme mode.Source code released under MIT Licence
Version 1.3.0
Released 6 Aug 2023 - 223.01 kBWorks with firefox 99.0 and later**Home++**
Version 1.3.0
- Changed add modal to use the create link modal directly instead of a menu option.
- Improved loading of home page.
- Added css to change between dark and light theme mode.
- Fixed color picker input text being white on light theme and invisible.
- Redone home page body layout and panels for improved use and display sizes.
- Settings menu is now theme mode compatibile.
- Fixed dropdown menu clipping on settings menu hr bar.
- Home page now uses grid layout and better text font and size to fit website name.
- Fixed color picker initial theme mode not being set on light theme mode.
- Dropdown menu will now auto close when an option is clicked.
- Settings menu is now dynamically loaded (including events) which means less processing on startup and will also be updatable on any settings changes.Source code released under MIT Licence
Version 1.1.1
Released 5 Aug 2023 - 221.97 kBWorks with firefox 99.0 and later- Improved addon security using DOM Purify to sanitize user input and changed some DOM changes to use textContent instead of setting raw html.
- Improved look of settings buttons, inputs and selects.
- Added modal type option which can be used to confirm or deny a change.
- Added Delete Data button to settings which will reset all data.
- Added storage size to settings menu.
- Updated modal background to show above settings menu.
- Added local storage change event to update data across multiple home tabs to prevent data loss.
- Improved website name fetching when adding links.
- Improved website icon fetching when adding links.
- Fixed data size being set on no storage data.Source code released under MIT Licence
Version 1.1.0
Released 5 Aug 2023 - 221.96 kBWorks with firefox 99.0 and later- Improved addon security using DOM Purify to sanitize user input and changed some DOM changes to use textContent instead of setting raw html.
- Improved look of settings buttons, inputs and selects.
- Added modal type option which can be used to confirm or deny a change.
- Added Delete Data button to settings which will reset all data.
- Added storage size to settings menu.
- Updated modal background to show above settings menu.
- Added local storage change event to update data across multiple home tabs to prevent data loss.
- Improved website name fetching when adding links.
- Improved website icon fetching when adding links.Source code released under MIT Licence
Version 1.0.0
Released 31 Jul 2023 - 211.83 kBWorks with firefox 99.0 and later- Add extension id to debug modal.
- Modal will now focus on the first input text box shown, this means you can start typing as soon as you open the create link modal :slight_smile:
- Automatically add https:// to the create link modal and also resolves pasted links that already have https:// at the start.
- Internal check for https:// and https:// when adding new links.
- Fixed context menu delete link not working.
- Create link modal will now complete when you press enter with the input text box.
- Added localhost link support.
- Added new menu option About which will show information about the extension and resources used.
- Added safety checks when setting html content to prevent weird issues.
- Data will now be copied to extension storage so it does not get wiped if a user clears certain browser data.
- Fixed debug menu not working on chrome based browsers.
- Fixed issues with chrome manifest warnings.
- Various other bug fixes and tweaks to make sure it works.
- Disable sortable widgets system to be implemented fully in next version.Source code released under MIT Licence