Verified Commit 93c467af authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Feat: Onionmine 1.1.0

parent ab473f60
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
#
# Docker Compose configuration for Onionmine.
#

version: '3'

services:
+3 −1
Original line number Diff line number Diff line
# Onionmine ChangeLog

## 1.1.0 - unreleased
## 1.1.0 - 2025-03-27

### Features

* Commands:
    * Major usability improvements.

    * New `add-filter` command, for adding filter directly
      from the command line.

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Release cycle workflow.

Set the version number:

    ONIONMINE_VERSION=1.0.0
    ONIONMINE_VERSION=1.1.0

Update the version in some files, like:

+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ LOG="$LOGS/$DATE.log"
CANDIDATES="$POOL/candidates"
ENV_LOCAL="$POOL/local.conf"
ENV_POOL="$POOL/pool.conf"
ONIONMINE_VERSION="1.1.0-unreleased"
ONIONMINE_VERSION="1.1.0"

# Dependencies: commands
DEPENDENCIES="gcc autoconf rsync wipe gem netcat curl tor"