mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-12 17:08:39 -09:00
Version 2.8.2
This commit is contained in:
parent
58e6458130
commit
5b96a48f53
3 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
# SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
|
# SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
2.8.2 - 2025-05-01
|
||||||
|
- Still requires Zig 0.14
|
||||||
|
- Fix a build error on MacOS
|
||||||
|
|
||||||
2.8.1 - 2025-04-28
|
2.8.1 - 2025-04-28
|
||||||
- Still requires Zig 0.14
|
- Still requires Zig 0.14
|
||||||
- Fix integer overflow in binary export
|
- Fix integer overflow in binary export
|
||||||
|
|
|
||||||
2
ncdu.1
2
ncdu.1
|
|
@ -1,6 +1,6 @@
|
||||||
.\" SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
|
.\" SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
|
||||||
.\" SPDX-License-Identifier: MIT
|
.\" SPDX-License-Identifier: MIT
|
||||||
.Dd April 28, 2025
|
.Dd May 1, 2025
|
||||||
.Dt NCDU 1
|
.Dt NCDU 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
|
|
||||||
|
|
@ -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.8.1";
|
pub const program_version = "2.8.2";
|
||||||
|
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const model = @import("model.zig");
|
const model = @import("model.zig");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue