Version 2.3

This commit is contained in:
Yorhel 2023-08-04 16:05:31 +02:00
parent 83d3630ca7
commit ec99218645
2 changed files with 8 additions and 1 deletions

View file

@ -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.

View file

@ -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");