Skip to content

Commit 50b2ec4

Browse files
Release: 1.2.0
1 parent 5e34ad6 commit 50b2ec4

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export SUDO_PKG__VERSION := 1.1.0
1+
export SUDO_PKG__VERSION := 1.2.0
22
export SUDO_PKG__ARCH
33
export SUDO__INSTALL_PREFIX
44

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
page_ref: "@ARK_PROJECT__VARIANT@/agnostic-apollo/sudo/releases/1/v1.2.0.html"
3+
---
4+
5+
# sudo v1.2.0 - 2025-05-12
6+
7+
## Changelog
8+
9+
**Commit history:** [`v1.1.0...v1.2.0`](https://github.com/agnostic-apollo/sudo/compare/v1.1.0...v1.2.0)
10+
11+
 
12+
13+
14+
15+
### Fixed
16+
17+
- Pass the new `--interactive` flag along with `-c` to force open a tty as required by Magisk now. Related pull https://github.com/topjohnwu/Magisk/pull/8927. Related pull https://github.com/termux/termux-packages/pull/24684. ([`746ba74b`](https://github.com/agnostic-apollo/sudo/commit/746ba74b))
18+
- Call `sudo_set_su_variables()` before running tests to properly set `ANDROID_PATH`. ([`5e34ad65`](https://github.com/agnostic-apollo/sudo/commit/5e34ad65))
19+
20+
---
21+
22+
 

site/pages/en/projects/releases/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ page_ref: "@ARK_PROJECT__VARIANT@/agnostic-apollo/sudo/releases/index.html"
66

77
This page lists the releases info for [`sudo`](https://github.com/agnostic-apollo/sudo).
88

9-
**The currently latest release of `sudo` is [`v1.1.0`](1/v1.1.0.md).**
9+
**The currently latest release of `sudo` is [`v1.2.0`](1/v1.2.0.md).**
1010

1111
---
1212

@@ -43,6 +43,7 @@ Open a release to view its release notes and/or changelogs. Changelogs are gener
4343

4444
- [`v1.0.0`](1/v1.0.0.md)
4545
- [`v1.1.0`](1/v1.1.0.md)
46+
- [`v1.2.0`](1/v1.2.0.md)
4647

4748
---
4849

0 commit comments

Comments
 (0)