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
GitLab 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
14b90444
Commit
14b90444
authored
3 years ago
by
Yorhel
Browse files
Options
Downloads
Patches
Plain Diff
Version 2.0-beta3
parent
5b462cfb
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+10
-0
10 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
12 additions
and
2 deletions
ChangeLog
+
10
−
0
View file @
14b90444
# SPDX-FileCopyrightText: 2021 Yoran Heling <projects@yorhel.nl>
# SPDX-License-Identifier: MIT
2.0-beta3 - 2021-11-09
- Requires Zig 0.8 or 0.8.1
- Add lots of new CLI flags to configure ncdu
- Add configuration file support
- Add 'dark-bg' color scheme and use that by default
- Fix not enabling -x by default
- Fix export feature
- Fix import of "special" dirs and files
- Fix double-slash display in file browser
2.0-beta2 - 2021-07-31
- Requires Zig 0.8
- Significantly reduce memory usage for hard links
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
14b90444
...
...
@@ -19,7 +19,7 @@ C version (1.x).
## Requirements
-
Zig 0.8
-
Zig 0.8
or 0.8.1
-
Some sort of POSIX-like OS
-
ncurses libraries and header files
...
...
This diff is collapsed.
Click to expand it.
src/main.zig
+
1
−
1
View file @
14b90444
// SPDX-FileCopyrightText: 2021 Yoran Heling <projects@yorhel.nl>
// SPDX-License-Identifier: MIT
pub
const
program_version
=
"2.0-beta
2
"
;
pub
const
program_version
=
"2.0-beta
3
"
;
const
std
=
@import
(
"std"
);
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