Skip to content
Snippets Groups Projects
Commit 34dafffc authored by Yorhel's avatar Yorhel
Browse files

Version 2.2

parent 1548f927
Branches
Tags v2.2
No related merge requests found
# 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 - 2022-10-17
- Still requires Zig 0.9.0 or 0.9.1
- (breaking) Wildcards in exclude patterns don't cross directory boundary anymore
- Improve exclude pattern matching performance
- Set full background in default dark-bg color scheme
- Fix broken JSON export when a filename contains control characters below 0x10
2.1.2 - 2022-04-28 2.1.2 - 2022-04-28
- Still requires Zig 0.9.0 or 0.9.1 - Still requires Zig 0.9.0 or 0.9.1
- Fix possible crash on shortening file names with unicode variation - Fix possible crash on shortening file names with unicode variation
......
// 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.2"; pub const program_version = "2.2";
const std = @import("std"); const std = @import("std");
const model = @import("model.zig"); const model = @import("model.zig");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment