From ae00f45afaa7a8fe3fa8edd47d0be6548583184c Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Sun, 10 Jul 2016 00:28:37 -0500 Subject: [PATCH] Add change log and update authors list (#359) --- AUTHORS | 164 +++++++++++++++++++++++++++++++++++++++++++++++++-- CHANGELOG.md | 74 +++++++++++++++++++++++ 2 files changed, 233 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/AUTHORS b/AUTHORS index 45573ed..8469559 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,18 +1,172 @@ # This file lists all individuals having contributed content to the repository. # git log --format='%aN <%aE>' | env LC_ALL=C.UTF-8 sort -uf +@thingsdoer +Aaron DeVore +Aaron Hamilton +Adam Lavin +Adriano Bonat +Alex Farrell +Alexander Grigoriev +Amio +Andrew Rynhard +André L. F. Pinto +Andy Klimczak +Anton Beloglazov +Attila Györffy +aznashwan +Bachue Zhou +belltoy +Ben Cochez +Benji +Bodo Tasche +Brian Bruno Pinto -Jorge Bucaran -Justin Hileman +CADBOT +Celso Miranda +Chang Yu-heng +Charles B Johnson +Charles Thorley +Chris Chua +Chris Morrell +Chris Seelus +CodeFalling +costa +cotne nazarashvili +Cyan +Dan Underwood Daniel Banck -Derek Stavis +Daniel Mijares +Daniele Sluijters +Danny Arnold +Dave Yarwood +Declan Kelly +Denis Kolesnikov +Denis Koltsov +Denny Trebbin +Derek Willian Stavis +Don +Douglas Camata +Dylan Garrett +Eivind Uggedal +Erik Kallen +eugenesvk +Felipe Rodrigues de Almeida +Felix Sonntag +Fission Xuiptz +Florian Fischer +Francis Lavoie +Gabriel Marquez +Greg Knaddison +haishanh +Harrison Heck +Hasan Ozgan +hsharrison +Hyeon Kim +icyleaf +Idan Gazit +ilkosta +Isaias Pina +Itzik Ephraim +iven +Jade Meskill +Jake Schmitz +James Hillyerd +Jan Lindblom +Janusz Dziurzyński +Jason Rogers +Jean Mertz jeremiejig +Jichao Ouyang +Joar Wandborg +John Barbero Unenge +John Rizzo +Johnny Robeson +jona +Jonathan Knapp +Jonathan Pares +Jorge Bucaran +Joseph Tannhuber +Joshua Warner +Josiah Sprague +JP Viljoen +Justin Hileman +Jörg Thalheim +Kasper Holbek Jensen +Katya Demidova +Kelvin Smith +Kevin Menard +Kirill Sukhanov +Konrad Borowski +Kris Leech +Liang Bo Wang +Lilo +Lin Jen-Shin +Lloyd Dewolf +Luis Angel Vicente Sanchez +Luís Fiolhais +Marek Skrobacki +Marek Šuppa +Marius Melzer +Mark Derricutt +Mathias Rasmussen +Matthew Crenshaw +Max Vasiliev +Michael Ventura +Michel Belleville +Michele Gerarduzzi +Miguel Molina +Muhammad Tauqir Ahmad Nathan Wykes Natrim +Nelson Chen +ngroup +Niam Patel +Nicholas Maccharoli +Nicolas Leclercq +Nils Stål +nwykes +Osamu OKANO Pablo Santiago Blum de Aguiar +PastLeo +Paul Joannon +Pedro Medeiros +Perry Huang +Peter Armstrong +Pierpaolo Frasa Pyry-Samuli Lahti -Stephen Coakley +Rahul Trikha +Remy Goldschmidt +Rob Day +Robert Holak +Roman Inflianskas +S.P +Scott Perry +Sérgio Ramos +Sheldon Els +sn0cr <709679@gmail.com> +sobolevn +Stephen M. Coakley +Steve Mckellar +Steven Knight +syl20bnr +szwathub +Tad Thorley +TheBestNinja +Tobias Johansson Tom Hensel +Trenton Broughton Twan Coenraad +Umayr Shahid +unbalancedparentheses +VEINHORN +Vincent Pizzo +Vincent Pretre +Vladimir Panteleev +Wes Morgan Wild Kat - +William Hogman +William Rudenmalm +Wolfgang Richter +Zhishen (Jason) Wen +Zhuang Ya \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fe8bf26 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,74 @@ +# Change Log +Important changes to Oh My Fish are recorded here for each release. + + +## Unreleased +- Key bindings are now fully supported in user config and in plugins. Bindings should be placed in a `key_bindings.fish` script and will be loaded automatically. +- Init process completely rewritten to improve performance and correctness. Using `on_{plugin}` events for plugin initialization is now deprecated and will eventually be removed. `init.fish` scripts will be sourced directly and are passed the variables `$path`, `$package`, and `$bundle`. +- Installer now checks for fish 2.2.0 or newer. +- New plugins: docker-machine, exenv, proxy, sudope, wttr +- Documentation fixes. + +### Contributors +- Denis Koltsov +- Derek Willian Stavis +- Douglas Camata +- Itzik Ephraim +- John Rizzo +- Luís Fiolhais +- Pablo Santiago Blum de Aguiar +- Pedro Medeiros +- Stephen M. Coakley +- Wild Kat + + +## [2] - 2016-05-11 +- A new package searching command was added for better discoverability. Invoke it with `omf search`. See `omf help search` on how to use this new command. [#314] +- `omf doctor` now checks for good versions of Fish and Git to be installed. [#280] +- `omf update` can now update specific packages instead of just everything. [#268] +- `refresh` has been replaced with `omf reload`, which is much safer. [#266] +- New packages added to the database: rustup, linuxbrew, await, hash, expand, argu, termux, phpbrew, config +- New themes: mokou, qing, mars, chain, es, lolfish, lambda, pure +- Numerous bugfixes to existing features. [#310], [#305], [#287], [#285], [#247], [#242] +- Documentation fixes and improvements: [#291], [#289], [#250], [#238], [#235] + +### Contributors +- Andrew Rynhard +- Boris Korogvich +- Bruno Pinto +- cotne nazarashvili +- Cyan +- Derek Willian Stavis +- eugenesvk +- Hasan Ozgan +- Hyeon Kim +- Itzik Ephraim +- jona +- Justin Hileman +- Katya Demidova +- Luís Fiolhais +- Mathias Rasmussen +- Miguel Molina +- Roman Inflianskas +- Sheldon Els +- Sobolev Nikita +- Stephen M. Coakley +- szwathub + + +[2]: https://github.com/oh-my-fish/oh-my-fish/releases/tag/v2 +[#235]: https://github.com/oh-my-fish/oh-my-fish/pull/235 +[#238]: https://github.com/oh-my-fish/oh-my-fish/pull/238 +[#242]: https://github.com/oh-my-fish/oh-my-fish/pull/242 +[#247]: https://github.com/oh-my-fish/oh-my-fish/pull/247 +[#250]: https://github.com/oh-my-fish/oh-my-fish/pull/250 +[#266]: https://github.com/oh-my-fish/oh-my-fish/pull/266 +[#268]: https://github.com/oh-my-fish/oh-my-fish/pull/268 +[#280]: https://github.com/oh-my-fish/oh-my-fish/pull/280 +[#285]: https://github.com/oh-my-fish/oh-my-fish/pull/285 +[#287]: https://github.com/oh-my-fish/oh-my-fish/pull/287 +[#289]: https://github.com/oh-my-fish/oh-my-fish/pull/289 +[#291]: https://github.com/oh-my-fish/oh-my-fish/pull/291 +[#305]: https://github.com/oh-my-fish/oh-my-fish/pull/305 +[#310]: https://github.com/oh-my-fish/oh-my-fish/pull/310 +[#314]: https://github.com/oh-my-fish/oh-my-fish/pull/314 \ No newline at end of file