File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515### Fixed
1616
1717- Memory corruption/crashing caused by faulty ring buffer dequeue implementation.
18+ - Updater: self-update URL was incorrect after the main git branch was renamed. Please manually re-download ` mt32pi_updater.py ` .
1819
1920## [ 0.13.0] - 2023-02-23
2021
Original file line number Diff line number Diff line change 2323# -----------------------------------------------------------------------------
2424# Changelog
2525# -----------------------------------------------------------------------------
26+ # 0.2.5 - 2023-03-18
27+ # - Fixed self-update URL after renaming main git branch.
28+ #
2629# 0.2.4 - 2022-06-15
2730# - Backup and update config.txt, merge avoid_warnings setting.
2831# - Improved error handling.
8588
8689GITHUB_REPO = "dwhinham/mt32-pi"
8790GITHUB_API_URL = f"https://api.github.com/repos/{ GITHUB_REPO } /releases"
88- SCRIPT_URL = f"https://github.com/{ GITHUB_REPO } /raw/master /scripts/mt32pi_updater.py"
89- SCRIPT_VERSION = "0.2.4 "
91+ SCRIPT_URL = f"https://github.com/{ GITHUB_REPO } /raw/main /scripts/mt32pi_updater.py"
92+ SCRIPT_VERSION = "0.2.5 "
9093
9194# Config keys
9295K_SECTION = "updater"
You can’t perform that action at this time.
0 commit comments