-
Notifications
You must be signed in to change notification settings - Fork 8
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
Version 0.12.0 #251
Version 0.12.0 #251
Conversation
[CHORE] Update Rust crate regex to 1.9.6
[CHORE] Update dependency @types/react to v18.2.24
[CHORE] Update dependency vite to v4.4.11
@xiaojiafei520 Sorry for the pings, this should be the last one for a while. But could you update the |
@Bwc9876 No problem! |
@Bwc9876 Sorry, I couldn't find these keys in template.json and english.json. Do I need to add them myself? |
Strange, I'm able to access them here: https://github.com/ow-mods/ow-mod-man/blob/dev/owmods_gui/frontend/src/assets/translations/english.json
|
@Bwc9876 oh! Sorry,I forgot to update my branch |
Co-authored-by: SmallGarfield <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Core Changes
ProtocolInstallType
has been renamed toProtocolVerb
,ProtocolPayload::install_type
has been renamed toProtocolPayload::verb
ProgressPayload::parse
now returns aResult<ProgressPayload>
instead of aProgressPayload
, you now need to error handle for when an invalid progress payload is parsedProgressBars::process
now takes an ownedProgressPayload
instead of a&str
, you now need to handle parsing the progress payload (useProgressPayload::parse
)UnsafeLocalMod::Valid
is now placed in aBox
for less memory usagerun-game
protocol verbthumbnail
field toRemoteMod
and subsequentModThumbnail
structsearch_with_remote
method forLocalDatabase
, which searches the local database while taking remote db names into accountdonate_link
property toModManifest
for donation links (Add Donate Link Option To Manifest owml#561)Debug
on most structs for easier debuggingCLI Changes
raw
command for displaying database contents as JSON--assert-setup
to exit with code 2 if OWML isn't setuprun-game
protocol verbdonation_link
display inowmods info
GUI Changes
owmods
URIdonateLink
in their manifest (Add Donate Link Option To Manifest owml#561)Other Changes
README.md
in thenix
folder..deb
file. This process takes a while so we're currently working on getting a cachix instance ready for it.