Releases: ModWorkshop/site
Releases · ModWorkshop/site
3.6.6
3.6.5
- Added use system date format for formatting full dates (If you prefer DD/MM/YYYY and use English with non relative dates)
- Relaxed padding on thread content a bit
- Hide tags from game feature
- Updated localization of few languages
- Add a check to prevent numerical unique names
- Made it so clicking a notification closes the notifications (hold ctrl to mimic the old behavior)
Bug fixes
- Fix game threads embed title
- Fix restore password not working when email is written capitalized
- Fix hitting max files prevents you from uploading more images
- Fix unable to save changes on modified tags if discarded once
- Fix clicking on "x" in selects not preventing click on the select
- Fix announcement banner "X" button performs link click through
- Fix image uploading not working when having at least 20 files
3.6.4
What's Changed
- Use strict-equal instead of lossy-equal by @KashEight in #526
- Bumped libraries.
- Changed tag order to addition date.
- Removed footer ad and replaced it with and ad between mods and threads.
- Fixed header links having issues with the header.
- Updated mod banner to have a consistent aspect ratio of 1:4 and updated recommended size.
Full Changelog: 3.6.3...3.6.4
3.6.3
What's Changed
- Updates libraries.
- Added background to inline code block.
- Improved the time you see when hovering time ago text + (edited) text to be properly formatted with full date + time.
- Added game name as alt text to game thumbnails.
- Changed repo URL to be an icon + text since it overflows the page.
- Updated API terms.
- Fixed headers not working properly with long text.
Full Changelog: 3.6.2...3.6.3
3.6.2
- Fixed markdown editor resetting its height when typing.
- Fixed some users not being able to save their user settings.
- Changed heading's font weight to be a bit less heavy.
- Added text shadow for colored text on light mode.
- Added new anchor buttons to headings:
- Added new API routes:
- api.modworkshop.net/latest Returns - latest file by version, this works best when paired with semver. You can also use ?prerelease to get prerelease files.
- api.modworkshop.net/latest/version - same as the previous but returns version.
- api.modworkshop.net/primary - returns the primary file (if it's set and is a file)
- api.modworkshop.net/latest/version - same as previous but returns version.
- Updated Nuxt and Laravel to latest.
Consider starring us, contributions are also welcome!
3.6.1
- Improved backend dockerimage by KashEight
- Added repository link to footer links
- Few fixes to audit log
- Fixed not being able to delete own mod comments
- Fixed selector trying to fetch when not needed.
- Fixed not being able to move forums for threads.
- Fixed wrong title for language and color in customize page.
- Fixed dropdown overflow
- Moved customize page link in header.
- Fixed an error when trying to change email.
3.6.0
Features
- Added support for static AVIF images allowing for lightweight high-quality images.
- Note: animated avif are not supported due to our library still not supporting it (and that one is also an upstream issue libvips/libvips#3629)
- Site now supports semver 2.0 versions.
- Added "Like Date" sorting to mods in the liked mods page.
- Added a way to change whether to show time as relative in some places.
- Added the ability to ignore games and mods, making mods not appear on the home page.
- Added support for Boosty.to for donations.
- Added repository URL for mods.
- Added initial audit log for moderators.
Bug fixes
- Fixed center and spoiler block not working properly in some cases.
- Fixed primary download getting cleared sometimes.
- Fixed mini profile not showing up sometimes.
- Fixed odd permission issue where some game admins couldn't access admin page.
- Fixed global search affecting the thread list.
- Fixed appeal forum link on suspension notice.
Changes
- Search has been improved with full text search support, stemming, word distance and similarity, allowing you to find mods more easily.
- Comments on places that you don't control (not your thread/mod) can now be edited only for 30 minutes. This is done as a precaution against bots and rule breaks.
- Spam check for new users is now checked in additional places such as comments and mods as precaution against bots.
~~- Update to the API:https://api.modworkshop.net/mods/123/files/latestreturns the latest non-beta file.
If semver isn't used, it will return the latest file based on order and then based on the update date.
It is recommended to use semver for consistency sake, otherwise use order as much as possible (The higher the order, the "newer" the file is).
If you wish to get prereleases (only semver supported!) include the ?prerelease=1 param.~~ This was supposed to be included, but wasn't. Will be included soon.
- Changed default sort to last updated.
- Some fixes for user color not properly working.
- Moved filters ad to top.
- Moved theme option to a new customize menu. Added the option also on footer near color and language selectors.
- Upgraded to Nuxt 4.
Design changes
- Changed the look of games to only display their mod count and thumbnail. Usually, the title is on the thumbnail itself / Game is recognizable.
- Multiple changes in game, mod, thread and user (report button is now tucked in a dropdown btw).
- Changed the look of grid mods a bit.
- Changed the look of list threads a bit.
- Tags are colored in both text and background, sorta like in GitHub issues. Making them a bit more readable.
- Added a slight shadow in some places.
