- 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
- Experimental Feature: Event Items Store Category
- Fixed "Try On" store items
- Deleted "Try On" store items code and moved it to the main item view page script
- Fixed Transactions page Bricks to IRL Price converter
- Transactions page bricks to IRL Price converter now doesn't say "$NaN" when the input is erased
- Deleted popup and installation HTML files as they aren't used and haven't been used for a while. I am thinking of adding a new popup when you click the extension icon in your browser toolbar but that will be different than the code that was there.
- New Feature: Show "Owners" instead of "Sales"
- Updated theme code to run on all pages, even when the "Theme Creator" feature is turned off so that CSS such as modal CSS can still apply without other scripts having to apply their own CSS blob to the page
- Updated context menu background code to remove all context menus created by the extension before creating the context menus so the error for duplicate context menu IDs won't keep appearing (hopefully, but I haven't gotten the error yet so...)
- Fixed "Trending Items" IRL Brick price breaking if any of the trending items are free
- Improved detection for the purchase button on item view pages
- Fixed the item view page not checking if the item isn't owned before trying to add the IRL Brick price
- Removed old setTimeout() code at the start of some files
- Updated the way the Theme Creator loads themes, it now loads instantly on page load! (credit to SK-Fast's old Poly+ extension for the realization)
- Guild stores now have IRL prices listed if the "Show IRL Price with Brick Count" setting is enabled.
- 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
- 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
- You can no longer wish-list place achievements
- Fixed IRL price and wish-listing game passes
- Fixed the "Item Wishlist" feature link on the inventory page sidebar linking to the wish-list directory several times if clicked on several times
- Fixed "owned" tags on the store main page only loading when the item grid updates, it now loads tags when initially loaded too
- Fixed "Modify Navbar" feature navbar items being shifted and the "Forum" link unable to be edited
- Added IRL prices to the "Game Passes" section of the place view page
- Added IRL prices to the "Trending Items" section of the homepage
- Updates to how the home.js file runs (going to rewrite it eventually)
- Pinned Games now have a gradient overlay displaying the likes and dislikes above the place thumbnail
- 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