Version 2.4

This commit is contained in:
Yorhel 2024-04-21 10:58:35 +02:00
parent 0e54ca775c
commit d0d064aaf9
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
# SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
# SPDX-License-Identifier: MIT
2.4 - 2024-04-21
- Now requires Zig 0.12
- Revert default color scheme back to 'off'
- Rewrite man page in mdoc, drop pod2man dependency
- Fix updating parent dir error status on refresh
2.3 - 2023-08-04
- Now requires Zig 0.11
- Add --(enable|disable)-natsort options

View file

@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
// SPDX-License-Identifier: MIT
pub const program_version = "2.3";
pub const program_version = "2.4";
const std = @import("std");
const model = @import("model.zig");