Important changes to Oh My Fish are recorded here for each release.
Important changes to Oh My Fish are recorded here for each release.
## [5] - 2017-02-05
### 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]
### Bugs fixed
- Fix function paths when switching themes during runtime without a reload. Previously if a theme had a `functions` directory, it was only added to the function path at init time and not removed when switching themes. [#479] [#485]
- Ignore ".git" suffix on theme URLs in the Themes document generator. [#472]