Browse Source

preparation for 2.0.0 release

pull/152/head v2.0.0
o2sh 6 years ago
parent
commit
c645f254ec
  1. 27
      CHANGELOG.md
  2. 44
      CONTRIBUTORS
  3. 2
      Cargo.toml
  4. 6
      README.md
  5. BIN
      assets/fortran.png
  6. BIN
      assets/julia.png
  7. BIN
      assets/kitty.png
  8. 2
      snap/snapcraft.yaml

27
CHANGELOG.md

@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file. @@ -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

44
CONTRIBUTORS

@ -78,3 +78,47 @@ Sam Tebbs <samuel.tebbs@yahoo.com> @@ -78,3 +78,47 @@ Sam Tebbs <samuel.tebbs@yahoo.com>
Taha <taha.fala@yahoo.com>
Vipul-Bajaj <vipulbjj@gmail.com>
Willy Chen <st40809@gmail.com>
Ossama Hjaji <ossama-hjaji@live.fr>
Spenser Black <spenserblack01@gmail.com>
ZapAnton <wc3ft2@gmail.com>
Andrew Pritchard <andrewjpritchard@gmail.com>
Cody Metz <ccmetz92@gmail.com>
ktsuench <will289@hotmail.com>
Kloenk <kloenk@kloenk.de>
Pablo Diego <pablodiegoss@hotmail.com>
xynxynxyn <t.e.pinke@student.utwente.nl>
CephalonRho <TheCVBGuy@gmail.com>
eman0n <EmanonTang@outlook.com>
GooseDB <goosedb@yandex.ru>
Eduardo Broto <ebroto@tutanota.com>
JoshBrudnak <jobrud314@gmail.com>
cnsumner <cnsumner@users.noreply.github.com>
rockisch <rockischplay@gmail.com>
vypxl <vypxl0+coding@gmail.com>
zxey <zxey@users.noreply.github.com>
Aleksei Pirogov <astynax@users.noreply.github.com>
Francesco Dipi <francesco.dipi+github@gmail.com>
Julian Kaindl <kaindl745@gmail.com>
Kasra Ferdowsifard <kferdowsifard@gmail.com>
Nikos Filippakis <nikolaos.filippakis@cern.ch>
Rob Warner <rob.warner@availity.com>
Ryan Troxler <rtroxler@rednovalabs.com>
Vinh Nguyen <vinh.nguyenxuan@2359media.com>
Vinícius Estevam <estevamvinicius31@gmail.com>
A. Nackov <anackov@gmail.com>
Abhishek C. Sharma <abhishekcs@citrix.com>
Alan Pope <alan@popey.com>
Amirali Esmaeili <esmailiamirali@gmail.com>
Arvid Boivie <arvid.boivie@freespee.com>
Bojan Djurdjevic <bojan88@gmail.com>
ImgBotApp <ImgBotHelp@gmail.com>
Jadi <jadijadi@gmail.com>
Josh Stone <yakovdk@gmail.com>
Kent Tsuenchy <ktsuench@users.noreply.github.com>
Kitlith <kitlith@kitl.pw>
Mads Johansen <johansen.max@gmail.com>
Quint Daenen <quint.daenen@student.kuleuven.be>
Sam Tebbs <samuel.tebbs@yahoo.com>
Taha <taha.fala@yahoo.com>
Vipul-Bajaj <vipulbjj@gmail.com>
Willy Chen <st40809@gmail.com>

2
Cargo.toml

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
[package]
name = "onefetch"
description = "Git repository summary on your terminal"
version = "1.7.0"
version = "2.0.0"
authors = ["o2sh <ossama-hjaji@live.fr>"]
readme = "README.md"
license = "MIT"

6
README.md

@ -1,6 +1,6 @@ @@ -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>
@ -9,10 +9,10 @@ @@ -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>

BIN
assets/fortran.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

BIN
assets/julia.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
assets/kitty.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB

After

Width:  |  Height:  |  Size: 186 KiB

2
snap/snapcraft.yaml

@ -1,7 +1,7 @@ @@ -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..

Loading…
Cancel
Save