Skip to content

Releases: saadbruno/openrct2_plugin_repository

API

08 Aug 03:09
Compare
Choose a tag to compare

NEW:

What's Changed

New Contributors

Full Changelog: 2.0.2...2.1.0

Fixed "updated date" sometime snot working

08 Feb 16:46
01ea980
Compare
Choose a tag to compare
Merge pull request #35 from saadbruno/fix-updated-date

fixed updated date not working

hotfix for hamburger menu not working on mobile

14 Sep 21:43
Compare
Choose a tag to compare

hotfix for hamburger menu not working on mobile

Remove jQuery, upgrade Bootstrap

14 Sep 21:27
4d9a2c3
Compare
Choose a tag to compare

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

12 Sep 12:50
7d460f1
Compare
Choose a tag to compare

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

12 Sep 01:08
11efb48
Compare
Choose a tag to compare
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

12 Sep 00:46
e91195f
Compare
Choose a tag to compare
Merge pull request #29 from saadbruno/no-update-on-existing

avoid changing the "submitted at" value when plugin already exists

Fix for issue #23

12 Sep 00:21
689cbdc
Compare
Choose a tag to compare

Fixes issue #23

reduce mysql docker memory footprint

11 Sep 23:10
346522c
Compare
Choose a tag to compare
Merge pull request #26 from saadbruno/reduce-mysql-memory-footprint

reduce mysql memory footprint

Improvements to Docker setup

11 Sep 22:01
Compare
Choose a tag to compare

made it a lot simpler