Skip to content

Commit d6f9778

Browse files
committed
1.41.2 release info
Signed-off-by: Kyle Quest <kcq.public@gmail.com>
1 parent 04cd64a commit d6f9778

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Releases
22

3+
## 1.41.2 (5/28/2024)
4+
5+
### New Features
6+
7+
- The `--command-params-file` flag now works for the `slim` (aka `build`) and `xray` commands ( thanks to @Billy-North ).
8+
- The `--shell-cmd` flag for the `debug` command allowing you to be more explicit about the intent to use a shell (alternative to `--cmd`).
9+
- Basic DNS network probing.
10+
11+
### Improvements
12+
13+
- Renamed the `--auto-run-as-non-root` `debug` command flag to `--fallback-to-target-user`.
14+
- Improved non-root user handling for the `debug` command (to disable the automated user identity selection logic set `--fallback-to-target-user` to false)
15+
16+
### Bug Fixes
17+
18+
- Use the custom entrypoint and cmd when they are not empty for the `debug` command ( fixed by @sword-jin )
19+
20+
321
## 1.41.1 (4/5/2024)
422

523
### New Features

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ Elixir application images:
192192

193193
## RECENT UPDATES
194194

195-
Latest version: `1.41.1` (`4/5/2024`)
195+
Latest version: `1.41.2` (`5/28/2024`)
196196

197-
The 1.41.1 version adds a number of `debug` command enhancements and doc updates in addition to various `build` command enhancements.
197+
The 1.41.2 version adds a number of `debug` and `build` command enhancements.
198198

199199
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
200200

@@ -211,15 +211,15 @@ mint update
211211

212212
1. Download the zip package for your platform.
213213

214-
- [Latest Mac binaries](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac.zip`)
214+
- [Latest Mac binaries](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_mac.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_mac.zip`)
215215

216-
- [Latest Mac M1 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac_m1.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac_m1.zip)`)
216+
- [Latest Mac M1 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_mac_m1.zip) (`curl -L -o ds.zip https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_mac_m1.zip)`)
217217

218-
- [Latest Linux binaries](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux.tar.gz`)
218+
- [Latest Linux binaries](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux.tar.gz`)
219219

220-
- [Latest Linux ARM binaries](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux_arm.tar.gz`)
220+
- [Latest Linux ARM binaries](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux_arm.tar.gz`)
221221

222-
- [Latest Linux ARM64 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux_arm64.tar.gz`)
222+
- [Latest Linux ARM64 binaries](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux_arm64.tar.gz`)
223223

224224
2. Unzip the package and optionally move it to your bin directory.
225225

@@ -1251,11 +1251,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st
12511251

12521252
1. Get the **Mint** app binaries:
12531253

1254-
* [Mac](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac.zip),
1255-
* [Mac M1](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_mac_m1.zip),
1256-
* [Linux](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux.tar.gz),
1257-
* [Linux ARM](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux_arm.tar.gz),
1258-
* [Linux ARM64](https://github.com/mintoolkit/mint/releases/download/1.41.1/dist_linux_arm64.tar.gz)
1254+
* [Mac](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_mac.zip),
1255+
* [Mac M1](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_mac_m1.zip),
1256+
* [Linux](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux.tar.gz),
1257+
* [Linux ARM](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux_arm.tar.gz),
1258+
* [Linux ARM64](https://github.com/mintoolkit/mint/releases/download/1.41.2/dist_linux_arm64.tar.gz)
12591259

12601260
Unzip them and optionally add their directory to your `PATH` environment variable if you want to use the app from other locations.
12611261

0 commit comments

Comments
 (0)