# Changelog
`shortcut-links` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].
## 0.5.1.1 — Oct 10, 2025
- Support GHC 9.6.
## 0.5.1.1 — Jan 27, 2021
* Drop support of GHC-8.2.2.
* Update supported version to GHC-8.10.3.
* Cover doctests in all modules.
* Update copyrights.
## 0.5.1.0 — May 6, 2020
* [#10](https://github.com/kowainik/shortcut-links/issues/10):
Support GHC-8.10.1. Move to support of GHC-8.8.3 instead of 8.8.1.
* [#9](https://github.com/kowainik/shortcut-links/issues/9):
Add more Haskell shortcuts: `hackage`, `stackage`, `haskell` and `cabal`.
* [#1](https://github.com/kowainik/shortcut-links/issues/1):
Add `telegram` shortcut links.
* [#3](https://github.com/kowainik/shortcut-links/issues/3):
Treat `#` correctly in wikipedia links.
## 0.5.0.0 - Dec 26, 2019
* Support GHC-8.8.1.
* Update maintenance info.
## 0.4.2.1
* Fixed links to GHC extensions.
## 0.4.2.0
* Added `useShortcutFrom`.
* `@` is now allowed in Github/Gitlab/Bitbucket nicks.
## 0.4.1.0
* Exported `useShortcut` (gee).
## 0.4.0.0
* Exported `Shortcut`.
* Renamed “braumeister” to “brew” (it still uses Braumeister, but this can change in the future).
## 0.3.0.0
* Added shortcut names to their descriptions.
## 0.2.0.0
* Descriptions of shortcuts look much better now.
* “sublime” was renamed to “sublimepc”, since it's possible that some other package manager for Sublime Text would emerge in the future.
* Shortcut “tvt” for TV Tropes was removed – it's just “tvtropes” now.
* “facebook” can link to profiles by their ID.
* “tvtropes” properly capitalises names of categories (if given as an option) – previously you needed to write e.g. “SugarWiki”, now “sugar wiki” works too.
## 0.1.0.0
First release.
[1]: https://pvp.haskell.org
[2]: https://github.com/kowainik/shortcut-links/releases