Release 0.7.6#343
Merged
Merged
Conversation
fix: English translation and Create Lang usage fix.
…ev/patch-visual-revamp # Conflicts: # src/main/java/de/theidler/create_mobile_packages/toast/types/PackageToast.java
feat: Visual revamp of toast notifications
Update gradle
Contributor
There was a problem hiding this comment.
Pull request overview
Release 0.7.6 focused on UI polish and FluidLogistics compatibility, plus build/release pipeline updates for publishing and notifications.
Changes:
- Updated toast visuals/layout (new background styling, adjusted icon/text positions, redesigned package item grid with overflow handling).
- Fixed a translation key typo for the Portable Stock Ticker address hint and corrected an English tooltip grammar issue.
- Added Create: FluidLogistic toast rendering support (fluid amount overlay) and extended CI to post Discord release notifications; upgraded Gradle wrapper/versioning for the release.
Reviewed changes
Copilot reviewed 13 out of 15 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/main/resources/assets/create_mobile_packages/lang/en_us.json | Fixes tooltip grammar (“send” → “sent”). |
| src/main/java/de/theidler/create_mobile_packages/toast/types/SimpleToast.java | Adjusts icon/title/subtitle positioning for the new toast design. |
| src/main/java/de/theidler/create_mobile_packages/toast/types/PackageToast.java | Redesigns package toast item rendering (slots/overflow) and integrates FluidLogistics count rendering. |
| src/main/java/de/theidler/create_mobile_packages/toast/Toast.java | Replaces flat background fill with styled border/background/accent bars. |
| src/main/java/de/theidler/create_mobile_packages/items/portable_stock_ticker/PortableStockTickerScreen.java | Fixes CreateLang translation key typo for the address hint. |
| src/main/java/de/theidler/create_mobile_packages/compat/fluidlogistics/CFLClientBridge.java | Adds client-side helper to render FluidLogistics fluid amounts in toast slots. |
| src/main/java/de/theidler/create_mobile_packages/compat/fluidlogistics/CFLBridge.java | Adds helpers to decide when/how to display fluid contents and read fluid amounts via capabilities. |
| gradlew.bat | Changes wrapper invocation to use -jar with an empty CLASSPATH. |
| gradlew | Changes wrapper invocation/CLASSPATH handling and switches to -jar. |
| gradle/wrapper/gradle-wrapper.properties | Updates Gradle distribution version. |
| gradle.properties | Bumps mod_version to 0.7.6. |
| CHANGELOG.md | Adds 0.7.6 release notes entry. |
| build.gradle | Makes FluidLogistic a runtime dependency and marks it optional for CurseForge publishing metadata. |
| .github/workflows/build-and-deploy.yml | Adds steps to parse changelog/properties and send a Discord release notification after publishing. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.