You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Releases
2
2
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 )
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -192,9 +192,9 @@ Elixir application images:
192
192
193
193
## RECENT UPDATES
194
194
195
-
Latest version: `1.41.1` (`4/5/2024`)
195
+
Latest version: `1.41.2` (`5/28/2024`)
196
196
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.
198
198
199
199
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
200
200
@@ -211,15 +211,15 @@ mint update
211
211
212
212
1. Download the zip package for your platform.
213
213
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`)
215
215
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)`)
217
217
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`)
219
219
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`)
221
221
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`)
223
223
224
224
2. Unzip the package and optionally move it to your bin directory.
225
225
@@ -1251,11 +1251,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st
0 commit comments