From 5477b7812dccca626d268181abb20ddd19d94968 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sun, 18 Aug 2019 17:39:29 -0400 Subject: [PATCH 1/3] Re-arrange CHANGELOG.md. --- CHANGELOG.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97759c0..cec29b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,6 @@ ## [Unreleased] -* Question issue: [#2094](https://github.com/cmderdev/cmder/issues/2094) -* Pull Request : [#2096](https://github.com/cmderdev/cmder/pull/2096) - * New argument created to ConEmu forwarding arguments. - * Syntax: `/x [ConEmu extras arguments]` - * e.g.: `Cmder.exe /x "-min -tsa"` - ### Fixes * Pull Request: [#2122](https://github.com/cmderdev/cmder/pull/2122) @@ -35,6 +29,11 @@ ### Adds +* Pull Request : [#2096](https://github.com/cmderdev/cmder/pull/2096) + * Question issue: [#2094](https://github.com/cmderdev/cmder/issues/2094) + * New argument created to ConEmu forwarding arguments. + * Syntax: `/x [ConEmu extras arguments]` + * e.g.: `Cmder.exe /x "-min -tsa"` * Pull Request: [#2072](https://github.com/cmderdev/cmder/pull/2072) * New alias create [alias] [alias command] syntax * Based on [#1750](https://github.com/cmderdev/cmder/pull/1750) From ecda3acfdf349cb016141066ff74ea2c275a59f9 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sun, 18 Aug 2019 17:49:56 -0400 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cec29b6..e081cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ ### Fixes -* Pull Request: [#2122](https://github.com/cmderdev/cmder/pull/2122) - * Restore old `alias.cmd` without `create` syntax because it did not work in all situations. * Pull Request: [#2113](https://github.com/cmderdev/cmder/pull/2113) * Add `vendor\bin\vscode_init.cmd` for use with Visual Studio Code * Fixes [#2118](https://github.com/cmderdev/cmder/issues/2118) @@ -34,10 +32,6 @@ * New argument created to ConEmu forwarding arguments. * Syntax: `/x [ConEmu extras arguments]` * e.g.: `Cmder.exe /x "-min -tsa"` -* Pull Request: [#2072](https://github.com/cmderdev/cmder/pull/2072) - * New alias create [alias] [alias command] syntax - * Based on [#1750](https://github.com/cmderdev/cmder/pull/1750) - * Syntax: `alias create [alias] [alias command]` ## [1.3.11](https://github.com/cmderdev/cmder/tree/v1.3.11) (2018-12-22) From a85a208b2025d48d4d7317ac281a52fa16546818 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sun, 18 Aug 2019 18:26:21 -0400 Subject: [PATCH 3/3] CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e081cfa..d8ad2f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [Unreleased] +## [1.3.12](https://github.com/cmderdev/cmder/tree/v1.3.12) (2019-08-18) ### Fixes