- Avatar Sandbox rewrite
- Updated owned item tags code
- Inventory Collectibles Category
- Great Divide Features ("Potentially Unbalanced" indicator in server list and User Statistics tab on profiles)
- Refreshed Settings Page design
- Fixed library item type detection
- Breadcrumbs on the view page for models, audios, decals, and meshes now link to the Library instead of the Store.
- If the document loads prior to the DOMContentLoaded event being registered in the sitewide.js file, then it'll still run everything as normal instead of just not running
- Updated README.md
I was bored so:
- You can now make a profile act like a birthday profile by appending ?birthday=true to the URL
- new great divide event feature
- event place cards now have a animated gradient instead of a still gradient
- you can now extract textures from an official polytoria item easily in the extension popup (temporarily disabled)
- new avatar dimension toggle feature
- fixed library-download.js errors due to it trying to run on official polytoria item pages
- disabled best friends feature
- improved load asset by ID in avatar sandbox (originally was quickly added cause I was bored, now it actually works with different asset types and stuff)
- add work in progress "automatic ad bidding" feature modal
- fixed apply membership themes with nested setting objects
- fixed try-on items feature defaulting to giving the preview avatar shirt and pants even if the user's avatar didn't have them
- fixed "download place file" because site no longer uses csrf tokens
- rewrote settings
- reorganized several settings as nested objects
- added avatars enabled sub-setting of collectibles hoarder list
- added default min copies
- new feature: "Timed-Item Owner Check"
- new feature: "Hide User Ads"
- Added new feature: "Collectibles' Hoarders List"
[ IMPROVEMENTS ]
- Reorganized resources folder to be in the root directory rather than a sub-folder of the javascript folder
- Added a new feature: "Quick Library Downloads"
- Basically finished the "Event Items Store Category" feature
- Added more manifest.json information
- "Run Update Notifier" context menu item now only runs on the developer debug page and nowhere else
- Settings are automatically saved whenever you edit the value of a select field
- Added accurate names for element IDs on the settings page so I can link to them
- If there is a hash/anchor URL specified in the settings page redirect URL it will carry the hash/anchor URL over to the local page URL
- Update banner on settings page with 2 options: go to releases page on this GitHub repository or to skip this update (unrecommended)
- You can now skip updates (again, unrecommended)
- Added "Reset to Default" button on all options modals on the settings page which will reset that setting's specific options to their defaults.
- Removed element IDs from the "Modify Navbar" feature options modal (they were there due to the old way options modals worked before release)
- Renamed polyplus-settings.js to settings.js
- Updated all "IRL Price with Brick Count" display code to have different variable names
- "IRL Price with Brick Count" is more accurate by parsing abbreviated numbers into their full number (fixing odd bugs that would happen with things such as a user's networth) - it is still not super accurate when it comes to users' networth but it's way better than before
- You can now clear specific data locations (chrome.storage.sync and chrome.storage.local) on the extension's debug page
- Updated update notifier code
- The profile page now uses the utilities to calculate the "IRL Price with Brick Count" result rather than using the old repetitive code
- Added another extension icon for when the extension has an update available - it currently isn't used anywhere due to the code for it not working for some reason
You are now able to see the version number, build type (stable or pre-release), and quickly check for updates
The text has been changed to say "made by Index with the help of several contributors" instead of just "made by Index"
- Improved settings page ("*unsaved" title when not saved yet, redesigned toggle indicators, redesigned toggle buttons, and small changes)
- data-URL property of the body HTML tag is now the pathname rather than the full URL
- Work in progress places integration for Pinned Games (on the actual places page, debating deleting this or not)
- Code cleanup
- Code improvements
- Added .gitignore
- Updated specific.css to use pathnames rather than the full URL
- Updated data_structure.txt reference for developers
- Changed manifest version name to pre-release build so you can tell what build you are using
- Repetitive code is now way easier to edit as it is now stored in the utility module rather than the same code in several different files
- Changed "Theme Creator" Copy JSON button to have the text "Copy" rather than rely on an icon due to me forgetting to import fontawesome
- Hopefully fixed the store page randomly not working by not showing IRL prices or not showing the owned tags (may rewrite the entire code for that file since it is pretty old like Early Summer 2023)
- Fixed clicking on "Poly+" in the sidebar on the settings page sending you to an invalid page (due to browser security stuff) which wasn't happening to me before public beta
- Disabled importing theme data JSON for now to ensure security