GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Browse code
Merge remote-tracking branch 'upstream/stable' into merge_stable
master
commit
7b99014058ae1c082d2e0c84a7d5839a45bec751
2 parents
d7e5ee6
+
627a434
Iain Buclaw
authored
on 1 Apr 2023
Patch
Unified
Split
Showing
2 changed files
+0
-7
■
■
■
■
■
changelog/colors.dd
+1
-1
■
■
■■■
source/dub/version_.d
Show notes
View
7
■
■
■
■
■
changelog/colors.dd
100644 → 0
The
`--color`
argument now accepts values
`auto`
,
`never`
,
`always`
The
previous
`automatic`
,
`on`
,
`off`
values are still supported
,
but
undocumented
,
because they are used
in
almost
no
other program like
this
.
For
consistency
,
with
other
Linux
tools especially
,
we have implemented
and
switched
the defaults to the widely
-
used
`auto`
,
`never`
,
`always`
values
.
Ignore Space
Show notes
View
2
■
■
■■■
source/dub/version_.d
module
dub
.
version_
;
enum
dubVersion
=
"v1.32.0-rc.1"
;
enum
dubVersion
=
"v1.32.0"
;
Show line notes below