Skip to content

Commit

Permalink
version bump to 1.2.33.1039
Browse files Browse the repository at this point in the history
- enabled сanvas (experimental)
  • Loading branch information
amd64fox committed Mar 11, 2024
1 parent 7294345 commit 8d6b15d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,16 @@
"fr": "1.2.31",
"to": ""
}
},
"CanvasNpv": {
"name": "enableCanvasNpv",
"description": "Enables short, looping visuals on tracks",
"native_description": "Enables short, looping visuals on tracks",
"value": "canvas-play-loop",
"version": {
"fr": "1.2.33",
"to": ""
}
}
},
"binary": {
Expand Down Expand Up @@ -1659,7 +1669,7 @@
"fr": "1.1.92",
"to": ""
},
"match": "\\[(.\\...\\.)en,.\\...\\.a(.+?\\])",
"match": "\\[(.\\..{1,2}\\.)en,.\\..{1,2}\\.a(.+?\\])",
"replace": "[$1en,$1ru]"
},
"goofyhistory": {
Expand Down
2 changes: 1 addition & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ if (!($version -and $version -match $match_v)) {
}
else {
# Recommended version for Win 10-12
$onlineFull = "1.2.32.997.g4c6498b6-2894"
$onlineFull = "1.2.33.1039.g8ddb5918-4271"
}
}
else {
Expand Down

0 comments on commit 8d6b15d

Please sign in to comment.