mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
Version 2.2.1
This commit is contained in:
parent
0d16b9f33e
commit
f37362af36
2 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
# SPDX-FileCopyrightText: 2021-2022 Yoran Heling <projects@yorhel.nl>
|
# SPDX-FileCopyrightText: 2021-2022 Yoran Heling <projects@yorhel.nl>
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
2.2.1 - 2022-10-25
|
||||||
|
- Still requires Zig 0.9.0 or 0.9.1
|
||||||
|
- Fix bug with 'dark' and 'off' color themes on FreeBSD and MacOS
|
||||||
|
|
||||||
2.2 - 2022-10-17
|
2.2 - 2022-10-17
|
||||||
- Still requires Zig 0.9.0 or 0.9.1
|
- Still requires Zig 0.9.0 or 0.9.1
|
||||||
- (breaking) Wildcards in exclude patterns don't cross directory boundary anymore
|
- (breaking) Wildcards in exclude patterns don't cross directory boundary anymore
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
// SPDX-FileCopyrightText: 2021-2022 Yoran Heling <projects@yorhel.nl>
|
// SPDX-FileCopyrightText: 2021-2022 Yoran Heling <projects@yorhel.nl>
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
pub const program_version = "2.2";
|
pub const program_version = "2.2.1";
|
||||||
|
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const model = @import("model.zig");
|
const model = @import("model.zig");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue