Skip to content

Commit 2eb2b11

Browse files
committedNov 10, 2019
prepare v2.1.0 release
1 parent a24c22b commit 2eb2b11

File tree

5 files changed

+65
-3
lines changed

5 files changed

+65
-3
lines changed
 

Diff for: ‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.1.0] - 2019-11-10
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+
@CephalonRho @ebroto @Phundrak
14+
15+
**Language**
16+
* Added support for Org @Phundrak
17+
18+
**New feature:**
19+
* Add --no-color-blocks flag #153
20+
* Add suport for SIXEL image_backend @CephalonRho
21+
22+
**Misc**
23+
* Update to askalono 0.4.0 and use a more strict confidence threshold
24+
825
## [2.0.1] - 2019-11-06
926

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

Diff for: ‎CONTRIBUTORS

+45
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,48 @@ Sam Tebbs <samuel.tebbs@yahoo.com>
122122
Taha <taha.fala@yahoo.com>
123123
Vipul-Bajaj <vipulbjj@gmail.com>
124124
Willy Chen <st40809@gmail.com>
125+
Ossama Hjaji <ossama-hjaji@live.fr>
126+
Spenser Black <spenserblack01@gmail.com>
127+
ZapAnton <wc3ft2@gmail.com>
128+
CephalonRho <TheCVBGuy@gmail.com>
129+
Andrew Pritchard <andrewjpritchard@gmail.com>
130+
Cody Metz <ccmetz92@gmail.com>
131+
ktsuench <will289@hotmail.com>
132+
Kloenk <kloenk@kloenk.de>
133+
Pablo Diego <pablodiegoss@hotmail.com>
134+
xynxynxyn <t.e.pinke@student.utwente.nl>
135+
eman0n <EmanonTang@outlook.com>
136+
Eduardo Broto <ebroto@tutanota.com>
137+
GooseDB <goosedb@yandex.ru>
138+
JoshBrudnak <jobrud314@gmail.com>
139+
cnsumner <cnsumner@users.noreply.github.com>
140+
rockisch <rockischplay@gmail.com>
141+
vypxl <vypxl0+coding@gmail.com>
142+
zxey <zxey@users.noreply.github.com>
143+
Aleksei Pirogov <astynax@users.noreply.github.com>
144+
Francesco Dipi <francesco.dipi+github@gmail.com>
145+
Julian Kaindl <kaindl745@gmail.com>
146+
Kasra Ferdowsifard <kferdowsifard@gmail.com>
147+
Nikos Filippakis <nikolaos.filippakis@cern.ch>
148+
Rob Warner <rob.warner@availity.com>
149+
Ryan Troxler <rtroxler@rednovalabs.com>
150+
Vinh Nguyen <vinh.nguyenxuan@2359media.com>
151+
Vinícius Estevam <estevamvinicius31@gmail.com>
152+
A. Nackov <anackov@gmail.com>
153+
Abhishek C. Sharma <abhishekcs@citrix.com>
154+
Alan Pope <alan@popey.com>
155+
Amirali Esmaeili <esmailiamirali@gmail.com>
156+
Arvid Boivie <arvid.boivie@freespee.com>
157+
Bojan Djurdjevic <bojan88@gmail.com>
158+
ImgBotApp <ImgBotHelp@gmail.com>
159+
Jadi <jadijadi@gmail.com>
160+
Josh Stone <yakovdk@gmail.com>
161+
Kent Tsuenchy <ktsuench@users.noreply.github.com>
162+
Kitlith <kitlith@kitl.pw>
163+
Lucien Cartier-Tilet <lucien@phundrak.com>
164+
Mads Johansen <johansen.max@gmail.com>
165+
Quint Daenen <quint.daenen@student.kuleuven.be>
166+
Sam Tebbs <samuel.tebbs@yahoo.com>
167+
Taha <taha.fala@yahoo.com>
168+
Vipul-Bajaj <vipulbjj@gmail.com>
169+
Willy Chen <st40809@gmail.com>

Diff for: ‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "2.0.1"
4+
version = "2.1.0"
55
authors = ["o2sh <ossama-hjaji@live.fr>"]
66
readme = "README.md"
77
license = "MIT"

Diff for: ‎README.md

+1-1
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-2.0.1-orange.svg" alt="cargo"></a>
3+
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/badge/crates.io-2.1.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>

0 commit comments

Comments
 (0)
Please sign in to comment.