Releases: saadbruno/openrct2_plugin_repository
Releases · saadbruno/openrct2_plugin_repository
API
NEW:
- API by @saadbruno in #43
What's Changed
- show github api query cost and limit on the logs by @saadbruno in #36
- Fix for Custom license should link to the license.md file #9 by @Harry-Hopkinson in #38
- Fix tables incorrectly formatted. by @Harry-Hopkinson in #40
- Replace relative image links by @Harry-Hopkinson in #39
- Improve formatting of tables by @Harry-Hopkinson in #41
- update to bootstrap 533 by @saadbruno in #42
New Contributors
- @Harry-Hopkinson made their first contribution in #38
Full Changelog: 2.0.2...2.1.0
Fixed "updated date" sometime snot working
Merge pull request #35 from saadbruno/fix-updated-date fixed updated date not working
hotfix for hamburger menu not working on mobile
hotfix for hamburger menu not working on mobile
Remove jQuery, upgrade Bootstrap
This release removes jQuery completely from the website.
To do this, we had to:
- Upgrade Bootstrap to the latest version, since v4.4 depends on jQuery.
- To upgrade Bootstrap, since we're using the Sass version, we had to change our Sass compiler, since node-sass is not supported anymore.
- We're now using dart-sass, which changed the docker setup a bit.
- Dart sass supports watching for changes, so this makes the development easier.
- After upgrading bootstrap and fixing all UI issues introduced with it, we could finally remove all jQuery code from
/code/public/js/orc2p.js
Updates to the "last updated" date for plug-ins
we now use the date of the latest release.
If a release doesn't exist, we use the date of the latest commit.
added option to sort by recently updated plug-ins
Merge pull request #30 from saadbruno/updated-sorting added option to sort by recently updated plug-ins
avoid updating the "submitted at" field when not necessary
Merge pull request #29 from saadbruno/no-update-on-existing avoid changing the "submitted at" value when plugin already exists
Fix for issue #23
Fixes issue #23
reduce mysql docker memory footprint
Merge pull request #26 from saadbruno/reduce-mysql-memory-footprint reduce mysql memory footprint
Improvements to Docker setup
made it a lot simpler