Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
Compare
Choose a tag to compare
@NatoBoram NatoBoram released this 01 Aug 05:59

[1.0.1] - 2019-08-01

Patches from github.com/Permaweb/Host/.

Added

  • Added the following API endpoints :
Endpoint Method Description
/api/repos GET List of all repositories
/api/repos POST Create a repository
/api/repos/{url} GET Get this repository
/api/repos/{url} DELETE Delete this repository
  • Added a list of repositories.
  • Added Delete buttons on the list of repositories.
  • Adds a few selected peers to its swarm on startup for faster discovery.
  • Added a few unit tests.
  • Cross-compile script with lots of obscure operating systems and architectures.

Changed

  • Spinners are now blue when they're actually doing something and black when they're not.
  • Changed name from Git to IPFS to Git to IPNS.
  • Change config directory to ~/.config/gipns.

Removed

  • Removed the following API endpoint :
    • /api/add

Fixed

  • Fixed some potential issues when refreshing old repositories that contain errors.