Fairy Ring version history - 25 versions
Fairy Ring by Danger Dev
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 0.13.3
Released May 31, 2024 - 177.32 KBWorks with firefox 109.0a1 and later, android 120.0 and later### BETA 0.13.3:
Bug Fix:
+ Added support for Gold Tortoise and Gold Badgers.Source code released under The MIT License
Download FirefoxYou'll need Firefox to use this extensionOlder versions
Version 0.13.2
Released Apr 27, 2024 - 177.39 KBWorks with firefox 109.0a1 and later, android 120.0 and later### BETA 0.13.2:
Bug Fix:
+ Fixed a bug with the "open all" buttons on wildlife pages which caused gardens on the first page to not be tracked as already having been opened.
+ Fixed a bug where refreshing the garden by clicking the garden name assumed that you had just watered it (thus setting the plate % to 0).Source code released under The MIT License
Version 0.13.1
Released Apr 27, 2024 - 177.32 KBWorks with firefox 109.0a1 and later, android 120.0 and later### BETA 0.13.1:
Bug Fix:
+ Fixed a bug where refreshing the garden by clicking the garden name assumed that you had just watered it (thus setting the plate % to 0).Source code released under The MIT License
Version 0.13.0
Released Apr 21, 2024 - 177.57 KBWorks with firefox 109.0a1 and later, android 120.0 and later### BETA 0.13.0:
Major Changes:
+ This update changed many things on the backend in order to migrate from Chrome manifest V2 to V3 which had a deadline of June 2024.
Permissions changes:
+ Note: Fairy Ring can still only work on fairylandgame.com and does not collect any data. All changes here were simply requirements to work with ManifestV3.
+ Added "scripting" as a permission due to this being a requirement to use insertCSS in ManifestV3, which we use to insert the dark theme.
+ Converted Browser_action to "action" per ManifestV3.
+ Converted background script background.js to be a service_worker. This is the script that tells Fairy Ring when to load (when it sees you are on fairylandgame.com).
+ Added new web accessible resource script "onloadlistener.js" which can only be loaded on fairylandgame.com. This script converted the old inline script method of listening for garden refreshes and further details can be seen below.
Backend changes:
+ Converted inline script for listening to Ajax calls to instead be injected as a file, OnLoadListener.js. This is how Fairy Ring knows when the page is done loading after you water a garden so that it can run again. This is a safer way of doing this and is enforced in Manifest V3 so is required.
+ Changed background.js (for applying dark mode) from the legacy tabs.insertCSS to use chrome.scripting.insertCSS for ManifestV3. This works the same functionally and is for applying the dark mode for users who turn it on.
+ Changed the 'scriptvalue' element checkbox to be "LoadCompleteCheckbox" for clarity. This is used as a marker on the page to indicate that the AJAX listener has seen that it has completed it's loading so that fairy ring can run safely.
+ Added function "injectScript" which injects OnLoadListener (the AJAX listeners) as detailed above.
- Removed inline script for this LoadCompleteCheckbox/AJAX listeners which has been replaced by OnLoadListener.js. This way was incompatible with Manifest V3 and the new way is safer.
+ Updated Jquery to 3.7.1.
+ Updated icon update paths in background.js to be absolute paths and changed browserAction to action for manifestV3.
Other Changes:
+ Fixed the Dark Mode theme not applying to the wildlife quick search bar.
+ Added support for the 4 new gold wildlife types, and for the last 2 categories of Alice that have been causing "NaN%" errors on plates.Source code released under The MIT License
Version 0.12.14
Released Jun 8, 2023 - 175.9 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.14:
Bug Fix:
+ Fixed the (ownername) and (fairyname) features for the typer.Source code released under The MIT License
Version 0.12.13
Released Feb 24, 2023 - 175.96 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.13:
Features:
+ Added a toggle (off by default) to hide the watering can animation. This means that you can have normal animations on while hiding just this.
Bug Fix:
+ Fixed a crash caused by the game renaming pond & garden creatures to "underwater" when they were spotted underwater.Source code released under The MIT License
Version 0.12.12
Released Jan 2, 2023 - 175.76 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.12:
Bug Fix:
+ Fixed a crash caused by birthday cakes being changed to "15th birthday cake". Re-did the check for this so this will not happen in the future hopefully.
+ Added support for the new birthday wildlife.Source code released under The MIT License
Version 0.12.11
Released Dec 1, 2022 - 175.66 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.11:
Bug Fix:
+ Fixed a crash caused by birthday cakes being changed to "10th birthday cake". Added a few years of future cakes as well for future proofing.
+ Changed urls to update my updated github name.Source code released under The MIT License
Version 0.12.10
Released Jun 18, 2022 - 175.59 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.10:
Bug Fix:
+ Fixed an issue with the new "Toad" creature causing crashes.Source code released under The MIT License
Version 0.12.9
Released May 19, 2022 - 175.63 KBWorks with firefox 57.0 and later, android 57.0 to 68.*Bug Fix:
+ Fixed an issue with certain critters showing up as "NaN" (5 and 6 word creatures)Source code released under The MIT License
Version 0.12.8
Released Apr 17, 2022 - 175.61 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.8:
Bug Fix:
+ Added support for the new 4th table from the alice challenges so that the top right "total percentage chance" works with it.
+ Fixed a bug which was crashing fairy ring for gardens with "just right porridge"Source code released under The MIT License
Version 0.12.7
Released Oct 10, 2021 - 175.57 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.7:
Bug Fix:
+ Added support for the new alice critters pt 2 release.
+ Fixed the new food and text clippingSource code released under The MIT License
Version 0.12.6
Released Aug 3, 2021 - 175.5 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.6:
Bug Fix:
+ Fixed a crash caused by the update to the new food plate formatting.
+ Fixed a dark theme issue where certain backwall posts were being highlighted as blueSource code released under The MIT License
Version 0.12.5
Released Jul 31, 2021 - 175.11 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.5:
Bug Fix:
+ Fixed birdbaths causing Fairy Ring to crash.
+ Fixed custom food plates not showing visit window above them.
+ Fixed an issue with text wrapping on the visit window.Source code released under The MIT License
Version 0.12.4
Released Jul 30, 2021 - 175.08 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.4:
Bug Fix:
+ Added support for the new Alice food.
+ Added the new Alice creatures.
+ Rewrote how timings are written above food plates.Source code released under The MIT License
Version 0.12.3
Released May 11, 2021 - 174.8 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.3:
Bug Fix:
+ Fixed the open all buttons which were broken with the latest update
+ Many various dark theme fixes as the dark theme was ravaged by the new update.Source code released under The MIT License
Version 0.12.2
Released Mar 21, 2021 - 174.73 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.2:
Changes:
+ Reworded the "hide gardens with no food" button to include frozen gardens. It always did this but now it says it.
+ Changed the update color highlight text, it should be a bit easier to read now.
Bug Fix:
+ Fixed a bug where frozen gardens were no longer being hidden when the "hide gardens with no food" button was checked.Source code released under The MIT License
Version 0.12.1
Released Mar 21, 2021 - 174.7 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.1:
Features:
+ Added a new button toggle in the settings to reorder the search gardens box on the home page. This will move it to the top of the page if enabled.
Changes:
+ The "hide gardens on the homepage with no food" will now also hide wilting gardens with no food.
+ + Before this did not hide wilting gardens due ot the valuable snails, but as they are now removed I feel it is no longer needed.
+ Changed the dark theme for the new homepage, it should look much better.
Bug Fix:
+ Fixed the homepage open all buttons which were broken with the recent homepage update.Source code released under The MIT License
Version 0.12.0
Released Mar 12, 2021 - 174.69 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.12.0:
Features:
+ Updated timings for the latest food changes
+ + A script was made and we collected and analyzed 50k records of recent wildlife visits with the new food.
+ + To see our findings and the data, the link is here: https://docs.google.com/spreadsheets/d/1LBwHMC0UqZjxoIxJWJ9WNE5emCklzAeqvfpAuDNibIE/
+ Added the ability to buy custom amounts of dusts at the store.
Changes:
+ Added "dead time" to the food timing equation, in a nutshell this considerably increases the accuracy of it all in general and you will see more plates with a negative number indicating that nothing can currently be present.
+ Minor formatting changes in some menus.
+ Removed the dark mode transparent gold image for prizes, it was causing images to stack vertically rather than horizontally and sadly with how fairyland was made I'm not sure of how to do it otherwise and so it'll just break the dark theme when you occasionally see it as white boxes, but you wont have gold going off the page.
Bug Fix:
+ Fixed a dark mode bug which made some text for the sprinkle timer dissapear due to sizing.Source code released under The MIT License
Version 0.11.4
Released Jan 13, 2021 - 172.88 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.11.4:
Changes:
+ The Open all button on wildlife pages will no longer ignore gardens which have blocked you as you can now water in them. This could be added as a toggle-able option if requested.
Bug Fix:
+ Fixed a crash caused by the latest update involving blocking people. Anytime you would visit a garden which had blocked you fairy ring would not function.Source code released under The MIT License
Version 0.11.3
Released Dec 12, 2020 - 172.96 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.11.3:
Bug Fix:
+ Fixed a bug which was occasionally causing (ownername) to not insert the owner's name. This was because the name was loading before fairy ring's code could run sometimes when the open-all buttons were used and it'd have to load a bunch of gardens at once. Added a check for this.Source code released under The MIT License
Version 0.11.2
Released Dec 11, 2020 - 172.94 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.11.2:
Bug Fix:
+ Fixed a bug which was preventing the blocklist from updating when the "persistent opened gardens" option was not checked.Source code released under The MIT License
Version 0.11.1
Released Dec 6, 2020 - 172.9 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.11.1:
Bug Fix:
+ Fixed a bug where (ownername) wasn't working in the typer tab box for when a critter is spotted.Source code released under The MIT License
Version 0.11.0
Released Dec 6, 2020 - 172.9 KBWorks with firefox 57.0 and later, android 57.0 to 68.*Features:
+ Added "persistent opened garden sessions" setting
+ When off: The open all buttons on wildlife pages functions as it did before (if you refresh or go to a different one it resets.
+ When on: The open all button will now keep track of which gardens you have opened across all wildlife pages and after resets or even closing your browser, it can only be manually reset by clicking the button.
+ This means that you can hunt multiple wildlife types without opening the same gardens. Note, this does not impact the open all buttons on garden pages themselves, only wildlife.
+ Added (ownername) as an option that you can use in the typer tab, this will insert the garden owner's name into your message so you can thank them!
+ You may notice that it takes a second to fill it in rather than everything else being instant, this was the initial problem because the page takes longer to load the garden owner name because it has to fetch it from facebook each time. I found a way to have it simply insert it once the page gets it without having to stop everything to wait for it.
Changes:
+ Added a toggle checkbox in settings to turn off the "and has a percent chance of..." message in the bottom right status message on gardens. It will now be off by default but can be re-enabled.
+ Some changes on the backend to make Fairy Ring run a bit faster/more efficientSource code released under The MIT License
Version 0.10.3
Released Oct 5, 2020 - 171.46 KBWorks with firefox 57.0 and later, android 57.0 to 68.*### BETA 0.10.3:
Features:
+ You can now left click wilted plants to revive them (if the left click to water option is enabled).
Changes:
+ Added a timestamp in the browser console which shows how long it took for fairy ring to load (if debug enabled).
+ Re-organized the settings page and fixed some grammar mistakes.
Bug Fixes:
+ Fixed an issue with the dark theme which caused errors when refreshing gardens
+ Removed some pointless console logsSource code released under The MIT License