30
CHANGELOG.md
30
CHANGELOG.md
@@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.11.0] - 2018-03-26
|
||||||
|
### Added
|
||||||
|
- Added support for `$XDG_CONFIG_HOME` config file/actions location
|
||||||
|
- Created [CODE_OF_CONDUCT.md](/CODE_OF_CONDUCT.md) ([#217])
|
||||||
|
- Created [CHANGELOG.md](/CHANGELOG.md) ([#218])
|
||||||
|
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Updated `add` command to accept lowercase priority ([#230])
|
||||||
|
- Clean tests and version file in Makefile. Don't ignore errors in tests.
|
||||||
|
- Updated [README.md](/README.md) ([#219])
|
||||||
|
- Update Downloads links to point at the Releases page ([#228])
|
||||||
|
- Set the executable bit when preparing releases ([#156])
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Update links to use https
|
||||||
|
- Suppress todo.sh error messages when invoked during completion ([#8])
|
||||||
|
|
||||||
|
|
||||||
## [2.10.0] - 2013-12-06
|
## [2.10.0] - 2013-12-06
|
||||||
### Added
|
### Added
|
||||||
- Enable term filtering for listcon.
|
- Enable term filtering for listcon.
|
||||||
@@ -352,7 +371,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
- Consolidated into one master script with usage notes and released.
|
- Consolidated into one master script with usage notes and released.
|
||||||
|
|
||||||
|
|
||||||
[Unreleased]: https://github.com/todotxt/todo.txt-cli/compare/v2.10.0...HEAD
|
[Unreleased]: https://github.com/todotxt/todo.txt-cli/compare/v2.11.0...HEAD
|
||||||
|
[2.11.0]: https://github.com/todotxt/todo.txt-cli/compare/v2.10.0...v2.11.0
|
||||||
[2.10.0]: https://github.com/todotxt/todo.txt-cli/compare/v2.9.0...v2.10.0
|
[2.10.0]: https://github.com/todotxt/todo.txt-cli/compare/v2.9.0...v2.10.0
|
||||||
[2.9.0]: https://github.com/todotxt/todo.txt-cli/compare/v2.8.0...v2.9.0
|
[2.9.0]: https://github.com/todotxt/todo.txt-cli/compare/v2.8.0...v2.9.0
|
||||||
[2.8.0]: https://github.com/todotxt/todo.txt-cli/compare/v2.7.0...v2.8.0
|
[2.8.0]: https://github.com/todotxt/todo.txt-cli/compare/v2.7.0...v2.8.0
|
||||||
@@ -380,3 +400,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
[1.3.0]: https://github.com/todotxt/todo.txt-cli/compare/v1.2.0...v1.3.0
|
[1.3.0]: https://github.com/todotxt/todo.txt-cli/compare/v1.2.0...v1.3.0
|
||||||
[1.2.0]: https://github.com/todotxt/todo.txt-cli/compare/v1.1.0...v1.2.0
|
[1.2.0]: https://github.com/todotxt/todo.txt-cli/compare/v1.1.0...v1.2.0
|
||||||
[1.1.0]: https://github.com/todotxt/todo.txt-cli/compare/v1.0.0...v1.1.0
|
[1.1.0]: https://github.com/todotxt/todo.txt-cli/compare/v1.0.0...v1.1.0
|
||||||
|
|
||||||
|
[#230]: https://github.com/todotxt/todo.txt-cli/pull/230
|
||||||
|
[#228]: https://github.com/todotxt/todo.txt-cli/pull/228
|
||||||
|
[#219]: https://github.com/todotxt/todo.txt-cli/pull/219
|
||||||
|
[#218]: https://github.com/todotxt/todo.txt-cli/pull/218
|
||||||
|
[#217]: https://github.com/todotxt/todo.txt-cli/pull/217
|
||||||
|
[#156]: https://github.com/todotxt/todo.txt-cli/pull/156
|
||||||
|
[#8]: https://github.com/todotxt/todo.txt-cli/pull/8
|
||||||
|
|||||||
8
LICENSE
8
LICENSE
@@ -1,7 +1,7 @@
|
|||||||
GNU GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
Version 3, 29 June 2007
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
of this license document, but changing it is not allowed.
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
|
|||||||
You should also get your employer (if you work as a programmer) or school,
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
For more information on this, and how to apply and follow the GNU GPL, see
|
For more information on this, and how to apply and follow the GNU GPL, see
|
||||||
<http://www.gnu.org/licenses/>.
|
<https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
The GNU General Public License does not permit incorporating your program
|
The GNU General Public License does not permit incorporating your program
|
||||||
into proprietary programs. If your program is a subroutine library, you
|
into proprietary programs. If your program is a subroutine library, you
|
||||||
may consider it more useful to permit linking proprietary applications with
|
may consider it more useful to permit linking proprietary applications with
|
||||||
the library. If this is what you want to do, use the GNU Lesser General
|
the library. If this is what you want to do, use the GNU Lesser General
|
||||||
Public License instead of this License. But first, please read
|
Public License instead of this License. But first, please read
|
||||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||||
Reference in New Issue
Block a user