Historia de versiones de behind! - 22 versiones
behind! per Devrim Sahin
Que tu es attente con le vetere versiones! Iste versiones es monstrate pro uso de test o referentia.Tu deberea sempre usar le ultima version de un additivo.
Ultime version
Version 0.2.20
Publicate le 15. huhti 2022 - 54,26 KBFunctiona con firefox 48.0 e plus recenteEnhanced the "bypass results page for single image results" feature so that it enables users to automatically open the widest / tallest / largest image result. Resolves the issue described here: https://github.com/kubuzetto/behind/issues/25Codice fonte publicate sub Licentia public Mozilla 2.0
Discarga Firefox installa le extensionTu pote usar iste extension solo sur FirefoxVersiones previe
Version 0.2.19
Publicate le 14. maalis 2022 - 182,1 KBFunctiona con firefox 48.0 e plus recenteA minor bug was fixed where the last item in a srcset was not parsed properly.Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.18
Publicate le 13. maalis 2022 - 183,62 KBFunctiona con firefox 48.0 e plus recente- Fixed a case where URLs that failed to load in the inline page may keep trying, thus generating network traffic
- Fixed a bug parsing urls from srcset tags where the URLs contained commas.
These fixes solves the following issue: https://github.com/kubuzetto/behind/issues/22Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.17
Publicate le 23. syys 2021 - 53,54 KBFunctiona con firefox 48.0 e plus recenteHotfix for an ordering bug in 0.2.16 (largest first / largest last options did not work)Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.16
Publicate le 23. syys 2021 - 53,53 KBFunctiona con firefox 48.0 e plus recenteAdded result sorting functionalityCodice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.15
Publicate le 25. touko 2021 - 52,79 KBFunctiona con firefox 48.0 e plus recente- The 'tallest', 'widest' and 'largest image' marks are no longer shown in the result page if there is only one result. Also, hovering on these icons now show their meanings (added title texts on the icons)
- Image filename is shown under the image whenever possible.Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.14
Publicate le 5. touko 2021 - 51,68 KBFunctiona con firefox 48.0 e plus recenteThe 'fetch as blob' workaround introduced in 0.2.13 is now optional (i.e. treated as a fallback option if the original method doesn't work), as it interfered with several users' workflow.Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.13
Publicate le 2. touko 2021 - 51,65 KBFunctiona con firefox 48.0 e plus recente- Fixed an issue where certain URLs would not be accessible (see https://github.com/kubuzetto/behind/issues/10)Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.12
Publicate le 14. marras 2020 - 52,2 KBFunctiona con firefox 48.0 e plus recenteThe largest, widest and tallest image results are now indicated with small icons.Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.11
Publicate le 19. loka 2020 - 51,56 KBFunctiona con firefox 48.0 e plus recente- Minor fix for duplicate image resultsCodice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.10
Publicate le 18. loka 2020 - 51,56 KBFunctiona con firefox 48.0 e plus recente- Added image preview page
- Added "bypass result screen for single result" option
- Video tags are now shown properly
- Option page is shown upon first installCodice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.9
Publicate le 13. loka 2020 - 49,78 KBFunctiona con firefox 48.0 e plus recenteRegex for URL matching is fixed: https://github.com/kubuzetto/behind/issues/6Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.8
Publicate le 23. elo 2020 - 49,79 KBFunctiona con firefox 48.0 e plus recenteCodice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.7
Publicate le 20. heinä 2020 - 49,58 KBFunctiona con firefox 48.0 e plus recente- Added theme selection controls in the Options page into the main window as well
- Result pages of the add-on are no longer kept in browser history. Since this feature requires another permission (the history permission), it is left optional and can be disabled.Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.6
Publicate le 15. heinä 2020 - 48,21 KBFunctiona con firefox 48.0 e plus recenteDark themeCodice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.5
Publicate le 7. heinä 2020 - 44,9 KBFunctiona con firefox 48.0 e plus recente- Tweak the images page a little
- Waterfox compatibilityCodice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.4
Publicate le 6. heinä 2020 - 44,79 KBFunctiona con firefox 48.0 e plus recenteTweaked the CSS, re-added the missing SVG iconCodice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.3
Publicate le 6. heinä 2020 - 42,12 KBFunctiona con firefox 48.0 e plus recenteImage resolutions are now shown under the images.
SVG icon is changed with PNG, allowing compatibility with Chrome.Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.2
Publicate le 5. heinä 2020 - 25,01 KBFunctiona con firefox 48.0 e plus recenteAdded an options page where the user can choose to bring the new tab forward by default.Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.1
Publicate le 29. maalis 2020 - 23,62 KBFunctiona con firefox 48.0 e plus recente- Removed 'store' permission request.
- Added polyfill for chrome support, fixed some edge cases.
- Added message for when no images were found.Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.2.0
Publicate le 28. maalis 2020 - 16,13 KBFunctiona con firefox 48.0 e plus recente- Localization support implemented; Turkish and English is supported.
- Changed the execution model for a more lightweight background script. In this version, the background script is completely event-driven and does not store any state.
- Added support for capturing image from canvas tags (This uses toDataURL() and does not work for WebGL contexts where preserveDrawingBuffer flag is set to false).
- Fixed weird race condition issue where the context menu string is not updated when DOM traversal takes longer than context menu opening.
- This version also requires storage permissions. It does not do anything with it, but the next version will need the permission for the options page.Codice fonte publicate sub Licentia public Mozilla 2.0
Version 0.1.0
Publicate le 27. maalis 2020 - 13,58 KBFunctiona con firefox 48.0 e plus recenteCodice fonte publicate sub Licentia public Mozilla 2.0