Tags
Creators
Details
1.8.1
Compatibility
Changes
This is a small maintenance release focused on compatibility and a ton of bug fixes and uploader improvements.
Changelog
Bug Fixes
- Use dedicated exception for absolute path (redo GraphApiException) — improves error clarity.
- Fix S3Uploader to respect remote save directory.
- Fix FTP remote directory handling.
- Prevent external backups from sometimes using the same temp folder.
- Avoid index exceptions in the status command.
- Print stack trace on local backup failures when a generic exception occurs.
- Remove rogue character in workflow and miscellaneous actions dependency bumps.
New Features
- Fast-track international config that require no modifications to the latest version provided.
Translations
- Update German translation. (thanks to @StillGreen-san)
Maintenance / Dependencies
- Bumped various action/dependency versions and Express/path-to-regexp updated in Authenticator.
Full Changelog: https://github.com/MaxMaeder/DriveBackupV2/compare/v1.8.0...v1.8.1
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:BQbKkmMm:ACUmNLdS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BQbKkmMm:ACUmNLdS"
}

