mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 02:08:40 -09:00
Version 2.1.2
This commit is contained in:
parent
bb98939e24
commit
e6806059e6
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
# 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.1.2 - 2022-04-28
|
||||||
|
- Still requires Zig 0.9.0 or 0.9.1
|
||||||
|
- Fix possible crash on shortening file names with unicode variation
|
||||||
|
selectors or combining marks
|
||||||
|
|
||||||
2.1.1 - 2022-03-25
|
2.1.1 - 2022-03-25
|
||||||
- Still requires Zig 0.9.0 or 0.9.1
|
- Still requires Zig 0.9.0 or 0.9.1
|
||||||
- Fix potential crash when refreshing
|
- Fix potential crash when refreshing
|
||||||
|
|
|
||||||
|
|
@ -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.1.1";
|
pub const program_version = "2.1.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