All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added automatic artifact downloading to the rust updater script
- Added the Downloads page
- Fixed the amount of skeletonCards in the comp page from 20 to 10.
- Modified workflow files for the new Downloads page
- Modified the
status.json
file to include more values for the download page.
- Put the tmdb hex into the config, instead of a secret variable
- Added CSP to the
_errorPages
and some other small fixes
- .yml files for automatic releases
- Modified rust comp updater to get the secrets using the environmental variables
- Added CSP to the pages
- Changed directories of the website
- Aesthetic changes and error handling improvements to the rust comp updater
- Fixed the top bar changing its width when typing on the comp page
- Removed Coming soon page
- Removed
Gamma-Boi
- Removed inline javascript
- Comp List
- Added mobile support
- Added comments to the javascript code
- General
- Did a lot of cleanup and bug fixes with the rust updater script
- Main Page
- Improved mobile support
- Smoll styling changes
- Comp List
- Check if the page search bar contains a number
- fixed
minNumberElement
displaying that there is a page while there isn't - fixed
x results found
text to display the correct number - fixed css browser compatibility
- removed unused css
- Moved color accents to
required.css
- Made
updated_date
automatically change time format based on the user
- Updater Script
- Fixed
game_skips.json
not getting saved - Made homebrew database updater into a separate function
- Changed the last_updated string into
rfc3339
format - Tidied up the code for getting the
status_tag
,code
, andissue_type
- Improved error handling
- Merged the two config classes into one
- Fixed folder creation
- Updated the config
- Fixed direction of issues being flipped
- Fixed
-
General
- added avif images (if supported on the client) for the logo's, this resulted in a ~90% size reduction of the images.
- Added an animation for the header when it's done loading
-
Main Page
- Added an animation for the
main2
section.
- Added an animation for the
-
Comp List
- Added an animation for the status bars when it's done fetching the
storage.json
- Added animations for the GameCard's
- Added placeholders for when it's fetching the
storage.json
- Added id/code searching
- Added page searching
- Added an animation for the status bars when it's done fetching the
-
General
- Improved text
- Hid alt text on images
- Finished
animationHandler()
-
Comp List
- Changed the
Playable
color from #24bb2d to #5fac4e - Made
gameCardHandler()
only return the first 10 issues on load - Improved General code
- Made the
N/A
image text for games without an image toGAME
- Changed the
- Comp List
- Removed unnecessary id's for the status bar's
- Removed
addEventListener
in favor of theonInput
method for the search bar's