mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-12 17:08:39 -09:00
Version 2.3
This commit is contained in:
parent
83d3630ca7
commit
ec99218645
2 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,13 @@
|
|||
# SPDX-FileCopyrightText: 2021-2023 Yoran Heling <projects@yorhel.nl>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
2.3 - 2023-08-04
|
||||
- Now requires Zig 0.11
|
||||
- Add --(enable|disable)-natsort options
|
||||
- Add indicator to apparent size/disk usage selection in the footer
|
||||
- Fix build on armv7l (hopefully)
|
||||
- Minor build system additions
|
||||
|
||||
2.2.2 - 2023-01-19
|
||||
- Now requires Zig 0.10 or 0.10.1
|
||||
- That's it, pretty much.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2021-2023 Yoran Heling <projects@yorhel.nl>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
pub const program_version = "2.2.2";
|
||||
pub const program_version = "2.3";
|
||||
|
||||
const std = @import("std");
|
||||
const model = @import("model.zig");
|
||||
|
|
|
|||
Loading…
Reference in a new issue