changelog

This commit is contained in:
Dax T. Games 2020-07-29 20:39:37 -04:00
parent 4cacd2fdc8
commit 70aa573111
2 changed files with 7 additions and 4 deletions

View File

@ -1,9 +1,11 @@
# Change Log # Change Log
## 1.3.16-pre ## [1.3.16](https://github.com/cmderdev/cmder/tree/v1.3.16) (2020-07-29)
* fix vscode terminal errors when setting cmder fast_init=1 outside cmder [#2339](https://github.com/cmderdev/cmder/pull/2339)
* Merge pull request #2358 from FloSchwalm/update-to-git-2.28 [Dax T Games]
* Merge pull request #2357 from FloSchwalm/fix-git-version-comparison [Dax T Games]
* Merge pull request #2339 from daxgames/fix_global_vars_vscode_err [Dax T Games]
## [1.3.15](https://github.com/cmderdev/cmder/tree/v1.3.15) (2020-06-26) ## [1.3.15](https://github.com/cmderdev/cmder/tree/v1.3.15) (2020-06-26)
* Fixes #2247, fixes #2254 [#2265](https://github.com/cmderdev/cmder/pull/2265) * Fixes #2247, fixes #2254 [#2265](https://github.com/cmderdev/cmder/pull/2265)

View File

@ -1,13 +1,14 @@
# How to contribute # How to contribute
Unfortunately we all can't work on cmder every day of the year, so I have decided to write some guidelines for contributing. Unfortunately we all can't work on cmder every day of the year, so I have decided to write some guidelines for contributing.
B
If you follow them your contribution will likely be pulled in quicker. If you follow them your contribution will likely be pulled in quicker.
## Getting Started ## Getting Started
* Fork the repository on GitHub (It's that easy) * Fork the repository on GitHub (It's that easy)
* Create a feature branch based on the development branch. * Create a feature branch based on the `master` branch.
## Making Changes ## Making Changes