8000 Releases · IncognitoBin/IncognitoBin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 /div>

Releases: IncognitoBin/IncognitoBin

v1.1.0

04 Nov 21:58
c610fc2
Compare
Choose a tag to compare

v1.1.0 (2024-11-04)

What's Changed

Client

Server

  • Improved Caching with ScyllaDB using CachingSession by @Lorak-mmk in #12.
    Thank you, Lorak-mmk, for your dedicated effort!

Server & Client

🛠️ Quick Setup

Prerequisites

  • Docker
  • Docker Compose

Installation Steps

  1. Download the Docker Compose file:
curl -O https://raw.githubusercontent.com/IncognitoBin/IncognitoBin/refs/heads/master/docker-compose.yml
  1. Start all the services:
docker compose up -d

Wait approximately 30 seconds for the services to initialize.

  1. Access IncognitoBin:
    Open your browser and navigate to http://localhost:8008

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

01 Nov 21:40
260dc82
Compare
Choose a tag to compare

v1.0.1 (2024-11-01)

Bug Fixes

  • Improve Mobile UI Accessibility and Usability (Thanks to paholg for Reporting on Reddit)

🛠️ Quick Setup

Prerequisites

  • Docker
  • Docker Compose

Installation Steps

  1. Download the Docker Compose file:
curl -O https://raw.githubusercontent.com/IncognitoBin/IncognitoBin/refs/heads/master/docker-compose.yml
  1. Start all the services:
docker compose up -d

Wait approximately 30 seconds for the services to initialize.

  1. Access IncognitoBin:
    Open your browser and navigate to http://localhost:8008

What's Changed

  • Fix Mobile UI Accessibility and Usability by @X-SP33D in #10

Full Changelog: v1.0.0...v1.0.1

v1.0.0

30 Oct 22:28
7e1a23d
Compare
Choose a tag to compare

v1.0.0 (2024-10-30)

This is the first production ready release of IncognitoBin.

🛠️ Quick Setup

Prerequisites

  • Docker
  • Docker Compose

Installation Steps

  1. Download the Docker Compose file:
curl -O https://raw.githubusercontent.com/IncognitoBin/IncognitoBin/refs/heads/master/docker-compose.yml
  1. Start all the services:
docker compose up -d

Wait approximately 30 seconds for the services to initialize.

  1. Access IncognitoBin:
    Open your browser and navigate to http://localhost:8008
0