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
3ef0ac93
"src/git@gitlab.cesnet.cz:madcatxster/molstar.git" did not exist on "223e9dd22dff71ebb683641bd3c74f354f592da6"
Commit
3ef0ac93
authored
2 years ago
by
Yorhel
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.18
parent
6dd159d4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+15
-0
15 additions, 0 deletions
ChangeLog
README
+1
-1
1 addition, 1 deletion
README
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
17 additions
and
2 deletions
ChangeLog
+
15
−
0
View file @
3ef0ac93
1.18 - 2022-12-06
- Fix 'dark-bg' color scheme to actually have a dark background
- Backport configuration file support from 2.x
- Backport many new CLI options from 2.x
- Negation of existing flags: --no-si, --no-confirm-quit, --no-follow-symlinks, --include-caches, --include-kernfs
- --[no-]extended in addition to -e
- --one-file-system and --cross-file-system in addition to -x
- --slow-ui-updates, --fast-ui-updates in addition to -q
- Column visibility options: --(show|hide)-(hidden|itemcount|mtime|graph|percent)
- Sorting: --sort, --[no-]group-directories-first
- Feature selection: --(enable|disable)-(shell|delete|refresh)
- Deletion confirmation: --[no-]confirm-delete
- Hidden file visibility: --show-hidden, --hide-hidden
- Size display: --apparent-size, --disk-usage
1.17 - 2022-04-28
1.17 - 2022-04-28
- Add 'dark-bg' color scheme and use that by default
- Add 'dark-bg' color scheme and use that by default
- 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
+
1
−
1
View file @
3ef0ac93
ncdu 1.1
7
ncdu 1.1
8
=========
=========
DESCRIPTION
DESCRIPTION
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
3ef0ac93
AC_INIT([ncdu],[1.1
7
],[projects@yorhel.nl])
AC_INIT([ncdu],[1.1
8
],[projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/global.h])
AC_CONFIG_SRCDIR([src/global.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign std-options subdir-objects])
AM_INIT_AUTOMAKE([foreign std-options subdir-objects])
...
...
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