Skip to content

Commit

Permalink
Version 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nitanmarcel committed Nov 30, 2023
1 parent 282a384 commit 1ddd46b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

waydroid-magisk (1.2.12) bullseye; urgency=medium

* Revert "Temporarily change magisk-delta URL to magisk-delta.old"
* Default to canary if release has been given as target release channel
* Magisk Delta has been upstream renamed to Kitsune Mask

-- Marcel Alexandru Nitan <nitan.marcel@protonmail.com> Thu, 30 Nov 2023 10:54:50 +0200


waydroid-magisk (1.2.11) bullseye; urgency=medium

* waydroid_magisk: temporary change magisk-delta URL to magisk-delta.old
Expand Down
2 changes: 1 addition & 1 deletion waydroid_magisk.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
level=logging.INFO,
datefmt="%H:%M:%S")

VERSION = '1.2.10'
VERSION = '1.2.12'

MAGISK_HOST = "https://huskydg.github.io/magisk-files/"
MAGISK_CANARY = "%s/app-release.apk" % MAGISK_HOST
Expand Down

0 comments on commit 1ddd46b

Please sign in to comment.