Skip to content

Commit c992215

Browse files
committed
Merge branch 'master' of https://github.com/cmderdev/cmder
2 parents 55b90cc + c8d5542 commit c992215

File tree

5 files changed

+22
-9
lines changed

5 files changed

+22
-9
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "🐞 Bug report (encountered problems/errors)"
22
description: Something is not working as it should
33
title: "[Bug] "
4-
labels: [🐞 Bug report]
4+
labels: "🐛 Type: Bug"
55

66
body:
77
- type: markdown

.github/ISSUE_TEMPLATE/feature-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "⭐ Feature request (request for new functionality)"
22
description: Help make Cmder even better
33
title: "[Feature request] "
4-
labels: [⭐ Feature request]
4+
labels: "🛠 Type: Feature Request"
55

66
body:
77
- type: markdown

.github/ISSUE_TEMPLATE/question.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "❓ Question"
22
description: Something is unclear or needs to be discussed
3-
labels: [❓ Question]
3+
title: "Question: "
4+
labels: "❔ Type: Question"
45

56
body:
67
- type: markdown

CHANGELOG.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Change Log
22

3-
## [1.3.20-unreleased](https://ci.appveyor.com/project/MartiUK/cmder/build/artifacts) (2022-03-17)
3+
## [1.3.20](https://github.com/cmderdev/cmder/tree/v1.3.20) (2022-03-18)
44

55
### Changes
66

7-
- Update Git for Windows to 2.37.1
8-
- Update to Clink 1.3.36
7+
- Update Git for Windows to 2.38.0.windows.1
8+
- Update Clink to 1.3.47
9+
- Update ConEmu to 22.08.07
910

1011
### Fixes
1112

@@ -14,7 +15,18 @@
1415
- Fix using Git from vendored Git and other Git for Windows tools from other Git in path.
1516
- Remove setting `term=cygwin` in `init.bat` to fix random `ABCD` characters when using arrow keys in `vim`.
1617
- See: [Sometimes pressing on arrow keys prints symbols #1691](https://github.com/Maximus5/ConEmu/issues/169)
17-
- Fix Git prompt branch when using Git worktree.
18+
- Fix #2654: blank space added between {cwd} and version_control variable by @geekrumper in https://github.com/cmderdev/cmder/pull/2661
19+
- Fix #2659: Use get_hg_branch() to get Mercurial branch information. by @vsajip in https://github.com/cmderdev/cmder/pull/2660
20+
- Fix Git prompt branch when using Git worktree by @daxgames in https://github.com/cmderdev/cmder/pull/2680
21+
- Add optional clink async prompt update for svn status by @Mikaz-fr in https://github.com/cmderdev/cmder/pull/2703
22+
- Better bat by @daxgames in https://github.com/cmderdev/cmder/pull/2742
23+
- Related to #2654: Move space from "{git}{hg}{svn}" to individual parts by @DRSDavidSoft in https://github.com/cmderdev/cmder/pull/2738
24+
- Use TaskDialog instead of MessageBox (Fixes Builds) by @DRSDavidSoft in https://github.com/cmderdev/cmder/pull/2746
25+
- Add bin\cmder_shell.cmd by @DRSDavidSoft in https://github.com/cmderdev/cmder/pull/2747
26+
- Fix build system scripts (closes #2723) by @DRSDavidSoft in https://github.com/cmderdev/cmder/pull/2748
27+
- Custom option for launcher title by @DRSDavidSoft in https://github.com/cmderdev/cmder/pull/2752
28+
- Use Github Actions to build and release by @MartiUK in https://github.com/cmderdev/cmder/pull/2725
29+
- Re-factor the build script to distinguish each step by @DRSDavidSoft in https://github.com/cmderdev/cmder/pull/2758
1830

1931
## [1.3.19](https://github.com/cmderdev/cmder/tree/v1.3.19) (2022-01-15)
2032

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cmder
22

3-
[![Join the chat at https://gitter.im/cmderdev/cmder](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cmderdev/cmder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://ci.appveyor.com/api/projects/status/github/cmderdev/cmder?branch=master&svg=true)](https://ci.appveyor.com/project/MartiUK/cmder) [![Build Status](https://github.com/cmderdev/cmder/actions/workflows/build.yml/badge.svg)](https://github.com/cmderdev/cmder/actions/workflows/build.yml)
3+
[![Join the chat at https://gitter.im/cmderdev/cmder](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cmderdev/cmder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://ci.appveyor.com/api/projects/status/github/cmderdev/cmder?branch=master&svg=true)](https://ci.appveyor.com/project/cmderdev/cmder) [![Build Status](https://github.com/cmderdev/cmder/actions/workflows/build.yml/badge.svg)](https://github.com/cmderdev/cmder/actions/workflows/build.yml)
44

55
Cmder is a **software package** created out of pure frustration over absence of usable console emulator on Windows. It is based on [ConEmu](https://conemu.github.io/) with *major* config overhaul, comes with a Monokai color scheme, amazing [clink](https://chrisant996.github.io/clink/) (further enhanced by [clink-completions](https://github.com/vladimir-kotikov/clink-completions)) and a custom prompt layout.
66

@@ -386,7 +386,7 @@ If you do not have a `[cmder_root]/config/user[-|_]conemu.xml`, you are running
386386

387387
You can download builds of the current development branch by going to AppVeyor via the following link:
388388

389-
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/cmderdev/cmder?svg=True)](https://ci.appveyor.com/project/MartiUK/cmder/branch/master/artifacts)
389+
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/cmderdev/cmder?svg=True)](https://ci.appveyor.com/project/cmderdev/cmder/branch/master/artifacts)
390390

391391
## License
392392

0 commit comments

Comments
 (0)