Skip to content

Commit

Permalink
Release v2020-12-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezwen committed Dec 15, 2020
1 parent eb0810a commit 79f3d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Changelog

== NEXT
== v2020-12-15

- Now gracefully fails when some artist or release path is unfortunately resolved into an existing regular file (and not a folder).
- If the artist or release folder already exists, but with a different case, this existing folder will be used.
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/bandcampcollectiondownloader/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package bandcampcollectiondownloader
object Constants {

const val LINESIZE: Int = 130
const val VERSION: String = "v2020-12-06"
const val VERSION: String = "v2020-12-15"
val UNICODE_CHARS_REPLACEMENTS = hashMapOf<Char, Char>(
':' to '',
'/' to '',
Expand Down

0 comments on commit 79f3d16

Please sign in to comment.