mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
Version 2.4
This commit is contained in:
parent
0e54ca775c
commit
d0d064aaf9
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
# SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
|
# SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
2.4 - 2024-04-21
|
||||||
|
- Now requires Zig 0.12
|
||||||
|
- Revert default color scheme back to 'off'
|
||||||
|
- Rewrite man page in mdoc, drop pod2man dependency
|
||||||
|
- Fix updating parent dir error status on refresh
|
||||||
|
|
||||||
2.3 - 2023-08-04
|
2.3 - 2023-08-04
|
||||||
- Now requires Zig 0.11
|
- Now requires Zig 0.11
|
||||||
- Add --(enable|disable)-natsort options
|
- Add --(enable|disable)-natsort options
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
|
// SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
pub const program_version = "2.3";
|
pub const program_version = "2.4";
|
||||||
|
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const model = @import("model.zig");
|
const model = @import("model.zig");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue