Skip to content

Commit 73bdadb

Browse files
committed
docs: update
1 parent 9769425 commit 73bdadb

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
9+
## [1.7.0] - 2019-28-10
10+
11+
<img src="https://user-images.githubusercontent.com/13710835/66691603-23fc7b00-ec87-11e9-9280-8afb5b5a4cab.png" alt="logo" height="100px">
12+
13+
**Contributors:**
14+
15+
@estevam31 @ktsuench @MaxJohansen @astynax @spenserblack @tacrazymage @amiralies @KaindlJulian @GooseDB @andymac-2 @ccmetz @vypxl @pablodiegoss @Emanon42 @Kloenk @CephalonRho
16+
17+
**Languages:**
18+
* Added support for Vue @estevam31
19+
* Added support for HTML/CSS @MaxJohansen
20+
* Added support for CoffeeScript @ktsuench
21+
* Added support for Elm @astynax
22+
* Added support for XML @tacrazymage
23+
* Added support for Elixir @amiralies
24+
* Added support for Tex @KaindlJulian
25+
* Added support for Prolog @GooseDB
26+
* Added support for F# @Emanon42
27+
* Added support for Racket @astynax
28+
29+
**New feature:**
30+
* Choose Ascii logo to be displayed via flag #75 @ktsuench
31+
* Allow custom colors via flag #79 @spenserblack
32+
* Allow user to disable info field via flag #82 @ktsuench
33+
* Allow user to disable boldness via flag #99 @ccmetz
34+
* List supported languages via flag #103 @vypxl
35+
* Display git username and git version #107 @pablodiegoss
36+
* Add support to display custom image instead of Ascii logo (Only Kitty support) #113 @CephalonRho
37+
38+
**Misc:**
39+
* Build for NixOs @Kloenk
40+
* Split code into modules #98 @andymac-2
41+
* Fixed spacing around Ascii logo #101 @andymac-2
42+
* Limit shown languages to 6 #114 @CephalonRho
43+
*Fix Output on Windows #86 @spenserblack
44+
45+
**Collaborator:**
46+
47+
I have given collaborator access to both @spenserblack and @CephalonRho . In short this allows them to push directly to the master branch of the repo, manage the issue tracker and also merge pull requests. They've been a huge help so far so this made sense to me.

Cargo.toml

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

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-1.6.5-orange.svg" alt="cargo"></a>
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>
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)