Releases: nubpro/SGM-Extension
Releases · nubpro/SGM-Extension
v2.1.2
v2.1.1
v2.1.0
Added
- d91bf4b Background script to communicate with content scripts.
- #7 d91bf4b Keep the homepage cached in the background re-fetching every 60 seconds, use the background script to communicate this to the content scripts.
- #7 d91bf4b New posts widget on Shoutbox view.
Changed
- e75ca98 Inject CSS on page load start, not end.
- 3247cff Use axios for requests on Steam Badge, not HTML5 XHR. This provides a more streamlined library that is easier to read.
- #7 82637d1 9706e20 Timestamps on new post widget aren't pretty, this uses the built in
XenForo.activate
function (built into XenForo) to "activate" the new posts widget when it's created / updated.
Fixed
v2.0.7
Note
An issue with the build process will render the npm run build
command output unusable. However, npm run dev
functions as expected.
Added
Changed
- 63c29c1 Refactored style.css to style.scss and it's subcomponents for easier management
Fixed
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
Retool of the entire extension.
Added
- 7d045d2 package.json added (for node based tooling)
- 7d045d2 Added .gitignore to ignore toolkit build/output dirs
- 7d045d2 Added icon vector (new icon)
- 7d045d2 Added PNG versions of new icon vector in 128x128 and 16x16
- 7d045d2 Use steamstate-{personastate} CSS classes instead of JS to control style in Steam Badge
- 7d045d2 Created inline library for communicating with the Steam API backend
- 7d045d2 Migrated Steam badge support
- 7d045d2 Color mod for shoutbox, migrated & improved.
- 7d045d2 Height handle, migrated and improved. Now using localstorage (not cookies). Sets height as DOM is loading, not afterwards - no shoutbox snapping issue.
- 7d045d2 Migrated scroll fix.
Changed
- 7d045d2 Retooled extension to use webextension-toolbox to compile and add features.
- 7d045d2 Updated README.md with additional information for new toolkit
- 7d045d2 more streamlined pagescripts, removed redundant stylesheet usage and script usage from manifest as well
Removed
- 7d045d2 old / unused code from 2.0.1