diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc2d693..8e24ab63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.0.0] - 2019-11-05 + +logo + +**Contributors:** + +@rockisch @spenserblack @ZapAnton @ebroto @KasraF @erikgaal + +**Languages:** +* Add support for Julia @o2sh +* Add support for D @o2sh +* Add support for MarkDown @o2sh +* Add support for OCaml @KasraF + +**New feature:** +* Allow command to run from subfolders #132 @rockisch +* Add --no-merges flag #131 @spenserblack + +**Misc:** +* Publish Onefetch to Homebrew @erikgaal +* Clippy and fmt @ZapAnton +* Language name Match between tokei and dislay #125 @ZapAnton +* Replace license crate with askalono #147 @ebroto + +**Collaborator:** + +I have given collaborator access to @ebroto. ## [1.7.0] - 2019-28-10 diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ad4d8be7..fb9044f7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -78,3 +78,47 @@ Sam Tebbs Taha Vipul-Bajaj Willy Chen +Ossama Hjaji +Spenser Black +ZapAnton +Andrew Pritchard +Cody Metz +ktsuench +Kloenk +Pablo Diego +xynxynxyn +CephalonRho +eman0n +GooseDB +Eduardo Broto +JoshBrudnak +cnsumner +rockisch +vypxl +zxey +Aleksei Pirogov +Francesco Dipi +Julian Kaindl +Kasra Ferdowsifard +Nikos Filippakis +Rob Warner +Ryan Troxler +Vinh Nguyen +Vinícius Estevam +A. Nackov +Abhishek C. Sharma +Alan Pope +Amirali Esmaeili +Arvid Boivie +Bojan Djurdjevic +ImgBotApp +Jadi +Josh Stone +Kent Tsuenchy +Kitlith +Mads Johansen +Quint Daenen +Sam Tebbs +Taha +Vipul-Bajaj +Willy Chen diff --git a/Cargo.toml b/Cargo.toml index e4dd5ed1..106f1398 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "onefetch" description = "Git repository summary on your terminal" -version = "1.7.0" +version = "2.0.0" authors = ["o2sh "] readme = "README.md" license = "MIT" diff --git a/README.md b/README.md index 7e8f091c..5b155c82 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@



- cargo + cargo Build Status

@@ -9,10 +9,10 @@ Get it from the Snap Store

-Onefetch is a command line tool that displays information about your Git project directly on your terminal. Onefetch supports almost 50 different programming languages. If your language of choice isn't supported: Open up an issue and support will be added. +Onefetch is a command line tool that displays information about your Git repository directly on your terminal. Onefetch supports almost 50 different programming languages. If your language of choice isn't supported: Open up an issue and support will be added.

- +

diff --git a/assets/fortran.png b/assets/fortran.png deleted file mode 100644 index 107fcf39..00000000 Binary files a/assets/fortran.png and /dev/null differ diff --git a/assets/julia.png b/assets/julia.png new file mode 100644 index 00000000..a906ef83 Binary files /dev/null and b/assets/julia.png differ diff --git a/assets/kitty.png b/assets/kitty.png index 4db01ce4..ab17d317 100644 Binary files a/assets/kitty.png and b/assets/kitty.png differ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 36021a6a..bae6d2ee 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,7 +1,7 @@ name: onefetch base: core18 # the base snap is the execution environment for this snap adopt-info: onefetch -summary: Neofetch for your source code +summary: Git repository summary on your terminal description: | Onefetch is a command-line system information tool that displays information about your Source Code directly on your terminal..