-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The major update is that rename the binary from `awesome` to `awesome-hub`
- Loading branch information
1 parent
ed45ec0
commit 080f02a
Showing
5 changed files
with
67 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [1.1.0](https://github.com/mingrammer/awesome-finder/releases/tag/v1.1.0) - 2017-10-12 | ||
|
||
#### Added | ||
|
||
* Create CHANGELOG.md | ||
* Add `--version` option | ||
* Add `requirements.txt` | ||
|
||
#### Changed | ||
|
||
* Rename the `awesome` binary to `awesome-hub` to avoid the conflict with awesome binary of `awesome-wm` | ||
|
||
## [1.0.6](https://github.com/mingrammer/awesome-finder/releases/tag/v1.0.6) - 2017-09-29 | ||
|
||
#### Changed | ||
|
||
* Improve the parsing regex for that make it possible to recognize the emoji text | ||
|
||
|
||
#### Fixed | ||
|
||
* Fix parsing problems for `awesome-java` and `awesome-php` | ||
|
||
## [1.0.5](https://github.com/mingrammer/awesome-finder/releases/tag/v1.0.5) - 2017-09-13 | ||
|
||
#### Added | ||
|
||
* Add parsers for awesome-android/ios | ||
|
||
#### Fixed | ||
|
||
* Fix a bug for trying to open the non exist link of empty matched blocks | ||
|
||
## [1.0.4](https://github.com/mingrammer/awesome-finder/releases/tag/v1.0.4) - 2017-09-11 | ||
|
||
#### Fixed | ||
|
||
* Fix a bug that cache directory was not created | ||
|
||
|
||
## [1.0.0](https://github.com/mingrammer/awesome-finder/releases/tag/v1.0.0) - 2017-09-11 | ||
|
||
#### Added | ||
|
||
* Parses the awesome repository | ||
* Supports some awesome repository | ||
* Open a link on awesome finder | ||
* Supports multiple keywords query |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
""" | ||
awesome - a TUI, for finding awesome list | ||
awesome-hub - a TUI, for finding curated awesome list | ||
""" | ||
__version__ = '1.0.6' | ||
__version__ = '1.1.0' | ||
__author__ = 'mingrammer' | ||
__license__ = 'MIT' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters