Skip to content
Snippets Groups Projects
Commit 2e4f0f0b authored by Yorhel's avatar Yorhel
Browse files

Version 2.1.1

parent 5f383966
No related branches found
No related tags found
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.1.1 - 2022-03-25
- Still requires Zig 0.9.0 or 0.9.1
- Fix potential crash when refreshing
- Fix typo in --graph-style=eighth-block
- Revert default --graph-style to hash characters
2.1 - 2022-02-07 2.1 - 2022-02-07
- Still requires Zig 0.9.0 - Still requires Zig 0.9.0
- Use natural sort order when sorting by file name - Use natural sort order when sorting by file name
......
...@@ -19,7 +19,7 @@ C version (1.x). ...@@ -19,7 +19,7 @@ C version (1.x).
## Requirements ## Requirements
- Zig 0.9.0 - Zig 0.9.0 or 0.9.1
- Some sort of POSIX-like OS - Some sort of POSIX-like OS
- ncurses libraries and header files - ncurses libraries and header files
......
// 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"; pub const program_version = "2.1.1";
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.
Finish editing this message first!
Please register or to comment