Filip Czaplicki
50e55dea77
feat: add colors to --help/-h ( #1553 )
2025-11-23 13:15:50 +01:00
github-actions[bot]
2d40f7bdb3
chore: release v16.4.2 ( #1544 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-20 14:23:57 +01:00
github-actions[bot]
e0e714e7b5
chore: release v16.4.1 ( #1542 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-20 10:09:17 +01:00
github-actions[bot]
9d662e36a1
chore: release v16.4.0 ( #1528 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-20 09:23:51 +01:00
Wang Bing-hua
8de6a36d86
fix(deps): restore custom commands order ( #1535 )
2025-11-19 16:38:54 +01:00
github-actions[bot]
f9735f3b31
chore: release v16.3.0 ( #1465 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-17 16:39:39 +01:00
tranzystorekk
50be214b56
chore(license): switch license variant to GPL-3.0-or-later ( #1518 )
2025-11-16 19:08:49 +01:00
Ehren Bendler
9ec8e83f41
chore(deps): update some dependencies ( #1512 )
2025-11-15 17:05:48 +01:00
Gideon
a3503c0c70
refactor: remove unnecessary cfg-if dependency ( #1509 )
2025-11-15 12:47:54 +01:00
Gideon
ea2ccdd69f
chore(deps): bump mac-notification-sys, use main branch temporarily ( #1506 )
2025-11-15 08:58:37 +01:00
Gideon
7749f41d56
fix(deps): Fix non-locked install on older version of Rust ( #1485 )
2025-11-14 19:33:56 +01:00
Gideon
593a2a33d9
fix(deps): Fix non-locked install on older version of Rust ( #1482 )
2025-11-14 19:20:12 +01:00
github-actions[bot]
c5267f6087
chore: release v16.2.1 ( #1462 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-10 20:07:08 +01:00
github-actions[bot]
30d3537c0e
chore: release v16.2.0 ( #1407 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-10 18:31:28 +01:00
Gideon
bec7edf1fc
fix(release): Add man page to .deb distribution ( #1455 )
2025-11-10 18:12:49 +01:00
Gideon
d9a8ecfd33
ref: remove commented-out library code and unnecessary bin declaration ( #1373 )
2025-11-08 11:05:13 +01:00
github-actions[bot]
266adabd13
chore: release v16.1.2 ( #1400 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-01 19:18:37 +01:00
github-actions[bot]
2050a80665
chore: release v16.1.1 ( #1392 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-01 15:12:40 +01:00
Gideon
e01be14041
fix(typst): Skip typst when self-update is disabled ( #1397 )
2025-11-01 14:53:26 +01:00
github-actions[bot]
8a247fba95
chore: release v16.1.0 ( #1389 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-11-01 10:11:43 +01:00
Mitchell Berendhuysen
5fad9f0ec6
chore(release): Add .deb auto completion script ( #1353 )
...
Co-authored-by: GideonBear <87426140+GideonBear@users.noreply.github.com >
2025-10-25 18:02:04 +02:00
Andre Toerien
2aa3d94a98
feat(sudo): print warning if Windows Sudo is misconfigured
2025-09-28 19:14:45 +02:00
Andre Toerien
f4ac809dff
refactor(deps): replace winapi with windows
2025-09-28 19:14:45 +02:00
Andre Toerien
47b51a8be0
feat: detect and warn if running as root
2025-09-28 14:57:40 +02:00
Nils
31d8e579c6
Security: update tracing-subscriber to ~0.3.20 (ANSI escape injection fix, GHSA-xwfj-jgwm-7wp5) ( #1288 )
...
* Security: pin tracing-subscriber to 0.3.20 (fix ANSI escape injection, GHSA-xwfj-jgwm-7wp5)\n\n- Ensure tracing-subscriber is 0.3.20\n- Document reason near tracing init\n- Windows: enable winapi features (consoleapi, wincon) to fix build\n- Verified build passes locally\n\nRefs:\n- GHSA-xwfj-jgwm-7wp5
* Update src/utils.rs
Co-authored-by: Gideon <87426140+GideonBear@users.noreply.github.com >
* Update Cargo.toml
Co-authored-by: Gideon <87426140+GideonBear@users.noreply.github.com >
---------
Co-authored-by: niStee <52573120+niStee@users.noreply.github.comclear >
Co-authored-by: Gideon <87426140+GideonBear@users.noreply.github.com >
2025-08-31 20:51:08 +02:00
Falk Woldmann Lu
9048cd8f47
refactor: replace once_cell crate with std equivalent ( #1260 )
2025-08-11 09:57:32 +02:00
Nils
4f5e8a8836
chore(deps): bump tokio from 1.38 to 1.47 ( #1256 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-09 13:55:28 +02:00
Gideon
27464b795e
Preserve custom commmand order from config instead of sorting alphabetically ( #1182 )
2025-06-17 11:58:23 +08:00
SteveLauC
ef0a0d69bb
chore: release v16.0.4 ( #1169 )
2025-06-13 19:03:17 +08:00
Stuart Reilly
30941ed26d
Drop lazy_static ( #1168 )
...
Co-authored-by: Stuart Reilly <sreilly@scottlogic.com >
2025-06-12 14:32:29 +08:00
Gideon
7356b920d4
Update jetbrains-toolbox-updater ( #1128 )
...
* Update jetbrains-toolbox-updater
* Update to 5.0.0
2025-04-21 11:59:25 +08:00
SteveLauC
4488f3d5d3
chore: bump version to 16.0.3 ( #1094 )
2025-04-03 17:56:01 +08:00
Gideon
ed37763d30
Add JetBrains Toolbox via jetbrains-toolbox-updater ( #1064 )
...
* Add jetbrains-toolbox-updater
* Update jetbrains-toolbox-updater
* Update jetbrains-toolbox-updater
* Update jetbrains-toolbox-updater
* Localize prints
* Update jetbrains-toolbox-updater
* Format
* Add localization
* Fix translation
2025-03-18 11:19:37 +08:00
Dan Sully
224bb96a98
chore: update toolchain to 1.84.1. apply clippy fixes & rustfmt ( #1026 )
...
* chore: update to stable toolchain. apply clippy fixes & rustfmt
* Bump MSRV
* Try MSRV without the patch version
* fix: pin toolchain to MSRV
* trying again
* fix dead code warning
---------
Co-authored-by: Dan Sully <dsully@users.noreply.github.com >
2025-02-03 11:24:57 +08:00
SteveLauC
4df30c2587
chore: release v16.0.2 ( #995 )
2024-12-07 15:21:19 +08:00
SteveLauC
bbb84c2ee7
chore: release v16.0.1 ( #940 )
2024-10-11 10:46:50 +08:00
SteveLauC
e4a068d808
chore: release v16.0.0 ( #925 )
...
* chore: release v16.0.0
* chore: it should be containers.runtime
2024-10-06 21:23:00 +08:00
Florian Nagel
29c555c394
Add i18n by using rust i18n ( #807 )
...
* feat: initial i18n setup
* style: fmt
* feat: i18n support for new steps
* fix: build on Linux
* fix: build on Linux
* refactor: rm unused translation keys
---------
Co-authored-by: Steve Lau <stevelauc@outlook.com >
2024-10-03 18:47:35 +08:00
SteveLauC
05b1a565e0
chore: pin toolchain to MSRV(1.76) ( #900 )
...
* chore: pin toolchain to MSRV(1.76)
* chore: remove more toolchain action & update readme
2024-09-04 21:40:09 +08:00
Kreeblah
7b2623ea3c
Add Debian-based system builds ( #898 )
...
* Add Debian-based system builds
* Address feedback
* Remove git as a listed dependency for Debian package
2024-09-04 11:50:39 +08:00
SteveLauC
1ebcc9beee
chore: prepare for v15.0.0 ( #843 )
2024-07-01 09:45:20 +08:00
SteveLauC
4a9ef581e5
chore: bump deps ( #823 )
2024-06-13 09:21:42 +08:00
SteveLauC
a801b7b9f4
chore: bump deps ( #714 )
2024-02-24 13:14:53 +08:00
SteveLauC
77ff6cb714
feat: support wildcard in ignored_containers ( #666 )
2024-01-27 10:54:55 +08:00
SteveLauC
ea13c51b7d
chore: release v14.0.1 ( #662 )
2024-01-25 15:40:52 +08:00
SteveLauC
ed496f3462
chore: fix file name typo[skip ci] ( #657 )
...
chore: fix file name typo
2024-01-23 11:50:02 +08:00
SteveLauC
96efcc6c0d
chore: release v14.0.0 ( #652 )
2024-01-22 11:13:33 +08:00
SteveLauC
788e0412f6
feat: inform users of breaking changes on first run ( #619 )
2023-12-03 09:52:35 +08:00
SteveLauC
c6d0539fd2
chore(deps): bump all deps ( #618 )
2023-11-24 07:50:41 +08:00
SteveLauC
41c6d1cd9a
chore: release v13.0.0 ( #579 )
2023-10-20 08:07:11 +08:00