Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Releases: demfabris/gistit

v0.2.3

18 Feb 16:38
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.2.3] - 2022-02-18

Added

  • Add gistit-reference
  • Add gistit-proto
  • Add gistit (install crate)
  • P2p file sharing working
  • More cli flags (host, port, dial)

Changed

  • BREAKING: Gistit hash is now 64bits (sha256)

  • BREAKING: Moved to protobuf encodings

  • Use tokio::UnixDatagram in gistit-ipc

  • Refactors to gistit-daemon to be more independent

  • Refactor gistit-cli, gistit-ipc, and gistit-daemon to support protobuf
    encodings

  • Inner file handler now only support UTF-8 data

[0.1.51] - 2022-02-03

Added

  • Add code checking workflow
  • Add release assets workflow
  • Add /hash page to web app

0.1.51 pre

03 Feb 15:36
Compare
Choose a tag to compare
0.1.51 pre Pre-release
Pre-release

First pre release

Added

  • Add code checking workflow
  • Add release assets workflow
  • Add /hash page to web app

Full Changelog: v0.1.4...v0.1.51