what's new
- switched to ImgBB for uploads — imgur's api registration has been broken since mid-2025 and catbox links don't load in a lot of places. imgbb gives direct `i.ibb.co` links that work everywhere (perplexity, discord, etc)
- cleaned up settings ui — single upload section with imgbb api key field, no more service dropdown or imgur sign-in
- removed dead code — gutted catbox, 0x0, and imgur upload backends + imgur oauth module
upgrading
grab an api key from api.imgbb.com and set it in settings or via cli:
```bash
linuxshot config --set imgbb_api_key YOUR_KEY
```
install
```bash
git clone https://github.com/TaintedAngel/linuxshot.git
cd linuxshot && ./setup.sh
```