Skip to content

Commit

Permalink
preparation for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 5, 2019
1 parent 8b710bd commit c645f25
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 5 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<img src="https://user-images.githubusercontent.com/13710835/66691603-23fc7b00-ec87-11e9-9280-8afb5b5a4cab.png" alt="logo" height="100px">

**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

Expand Down
44 changes: 44 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,47 @@ Sam Tebbs <[email protected]>
Taha <[email protected]>
Vipul-Bajaj <[email protected]>
Willy Chen <[email protected]>
Ossama Hjaji <[email protected]>
Spenser Black <[email protected]>
ZapAnton <[email protected]>
Andrew Pritchard <[email protected]>
Cody Metz <[email protected]>
ktsuench <[email protected]>
Kloenk <[email protected]>
Pablo Diego <[email protected]>
xynxynxyn <[email protected]>
CephalonRho <[email protected]>
eman0n <[email protected]>
GooseDB <[email protected]>
Eduardo Broto <[email protected]>
JoshBrudnak <[email protected]>
cnsumner <[email protected]>
rockisch <[email protected]>
vypxl <[email protected]>
zxey <[email protected]>
Aleksei Pirogov <[email protected]>
Francesco Dipi <[email protected]>
Julian Kaindl <[email protected]>
Kasra Ferdowsifard <[email protected]>
Nikos Filippakis <[email protected]>
Rob Warner <[email protected]>
Ryan Troxler <[email protected]>
Vinh Nguyen <[email protected]>
Vinícius Estevam <[email protected]>
A. Nackov <[email protected]>
Abhishek C. Sharma <[email protected]>
Alan Pope <[email protected]>
Amirali Esmaeili <[email protected]>
Arvid Boivie <[email protected]>
Bojan Djurdjevic <[email protected]>
ImgBotApp <[email protected]>
Jadi <[email protected]>
Josh Stone <[email protected]>
Kent Tsuenchy <[email protected]>
Kitlith <[email protected]>
Mads Johansen <[email protected]>
Quint Daenen <[email protected]>
Sam Tebbs <[email protected]>
Taha <[email protected]>
Vipul-Bajaj <[email protected]>
Willy Chen <[email protected]>
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "onefetch"
description = "Git repository summary on your terminal"
version = "1.7.0"
version = "2.0.0"
authors = ["o2sh <[email protected]>"]
readme = "README.md"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img src="https://raw.githubusercontent.com/o2sh/onefetch/master/assets/onefetch.png" height="130px"></h3><br><br>
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/badge/crates.io-1.7.0-orange.svg" alt="cargo"></a>
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/badge/crates.io-2.0.0-orange.svg" alt="cargo"></a>
<a href="https://travis-ci.org/o2sh/onefetch"><img src="https://travis-ci.org/o2sh/onefetch.svg?branch=master" alt="Build Status"></a>
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
</p>
Expand All @@ -9,10 +9,10 @@
<a href="https://snapcraft.io/onefetch"><img src="https://raw.githubusercontent.com/snapcore/snap-store-badges/master/EN/%5BEN%5D-snap-store-black.png" alt="Get it from the Snap Store"></a>
</p>

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.

<p align="center">
<img src="https://raw.githubusercontent.com/o2sh/onefetch/master/assets/fortran.png" align="left" height="217px" width="420px">
<img src="https://raw.githubusercontent.com/o2sh/onefetch/master/assets/julia.png" align="left" height="217px" width="420px">
<img src="https://raw.githubusercontent.com/o2sh/onefetch/master/assets/kitty.png" height="217px" width="420px">
</p>

Expand Down
Binary file removed assets/fortran.png
Binary file not shown.
Binary file added assets/julia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/kitty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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..
Expand Down

0 comments on commit c645f25

Please sign in to comment.