This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
Releases: bluffingo/OpenSB-redudant-secondary-repo
Releases · bluffingo/OpenSB-redudant-secondary-repo
OpenSB Orange 1.1 Release Candidate 2
Full Changelog: bluffingo/OpenSB@v1.1-RC1...v1.1-RC2
Changes
- Fix stupid CDN-related bugs that were introduced in 1.1 RC1.
- A column grid system has been implemented. It's currently only used on profiles and submission view pages.
- Removed the Bootstrap frontend, since it wasn't worth bringing back. This might cause a PHP warning to show up to Qobo users who've changed their frontend to the Bootstrap one.
- Merged the 4 SCSS compilation scripts into one. It's able to detect if it's ran on Windows or not, and the
dev
switch makes dart-sass run with the--watch
switch, which makes it easier to compile frequent changes whilst working within the stylesheets.
Issues
- Custom thumbnails still don't work. This should be fixed in RC3.
- There's no pagination in the Members page.
- On some systems,
compile-scss.sh
might be executed usingsh
instead ofbash
, or it may usebash
but with POSIX compatibility (akin to the--posix
switch). If this happens, then the script won't work due to the OS detection code.
OpenSB Orange 1.1 Release Candidate 1
Full Changelog: bluffingo/OpenSB@v1.0...v1.1-RC1
NOTE: There's a bug in the uploader page which makes it unable to upload files properly.
OpenSB Orange 1.0
This release is unsupported and may not fully function. Please wait until Orange 1.1 comes out.
This version of OpenSB Orange is not really "finalized", but it's fine.
Quirks include hardcoded Qobo branding and incomplete functionality.
The jump from version Beta 3.0.0 to version 1.0 has to do with the fact that about 80-90% (I'm just guessing) of the code was rewritten, including both the frontend and backend. It would be weird staying on Beta 3 or jumping the version towards Beta 4.