browse the protocol like its 2008 ibex.desertthunder.dev
ubuntu atproto svelte
7

Configure Feed

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

chore: bump to 1.2.0

Owais Jamil (Jun 17, 2026, 12:22 PM -0500) af3eae63 dba82c81

+18 -46
-5
.changeset/few-comics-hear.md
··· 1 - --- 2 - 'intrepid-ibex': minor 3 - --- 4 - 5 - refactor routing to use a controller
-5
.changeset/few-squids-smile.md
··· 1 - --- 2 - 'intrepid-ibex': patch 3 - --- 4 - 5 - fix url positioning
-5
.changeset/fluffy-foxes-wish.md
··· 1 - --- 2 - 'intrepid-ibex': minor 3 - --- 4 - 5 - added a blob viewer made to feel like eye of gnome
-5
.changeset/four-schools-sit.md
··· 1 - --- 2 - 'intrepid-ibex': patch 3 - --- 4 - 5 - icon overrides via namespaces
-5
.changeset/heavy-regions-talk.md
··· 1 - --- 2 - 'intrepid-ibex': minor 3 - --- 4 - 5 - add localStorage backed startup sound from ubuntu
-5
.changeset/salty-wasps-bow.md
··· 1 - --- 2 - 'intrepid-ibex': minor 3 - --- 4 - 5 - expand repo browser capabilities with more information
-5
.changeset/silent-readers-smash.md
··· 1 - --- 2 - 'intrepid-ibex': minor 3 - --- 4 - 5 - changed identity resolution to url state based for deep linking
-5
.changeset/sunny-clubs-check.md
··· 1 - --- 2 - 'intrepid-ibex': minor 3 - --- 4 - 5 - add build version to sticky note
-5
.changeset/swift-tigers-pay.md
··· 1 - --- 2 - 'intrepid-ibex': minor 3 - --- 4 - 5 - added more granular build details to About thie Computer
+1 -1
package.json
··· 1 1 { 2 2 "name": "intrepid-ibex", 3 3 "private": true, 4 - "version": "1.1.0", 4 + "version": "1.2.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "changeset": "changeset",
+17
src/routes/docs/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 1.2.0 4 + 5 + ### Changed 6 + 7 + - refactor routing to use a controller 8 + - added a blob viewer made to feel like eye of gnome 9 + - add localStorage backed startup sound from ubuntu 10 + - expand repo browser capabilities with more information 11 + - changed identity resolution to url state based for deep linking 12 + - add build version to sticky note 13 + - added more granular build details to About thie Computer 14 + 15 + ### Fixed 16 + 17 + - fix url positioning 18 + - icon overrides via namespaces 19 + 3 20 ## 1.1.0 - 2026-06-16 4 21 5 22 ### Minor Changes