Releases: IncognitoBin/IncognitoBin
Releases · IncognitoBin/IncognitoBin
v1.1.0
v1.1.0 (2024-11-04)
What's Changed
Client
- Quick Login feature by @X-SP33D in #11.
Special thanks to MengerianMango from Reddit for suggesting this feature!
Server
- Improved Caching with ScyllaDB using
CachingSession
by @Lorak-mmk in #12.
Thank you, Lorak-mmk, for your dedicated effort!
Server & Client
- Optimized Binary Size by @X-SP33D in #13.
Thank you to zamazan4ik for sharing optimization insights in issue #8.
🛠️ Quick Setup
Prerequisites
- Docker
- Docker Compose
Installation Steps
- Download the Docker Compose file:
curl -O https://raw.githubusercontent.com/IncognitoBin/IncognitoBin/refs/heads/master/docker-compose.yml
- Start all the services:
docker compose up -d
Wait approximately 30 seconds for the services to initialize.
- Access IncognitoBin:
Open your browser and navigate tohttp://localhost:8008
New Contributors
- @Lorak-mmk made their first contribution in #12.
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.1 (2024-11-01)
Bug Fixes
🛠️ Quick Setup
Prerequisites
- Docker
- Docker Compose
Installation Steps
- Download the Docker Compose file:
curl -O https://raw.githubusercontent.com/IncognitoBin/IncognitoBin/refs/heads/master/docker-compose.yml
- Start all the services:
docker compose up -d
Wait approximately 30 seconds for the services to initialize.
- Access IncognitoBin:
Open your browser and navigate tohttp://localhost:8008
What's Changed
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.0.0 (2024-10-30)
This is the first production ready release of IncognitoBin.
🛠️ Quick Setup
Prerequisites
- Docker
- Docker Compose
Installation Steps
- Download the Docker Compose file:
curl -O https://raw.githubusercontent.com/IncognitoBin/IncognitoBin/refs/heads/master/docker-compose.yml
- Start all the services:
docker compose up -d
Wait approximately 30 seconds for the services to initialize.
- Access IncognitoBin:
Open your browser and navigate tohttp://localhost:8008