github-actions
released this
07 Jan 15:23
·
32 commits
to main
since this release
[v1.4.0] Release Notes
This release constitutes the baseline from which this extension will be developed.
This version number was chosen because this project was forked from Why Salesforce when it was at version 1.3.
We've added a patch version number as well.
New Functionality
This release contains the new features listed below from the previous version.
Popup
- Autosave;
- Highlight of the currently focused input field;
- Cleaner referenced URLs by omitting
/lightning/setup/
(you can still write / paste any URL); - Automatic creation of a new row when all the previous ones are filled in;
- Ability to reorder the tabs by dragging;
- Button to delete all entries;
- Import and Export functionality;
- Light / Dark mode;
- Link to this repository;
- Button to redirect to Salesforce login when not on a Salesforce page;
- Button to redirect to Salesforce setup when on a different Salesforce page.
Salesforce
- Native Salesforce toast message to show the user a change has been completed (or not);
- Native Salesforce import selector / drop area to import a
.json
file with the tab names and referenced URLs; - Ability to reorder the tabs by dragging;
- Highlight of the saved tab when on its referenced page;
- Dynamic creation of a favourite / unfavourite current page button;
- Reload of tabs when a new one is added / when one (or more) is deleted.
Updates to the repository
- Refactoring of the whole code;
- Creation of dedicated directories;
- Creation of our own license (when the project was forked, there was none available. Now we feature both the one we picked and also the one from the original project);
- Updated logo to clarify our existence;
- Use of Deno v2 instead of Node;
- Removed
manifest.json
from the repository and usedtemplate-manifest.json
to hold all different attributes for the extension andbuild-manifest.mjs
to create themanifest.json
depending on which browser you want to use.
What's Changed
- [v1.4.0] New Version Zips by @github-actions in #2
- Deno formatting changes by @github-actions in #13
- update readme with badges by @Astisme in #3
- Dark theme by @Astisme in #14
- Workflow updates by @Astisme in #15
- updated readme by @Astisme in #16
- Release update by @Astisme in #17
- Create JSdocs by @Astisme in #20
- update create releases by @Astisme in #22
- changes trigget to push on main with version tag by @Astisme in #23
New Contributors
Full Changelog: https://github.com/Astisme/again-why-salesforce/commits/firefox-v1.4.0