Skip to content

1.1.1

Compare
Choose a tag to compare
@813492291816 813492291816 released this 15 May 21:10
· 2 commits to master since this release
c20255a

1.1.1 (2022/05/15)

Users with BitChan < 0.11.0 can not upgrade and will need to follow the instructions listed in the README to clean and install BitChan. Users with Bitchan >= 0.11.0 that wish to upgrade need to run the following commands:

cd BitChan/docker
sudo docker-compose down
torsocks git pull
docker volume rm docker_nginx docker_tor docker_tor_etc docker_i2p docker_i2psnark
sudo torsocks docker-compose pull
sudo torsocks docker-compose up --build -d --remove-orphans
  • Fix IP binding of I2P
  • Fix building on ARM
  • Fix populating reply box with highlighted text and post ID
  • Fix applying proper formatting tags to post test when composing
  • Fix generating reply links when posts are received out of order
  • Compile tor instead of using pre-compiled binaries
  • Switch from using i2p to i2pd
  • Add ability to expand all images of a thread