Important changes to Oh My Fish are recorded here for each release.
## [6] - 2017-10-05
This release took far longer than we targeted for releasing, but we finally made it! Some notable fixes and improvements in this release, with some long-standing bugs eliminated.
A big shiny improvement was made to the command-line help text, with more manpage-like output and descriptions. Check out `omf help -h` to see the brand new `help` command, which now supports shortened command names too! (Try running `omf help u`.) All of the help pages are also viewable online here: https://github.com/oh-my-fish/oh-my-fish/tree/master/docs/cli
### Improvements
- Revamp internal help text code and improve command-line help documentation. [#502]
- Use HTTPS in all links to the installer. [#482] [#490]
- Add a SHA-256 checksum for the installer. [#504]
- Search results should only match name or description. [#505]
### Bugs fixed
- Scaffolding a new theme spits out weird error messages. [#401] [#529] [#530]
- Handle backups and config files more carefully. [#509] [#512]
- Themes should not require a `theme-` prefix in the URL. [#191] [#503]
- Gracefully handle no theme being set. [#494] [#495]
-[Stephen M. Coakley](mailto:me@stephencoakley.com)
## [5] - 2017-02-11
### Added
- Replace package database with new, independently installed package repository system. Packages are no longer stored in the framework repository tree. Instead packages are stored in a package repository, a Git repo with a list of available packages. Multiple sources are supported, with the old database contents moved to the [packages-main] repository. [#427]
...
...
@@ -166,7 +201,9 @@ Thanks to the people who contributed to this release.