Historial de versiones de Wingman Jr. Filter - 25 versiones
Wingman Jr. Filter por Zephyr
¡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 3.4.0
Lanzada el 7 de ago. de 2024 - 16,05 MBCompatible con firefox 91.0.0 y superioresMinor bugfix version 3.4.0:
- Add support for iso-8859-x and other non-English codepages (thanks Ayaya!) - if you're a non-English user you might find that "older" non-UTF-8 web pages now work for you!Se publicó el código fuente bajo la licencia Custom License
Descarga Firefox y obtiene la extensiónNecesitarás Firefox para usar esta extensiónVersiones antiguas
Versión 3.3.6
Lanzada el 31 de ene. de 2024 - 15,18 MBCompatible con firefox 91.0.0 y superioresMinor bugfix release 3.3.6:
- Certain special characters like the euro symbol were incorrectly showing up as invalid - thanks Dragodraki for the bug report!Se publicó el código fuente bajo la licencia Custom License
Versión 3.3.5
Lanzada el 9 de jun. de 2023 - 15,18 MBCompatible con firefox 91.0.0 y superioresMinor bugfix release
- Improved international charset detection by incorporating meta tag variants from user site submissions as per #194 - thanks Dragodraki!Se publicó el código fuente bajo la licencia Custom License
Versión 3.3.4
Lanzada el 19 de may. de 2023 - 15,18 MBCompatible con firefox 91.0.0 y superioresBugfix release
- Further improved Linux "hidden tab" stability based on user reports
- Further improved character set detection so more international pages display properlySe publicó el código fuente bajo la licencia Custom License
Versión 3.3.3
Lanzada el 4 de may. de 2023 - 15,18 MBCompatible con firefox 91.0.0 y superioresTargeted bugfix release that may help Linux users with a major issue:
- #185 Tensorflow.js+Linux+Firefox seems to be giving non-deterministic results, causing the integrity self-checker to restart the addon frequently which shows the "Hidden Tabs" prompt
Special thanks to Linux users reporting the issue and Umbrella123 for helping debug the issue!Se publicó el código fuente bajo la licencia Custom License
Versión 3.3.2
Lanzada el 7 de ene. de 2023 - 15,18 MBCompatible con firefox 91.0.0 y superioresThis is a small bugfix release.
- #182 Fixed issue where some PDF's would load incorrectly because Content-Type was not specifiedSe publicó el código fuente bajo la licencia Custom License
Versión 3.3.1
Lanzada el 15 de nov. de 2022 - 15,18 MBCompatible con firefox 91.0.0 y superioresThis is a small bugfix release.
- Fixed issue with private mode where image scanning would not always workSe publicó el código fuente bajo la licencia Custom License
Versión 3.3.0
Lanzada el 26 de dic. de 2021 - 15,18 MBCompatible con firefox 91.0.0 y superiores-Handle GIFs as video rather than as one-frame images
-Make the zone selected at startup an option (Thanks Abdullah! https://github.com/abdullahezzat1)
-Improve Tensorflow.js load performance (10s->5s on my laptop)Se publicó el código fuente bajo la licencia Custom License
Versión 3.2.0
Lanzada el 5 de nov. de 2021 - 15,17 MBCompatible con firefox 91.0.0 y superiores3.2.0 is a minor update. TF.js (the library that does the number crunching) was updated and provides a scanning speed improvement.Se publicó el código fuente bajo la licencia Custom License
Versión 3.1.1
Lanzada el 12 de oct. de 2021 - 15,07 MBCompatible con firefox 91.0.0 y superiores3.1.1 is a minor release. Additions:
- Crash detection watchdog. Important stability improvement! See https://wingman-jr.blogspot.com/2021/08/crash-detection.html
- Video peek scanning for URL range requests - e.g. partial Reddit video support.
- Small YouTube scanning issue fix.
- Mozilla requested strict_min_version to handle proxy permissionSe publicó el código fuente bajo la licencia Custom License
Versión 3.0.0
Lanzada el 8 de mar. de 2021 - 15,07 MBCompatible con firefox 48.0 y superiores3.0.0 has landed with several large updates!
-Video peek - limited video scanning support
-Silent mode
-New model
-Scanning progress indicator
-Advanced - ability to select TF.js backend
More details can be found at the blog post: https://wingman-jr.blogspot.com/2021/02/30-inbound-soon.htmlSe publicó el código fuente bajo la licencia Custom License
Versión 2.0.1
Lanzada el 15 de dic. de 2020 - 9,01 MBCompatible con firefox 48.0 y superioresThe recent release 2.0 represents a major change in internal architecture.
The change was immediately driven by the need to overcome a performance issue exposed by the release of Firefox 83 that made browsing unbearably slow for some users. See the series of blog posts here: https://wingman-jr.blogspot.com/2020/11/firefox-83-problem.html
However, the change also has potential to better improve performance now and in the future.
Please be aware that a new permission is present in this release for hiding tabs. The addon now creates dummy web pages for processing upon startup and immediately hides them.
The new release, 2.0.1 has bugfixes and a new feedback link on the zones menu.Se publicó el código fuente bajo la licencia Custom License
Versión 2.0.0
Lanzada el 14 de dic. de 2020 - 9,01 MBCompatible con firefox 48.0 y superioresRelease 2.0.0 represents a major change in internal architecture.
The change was immediately driven by the need to overcome a performance issue exposed by the release of Firefox 83 that made browsing unbearably slow for some users. See the series of blog posts here: https://wingman-jr.blogspot.com/2020/11/firefox-83-problem.html
However, the change also has potential to better improve performance now and in the future.
Please be aware that a new permission is present in this release for hiding tabs. The addon now creates dummy web pages for processing upon startup and immediately hides them.Se publicó el código fuente bajo la licencia Custom License
Versión 1.3.0
Lanzada el 27 de nov. de 2020 - 8,97 MBCompatible con firefox 48.0 y superioresThis release is an emergency release in response to the release of Firefox 83 making browsing unbearably slow for some users.
TL;DR - Firefox 83 broke things for some users. While things get properly fixed, I can make it faster again, but not quite as fast as the plugin would be in Firefox 82.
The long version:
This plugin leverages another excellent library, Tensorflow.js, that runs the AI models created for this plugin. Tensorflow.js gives many different ways to run the AI models, called backends. They all give the same prediction, but some backends are much faster than others. The normal fast backend (WebGL) started failing in Firefox 83 for some users, which caused the default slow backend (CPU) to be used instead. For at least two users, this made the browsing experience so slow as to be unusable.
Fortunately Tensorflow.js recently added support for another relatively fast backend (WASM) that I have found does not seem to fail to load in Firefox 83. I am adding in support for that new backend as a fallback. It is not quite as fast, but makes browsing usable once again.Se publicó el código fuente bajo la licencia Custom License
Versión 1.2.1
Lanzada el 31 de oct. de 2020 - 8,74 MBCompatible con firefox 48.0 y superioresInternational users - this release is for you!
One of you kindly reported that they were seeing special characters such as "ä", "ö", "ü", "ß" and "€" showing up incorrectly as ¿½. This release should fix most instances of that happening, but please comment at https://github.com/wingman-jr-addon/wingman_jr/issues/70 if you are still seeing problems. Thanks!Se publicó el código fuente bajo la licencia Custom License
Versión 1.2.0
Lanzada el 27 de sep. de 2020 - 8,74 MBCompatible con firefox 48.0 y superioresNew features/fixes:
-A user requested to have an on/off switch easily accessible. This is not visible by default but can be enabled in the options.
-The image score has been broken since the addition of zones. It should now be working a bit more accurately than simply showing "99" most of the time.
-The main machine learning library Tensorflow.js has been upgraded to 2.3.0 from 1.5.1 in order to make sure we don't have compatibility problems going forward. Let me know if you see performance changes, good or bad.
-The AI model has NOT been changed in this release.Se publicó el código fuente bajo la licencia Custom License
Versión 1.1.0
Lanzada el 5 de abr. de 2020 - 8,65 MBCompatible con firefox 48.0 y superioresThe main new feature is the option to turn on DNS-level filtering with Cloudflare. This is not turned on by default to preserve your privacy but it may be an interesting option for some users. See the blog post here: https://wingman-jr.blogspot.com/2020/04/1111-for-families-opt-in-support.htmlSe publicó el código fuente bajo la licencia Custom License
Versión 1.0.2
Lanzada el 13 de feb. de 2020 - 8,64 MBCompatible con firefox 48.0 y superiores-Fixed another bug around the first page of Google Images not filtering correctly
-Moved "review mode" to be accessible by developers only
-Upgraded Tensorflow.jsSe publicó el código fuente bajo la licencia Custom License
Versión 1.0.1
Lanzada el 9 de feb. de 2020 - 8,64 MBCompatible con firefox 48.0 y superioresThis is a minor release with some nice behind-the-scenes performance improvements! Your browsing experience should be just a bit better.Se publicó el código fuente bajo la licencia Custom License
Versión 1.0.0
Lanzada el 25 de ene. de 2020 - 8,64 MBCompatible con firefox 48.0 y superioresWoohoo! After well over a year of releases, I'm excited to announce version 1.0!
The big new feature here is "zones". Now you can pick different zones for different levels of sensitivity on blocking. This can either be manual, or it can be automatically managed based on how many images have recently been blocked (the default). The "neutral" zone is not too different from the current blocking level, but the "trusted" zone that engages when not many images have been blocked recently might just provide you a better tradeoff on accidental image blockages. I've found the experience to be better when I'm using it, and I hope you do too.
Also, if you haven't looked recently, I have a blog now! Whether you're curious about new features or perhaps you're a stats/machine learning nerd, I've got you covered. Go check it out! https://wingman-jr.blogspot.com/ I'm looking to gather some feedback there through polls from time to time, too, so check it out to make your voice heard.
Anyways, thanks to those who have given feedback. It's been helpful!Se publicó el código fuente bajo la licencia Custom License
Versión 0.9.91
Lanzada el 19 de ene. de 2020 - 8,63 MBCompatible con firefox 48.0 y superioresBugfix release only - another critical bugfix for normal Google search results that caused occasional hangs - the page wouldn't load fully. This was due to a recent change by Google to include icons in the main search results.
For more details, see https://wingman-jr.blogspot.com/2020/01/google-search-results-bugfix.htmlSe publicó el código fuente bajo la licencia Custom License
Versión 0.9.9
Lanzada el 28 de dic. de 2019 - 8,63 MBCompatible con firefox 48.0 y superioresFixed a critical bug caught in testing today. Google Images search results on the "first page" load in a special way; this methodology changed and allowed e.g. offensive images and ads to slip through. See https://github.com/wingman-jr-addon/wingman_jr/issues/27Se publicó el código fuente bajo la licencia Custom License
Versión 0.9.8
Lanzada el 12 de nov. de 2019 - 8,63 MBCompatible con firefox 48.0 y superiores-Improved model!
-Greatly reduced the number of baby photos that accidentally get blockedSe publicó el código fuente bajo la licencia Custom License
Versión 0.9.7
Lanzada el 21 de oct. de 2019 - 8,63 MBCompatible con firefox 48.0 y superioresNew model with slight accuracy boost!
Also, I have discovered that baby photos often trigger false positives (sometimes also affects group family photos). This is not new to this release, but I have started tracking it for fixing in the future.Se publicó el código fuente bajo la licencia Custom License
Versión 0.9.6
Lanzada el 9 de oct. de 2019 - 8,63 MBCompatible con firefox 48.0 y superiores-Noticeable image scanning speed boostSe publicó el código fuente bajo la licencia Custom License