Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

v1.4.0

+5 -5
+1 -1
pyproject.toml
··· 1 1 [project] 2 2 name = "atbbs" 3 - version = "1.3.0" 3 + version = "1.4.0" 4 4 description = "Decentralized bulletin boards on atproto." 5 5 readme = "README.md" 6 6 requires-python = ">=3.14"
+1 -1
uv.lock
··· 88 88 89 89 [[package]] 90 90 name = "atbbs" 91 - version = "1.3.0" 91 + version = "1.4.0" 92 92 source = { editable = "." } 93 93 dependencies = [ 94 94 { name = "aiohttp" },
+2 -2
web/package-lock.json
··· 1 1 { 2 2 "name": "atboards-web", 3 - "version": "0.0.0", 3 + "version": "1.4.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "atboards-web", 9 - "version": "0.0.0", 9 + "version": "1.4.0", 10 10 "dependencies": { 11 11 "@atcute/atproto": "^3.1.11", 12 12 "@atcute/client": "^4.2.1",
+1 -1
web/package.json
··· 1 1 { 2 2 "name": "atboards-web", 3 3 "private": true, 4 - "version": "0.0.0", 4 + "version": "1.4.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite",