Historial de versiones de FediAct - 25 versiones
FediAct por @lartsch@infosec.exchange
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 0.9.8.7
Lanzada el 29 de dic. de 2022 - 61,45 KBCompatible con firefox 107.0 y superiores- Improve 429 prevention
- Use User-Agent for requests
- Prevent toot buttons not working when returning from a "_self" redirect using the back buttonSe publicó el código fuente bajo la licencia Licencia MIT
Descarga Firefox y obtiene la extensiónNecesitarás Firefox para usar esta extensiónVersiones antiguas
Versión 0.9.8.6
Lanzada el 29 de dic. de 2022 - 61,26 KBCompatible con firefox 107.0 y superiores- Fix #46, #43, #42
- Increase API delay a little and make sure to update comparison timestamp correctlySe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.8.5
Lanzada el 25 de dic. de 2022 - 59,37 KBCompatible con firefox 107.0 y superiores- New styles for the modal
- Fix modal related issues (lists not udpating etc)
- Fixes for the popupSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.8.4
Lanzada el 21 de dic. de 2022 - 58,64 KBCompatible con firefox 107.0 y superiores**This is a rather important update!**
- **Moved ALL requests to background script to fix some browsers complaining about CORS policy for servers that have set it and updated according features in content script**
- Add support for polls that are hidden behind a content warning (v4 only)
- Fix some extension CSS being overwritten by site CSS
- Add descriptions for denylist/allowlist in popup
- Fix popup scale in Firefox for AndroidSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.8.3
Lanzada el 20 de dic. de 2022 - 58,19 KBCompatible con firefox 107.0 y superiores- Restyle the settings popup, add descriptions, change some setting names (thx to @Freeplayg !)
- Fixed the FediAct running indicator blocking toot buttons in some cases
- It is now a little clickable icon in the bottom right corner - as of now, it only includes the "go home" link, but soon you can select the home instance to use for the current external instance from thereSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.8.1
Lanzada el 19 de dic. de 2022 - 52,88 KBCompatible con firefox 107.0 y superiores- Added an indicator in the bottom right when FediAct is running + a link to your home instance - closes issue #15
- Security: Added a check if click events are trusted (so human-triggered, not script-triggered) - closes issue #6
- Fixed uppercase letter in home instance setting not workingSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.8
Lanzada el 18 de dic. de 2022 - 53,76 KBCompatible con firefox 107.0 y superiores- Added feature: Block, mute, domainblock (and reverse) from profile views and toots (3-dot menu, only v4 instances)
- Added "Resolving" indicator to toots and profile views
- Fixed reply mode not entering (bug introduced in 0.9.7)
- Fixed some other bugs
- Moved all CSS to separate file to satisfy FirefoxSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.7.1
Lanzada el 15 de dic. de 2022 - 51,73 KBCompatible con firefox 107.0 y superioresAdded 2 new options and renamed some of the existing ones to be easier to understand
Start background process earlier to react in some conditionsSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.7
Lanzada el 14 de dic. de 2022 - 51,57 KBCompatible con firefox 107.0 y superioresAdded support to vote on polls - for now, the results have to be viewed on your home instance though (the poll is replaced with the according link after voting)
Fixed the wrong fav / boost buttons being detected for detailed status viewsSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.6.2
Lanzada el 14 de dic. de 2022 - 51,16 KBCompatible con firefox 107.0 y superiores- Added an additional check if you are logged in on an external instance and disable processing if so
- Fixed a bug with v3 support
- Improved v3 support
- Disabled console logsSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.6.1
Lanzada el 14 de dic. de 2022 - 51,02 KBCompatible con firefox 107.0 y superioresHotfix: There was an issue with the toot caching process, leading to some toots not reflecting the changed stateSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.6
Lanzada el 12 de dic. de 2022 - 50,93 KBCompatible con firefox 107.0 y superiores- Add missing animation for fav button
- Remove no longer required code
- Update icon
This is the first recommended release.Se publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.5.3
Lanzada el 11 de dic. de 2022 - 49,51 KBCompatible con firefox 107.0 y superiores- Attempt to fix elements not being detected on v3 sometimes
- There were (/are?) cases, where elements got cached by the browser and were not detected by DOMNodeAppear...
- ... as well as cases, where a page was visited for the first time
- Now, in addition to DOMNodeAppear, a $(docuement).find(...).each(...) is used to try and detect these cases
- To prevent the same element from being processed twice, an additional check was added
Not sure if its done with that. But also, there arent many v3 instances anymore...Se publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.5.2
Lanzada el 11 de dic. de 2022 - 49,42 KBCompatible con firefox 107.0 y superioresPrevent uncatched error if tabs query in background script returns no tabsSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.5.1
Lanzada el 11 de dic. de 2022 - 49,39 KBCompatible con firefox 107.0 y superiores- Fixed site views with multiple follow buttons (v3 explore page) - follow button status was not correctly set per element
- Fixed follow buttons not correctly initialized if follow is already requested (but not yet accepted)Se publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.5
Lanzada el 11 de dic. de 2022 - 49,39 KBCompatible con firefox 107.0 y superiores- Hide Mutes feature changes
- Now blocked users are treated like muted users for this extension
- Now all their boosted toots, toots and toots with mentions of them are hidden if enabled
- Now domain blocks are applied as well
- Moved sync to background script
- They are now fetched each minute
- This is to prevent needing multiple requests in the content script if Hide Mutes is enabled (since v3 instances would not work this way)
- Try to reload settings on page URL changes (to keep mutes/blocks in sync with local storage)Se publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.3.2
Lanzada el 10 de dic. de 2022 - 48,8 KBCompatible con firefox 107.0 y superiores- Moved all home instance actions to one generalized function, less code for same functionality
- Removed unrequired code
- General improvementsSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.3
Lanzada el 9 de dic. de 2022 - 48,88 KBCompatible con firefox 107.0 y superiores- Sites now auto-reload when settings are updated or the extension is updated/reloaded
- Better resolve probability due to new logic
- "Unresolved" indicator now correctly displays for all unresolved toots
- Small bug fixesSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.1
Lanzada el 7 de dic. de 2022 - 48,54 KBCompatible con firefox 107.0 y superioresHotfix for follow buttons not processed when first page page browsed was. An old portion of code was accidentally left in prior to the v0.9.0 releaseSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.9.0
Lanzada el 7 de dic. de 2022 - 48,64 KBCompatible con firefox 107.0 y superioresredo logic for element discovery, fix some lately introduced bugs, improve performance, bump versionSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.8.4
Lanzada el 5 de dic. de 2022 - 48,53 KBCompatible con firefox 107.0 y superioresSimplified some functions
Improved performance
Removed unrequired codeSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.8.3.3
Lanzada el 4 de dic. de 2022 - 48,59 KBCompatible con firefox 107.0 y superioresfix dblclick triggering if another button is clickedSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.8.3.2
Lanzada el 4 de dic. de 2022 - 48,59 KBCompatible con firefox 107.0 y superiores- Added reply support for v3 instancesSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.8.3.1
Lanzada el 4 de dic. de 2022 - 48,58 KBCompatible con firefox 107.0 y superioresAdded support for (un)bookmarking
Added support for replying
Fixed support for replying from initial release 0.8.3
Fixed a bug where a variable was not reset for every resolveSe publicó el código fuente bajo la licencia Licencia MIT
Versión 0.8.1
Lanzada el 3 de dic. de 2022 - 48,22 KBCompatible con firefox 107.0 y superiores- Quality of life: Instantly update token in background script after updating settings
- Remove unused code
- Use minified version of .js and .css files in releaseSe publicó el código fuente bajo la licencia Licencia MIT