|
| 1 | +# 2.0.1 (2017-02-20) |
| 2 | + |
| 3 | +This is a bugfix release with the following changes: |
| 4 | + |
| 5 | + * The query string is now case insensitive, as it should be. |
| 6 | + * You can now search for proposals using the internal name of a |
| 7 | + particular proposal status (such as `.rejected` or |
| 8 | + `.acceptedWithRevisions`). |
| 9 | + * You now have to insert a space between <kbd>se</kbd> and your |
| 10 | + query string. Previously, the workflow also triggered for queries |
| 11 | + such as <kbd>setup</kbd>, which was not a good idea. |
| 12 | + * The timing of how the script is run when you modify the query |
| 13 | + string has been tweaked. |
| 14 | + |
| 15 | +# 2.0.0 (2017-02-20) |
| 16 | + |
| 17 | +This third release of `alfred-swift-evolution` contains the following improvements: |
| 18 | + |
| 19 | + * The script implementing the workflow is now written in Swift. |
| 20 | + * Proposal information is now downloaded from the JSON API behind |
| 21 | + the official [Swift evolution review status page][status]. |
| 22 | + * Alfred now displays a list of matching proposals, not just a |
| 23 | + generic item for running the actual lookup. |
| 24 | + * Matching proposals are now listed with their title and current |
| 25 | + status. |
| 26 | + * You can filter proposals by keyword or status, not just by |
| 27 | + proposal number. |
| 28 | + |
| 29 | +[status]: https://apple.github.io/swift-evolution/ |
| 30 | + |
| 31 | +# 1.1.0 (2016-09-26) |
| 32 | + |
| 33 | +This release updates the way proposals are retrieved to follow |
| 34 | +changes in the official swift-evolution repository. |
| 35 | + |
| 36 | +# 1.0.0 (2016-08-02) |
| 37 | + |
| 38 | +Initial release, written in Python. |
0 commit comments