Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nccf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
702
Provoz
nccf
Commits
2e4f0f0b
Commit
2e4f0f0b
authored
2 years ago
by
Yorhel
Browse files
Options
Downloads
Patches
Plain Diff
Version 2.1.1
parent
5f383966
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+6
-0
6 additions, 0 deletions
ChangeLog
README.md
+1
-1
1 addition, 1 deletion
README.md
src/main.zig
+1
-1
1 addition, 1 deletion
src/main.zig
with
8 additions
and
2 deletions
ChangeLog
+
6
−
0
View file @
2e4f0f0b
# 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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
2e4f0f0b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/main.zig
+
1
−
1
View file @
2e4f0f0b
// 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"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment