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

Version 2.1.2

parent bb98939e
No related branches found
Tags v2.1.2
No related merge requests found
# SPDX-FileCopyrightText: 2021-2022 Yoran Heling <projects@yorhel.nl>
# 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
- Still requires Zig 0.9.0 or 0.9.1
- Fix potential crash when refreshing
......
// SPDX-FileCopyrightText: 2021-2022 Yoran Heling <projects@yorhel.nl>
// SPDX-License-Identifier: MIT
pub const program_version = "2.1.1";
pub const program_version = "2.1.2";
const std = @import("std");
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