Skip to content

Commit c645f25

Browse files
committed
preparation for 2.0.0 release
1 parent 8b710bd commit c645f25

File tree

8 files changed

+76
-5
lines changed

8 files changed

+76
-5
lines changed

Diff for: CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.0] - 2019-11-05
9+
10+
<img src="https://user-images.githubusercontent.com/13710835/66691603-23fc7b00-ec87-11e9-9280-8afb5b5a4cab.png" alt="logo" height="100px">
11+
12+
**Contributors:**
13+
14+
@rockisch @spenserblack @ZapAnton @ebroto @KasraF @erikgaal
15+
16+
**Languages:**
17+
* Add support for Julia @o2sh
18+
* Add support for D @o2sh
19+
* Add support for MarkDown @o2sh
20+
* Add support for OCaml @KasraF
21+
22+
**New feature:**
23+
* Allow command to run from subfolders #132 @rockisch
24+
* Add --no-merges flag #131 @spenserblack
25+
26+
**Misc:**
27+
* Publish Onefetch to Homebrew @erikgaal
28+
* Clippy and fmt @ZapAnton
29+
* Language name Match between tokei and dislay #125 @ZapAnton
30+
* Replace license crate with askalono #147 @ebroto
31+
32+
**Collaborator:**
33+
34+
I have given collaborator access to @ebroto.
835

936
## [1.7.0] - 2019-28-10
1037

Diff for: CONTRIBUTORS

+44
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,47 @@ Sam Tebbs <[email protected]>
7878
7979
Vipul-Bajaj <[email protected]>
8080
Willy Chen <[email protected]>
81+
Ossama Hjaji <[email protected]>
82+
Spenser Black <[email protected]>
83+
84+
Andrew Pritchard <[email protected]>
85+
Cody Metz <[email protected]>
86+
87+
88+
Pablo Diego <[email protected]>
89+
xynxynxyn <[email protected]>
90+
CephalonRho <[email protected]>
91+
92+
93+
Eduardo Broto <[email protected]>
94+
JoshBrudnak <[email protected]>
95+
96+
97+
98+
99+
Aleksei Pirogov <[email protected]>
100+
Francesco Dipi <[email protected]>
101+
Julian Kaindl <[email protected]>
102+
Kasra Ferdowsifard <[email protected]>
103+
Nikos Filippakis <[email protected]>
104+
Rob Warner <[email protected]>
105+
Ryan Troxler <[email protected]>
106+
Vinh Nguyen <[email protected]>
107+
Vinícius Estevam <[email protected]>
108+
A. Nackov <[email protected]>
109+
Abhishek C. Sharma <[email protected]>
110+
Alan Pope <[email protected]>
111+
Amirali Esmaeili <[email protected]>
112+
Arvid Boivie <[email protected]>
113+
Bojan Djurdjevic <[email protected]>
114+
ImgBotApp <[email protected]>
115+
116+
Josh Stone <[email protected]>
117+
Kent Tsuenchy <[email protected]>
118+
119+
Mads Johansen <[email protected]>
120+
Quint Daenen <[email protected]>
121+
Sam Tebbs <[email protected]>
122+
123+
Vipul-Bajaj <[email protected]>
124+
Willy Chen <[email protected]>

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "onefetch"
33
description = "Git repository summary on your terminal"
4-
version = "1.7.0"
4+
version = "2.0.0"
55
authors = ["o2sh <[email protected]>"]
66
readme = "README.md"
77
license = "MIT"

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<img src="https://raw.githubusercontent.com/o2sh/onefetch/master/assets/onefetch.png" height="130px"></h3><br><br>
3-
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/badge/crates.io-1.7.0-orange.svg" alt="cargo"></a>
3+
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/badge/crates.io-2.0.0-orange.svg" alt="cargo"></a>
44
<a href="https://travis-ci.org/o2sh/onefetch"><img src="https://travis-ci.org/o2sh/onefetch.svg?branch=master" alt="Build Status"></a>
55
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
66
</p>
@@ -9,10 +9,10 @@
99
<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>
1010
</p>
1111

12-
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.
12+
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.
1313

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

Diff for: assets/fortran.png

-46.5 KB
Binary file not shown.

Diff for: assets/julia.png

42.5 KB
Loading

Diff for: assets/kitty.png

-10 KB
Loading

Diff for: snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: onefetch
22
base: core18 # the base snap is the execution environment for this snap
33
adopt-info: onefetch
4-
summary: Neofetch for your source code
4+
summary: Git repository summary on your terminal
55
description: |
66
Onefetch is a command-line system information tool that displays information
77
about your Source Code directly on your terminal..

0 commit comments

Comments
 (0)