Tags
Creators
Details
1.1.1-beta
Compatibility
Changes
📦 OP Credit Manager — Update Changelog
🇬🇧 English
✨ Features
🟢 Added more notification settings
🟢 Added the ability to link paylogs with deals
🟢 Added automatic linking of paylogs with matching deals
🔧 Changes
🔵 CreditManager GUI workflow was further improved
🔵 Paylog handling is now more integrated into the deal system
🔵 Notification behavior can now be adjusted more precisely
🚀 Improvements
🔵 Reworked and improved the GUI
🔵 Improved the overall structure and usability of several GUI screens
🔵 Improved paylog and deal interaction
🔵 Added further performance improvements
🐛 Bug Fixes
🔴 Fixed paylog detection where amounts were sometimes detected incorrectly
🔴 Fixed issues with payment amount recognition in paylogs
🔴 Fixed performance-related issues in several areas
🔴 Improved stability when working with paylogs and linked deals
🇩🇪 Deutsch
✨ Features
🟢 Mehr Einstellungen für Benachrichtigungen hinzugefügt
🟢 Verbinden von Paylogs mit Deals hinzugefügt
🟢 Automatisches Verbinden von Paylogs mit passenden Deals hinzugefügt
🔧 Anpassungen
🔵 Der GUI-Ablauf von CreditManager wurde weiter verbessert
🔵 Paylogs sind jetzt stärker in das Deal-System integriert
🔵 Das Verhalten von Benachrichtigungen kann jetzt genauer angepasst werden
🚀 Verbesserungen
🔵 GUI überarbeitet und verbessert
🔵 Aufbau und Bedienbarkeit mehrerer GUI-Seiten verbessert
🔵 Zusammenspiel zwischen Paylogs und Deals verbessert
🔵 Weitere Performance-Verbesserungen hinzugefügt
🐛 Bugfixes
🔴 Paylog-Erkennung behoben, bei der Beträge teilweise falsch erkannt wurden
🔴 Probleme bei der Betragserkennung in Paylogs behoben
🔴 Performance-Probleme in mehreren Bereichen behoben
🔴 Stabilität beim Arbeiten mit Paylogs und verbundenen Deals verbessert
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ItvWVn0A:fDoZfCPL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ItvWVn0A:fDoZfCPL"
}

