Merge pull request #108 from zeronet-conservancy/v076

v0.7.6
This commit is contained in:
caryoscelus 2022-06-10 11:56:34 +00:00 committed by GitHub
commit 864b7feb79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 4 deletions

View file

@ -1,5 +1,6 @@
### zeronet-conservancy 0.7.5+
### zeronet-conservancy 0.7.6
maintainers: @caryoscelus, @d4708, @FraYoshi, @prtngn
- more trackers from Syncronite by default
- introduce multiple donations methods (@caryoscelus)
- easier termux startup script (@unmanbearpig)
- Brazilian Portuguese readme translation (@iFallenHunt)

View file

@ -64,7 +64,22 @@ Following links relate to original ZeroNet:
### Install from your distribution repository
- NixOS: https://search.nixos.org/packages?channel=22.05&show=zeronet-conservancy&type=packages&query=zeronet-conservancy
- NixOS: https://search.nixos.org/packages?channel=22.05&show=zeronet-conservancy&type=packages&query=zeronet-conservancy (and see below)
### Install from Nix package manager (Linux or MacOS)
```
# install & configure nix package manager
nix-env -iA nixpkgs.zeronet-conservancy
```
or
`nix-env -iA nixos.zeronet-conservancy`
if you're on NixOS
(thanks @fgaz for making & maintaining the package)
### Install from source (recommended)

View file

@ -13,9 +13,9 @@ import time
class Config(object):
def __init__(self, argv):
self.version = "0.7.5+"
self.version = "0.7.6"
# DEPRECATED ; replace with git-generated commit
self.rev = 5020
self.rev = 5030
self.argv = argv
self.action = None
self.test_parser = None