Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.4.1 #81

Merged
merged 11 commits into from
Aug 15, 2024
Merged

Update to 1.4.1 #81

merged 11 commits into from
Aug 15, 2024

Conversation

maggi373
Copy link
Member

  • Fixes mirror url being used in rehash or add mod manually, now uses repo url
  • solder.py can now be run in only api or management mode aswell as both
  • update dependencies
  • on adding new mods, default type is now mod instead of none
  • some smaller fixes for database when migration
    • during technicmigration, none in notes are now fixed by having default
    • mod side default is now both and not null
    • mod type default is now mod
    • same applies on database setup but frontend already have fixes so no issues there.
  • solder api now respects mod side and optional tag

For people that migrated before 1.4.1 you need to run this mysql command in your database

UPDATE mods SET side = 'BOTH' WHERE side IS NULL

@maggi373 maggi373 merged commit 482e324 into main Aug 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant