Skip to content

Commit

Permalink
[v1.1.3] Release version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Feb 5, 2018
1 parent 80c137c commit 797fd0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.1.3](https://github.com/mingrammer/awesome-finder/releases/tag/v1.1.3) - 2018-02-06

### Added

- Support initial query (-q)

## [1.1.2](https://github.com/mingrammer/awesome-finder/releases/tag/v1.1.2) - 2018-01-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -101,5 +101,5 @@ Details on [CHANGELOG](CHANGELOG.md)
* [ ] Supports paging with Key left (←) and Key right (→)
* [ ] Smart parsing with hierachical structure
* [ ] Supports all awesome series
* [ ] Supports initial query (example: `awesome python -q 'django oauth'`)
* [x] Supports initial query (example: `awesome python -q 'django oauth'`)
* [ ] Add options to open the Issue and Pull Request page of a specific awesome series
2 changes: 1 addition & 1 deletion awesome/__init__.py
@@ -1,6 +1,6 @@
"""
awesome-hub - a TUI, for finding curated awesome list
"""
__version__ = '1.1.2'
__version__ = '1.1.3'
__author__ = 'mingrammer'
__license__ = 'MIT'

0 comments on commit 797fd0b

Please sign in to comment.