release: v2.13.0

This commit is contained in:
Alex Gleason
2026-05-05 20:48:38 -05:00
parent 3555cbcf99
commit 6c58b087ae
5 changed files with 44 additions and 4 deletions
+20
View File
@@ -1,5 +1,25 @@
# Changelog
## [2.13.0] - 2026-05-05
### Added
- Drag-to-feed Kitchen -- drag a food item straight to your Blobbi's mouth to feed it, with a chewing animation, crumb particles, a happy reaction, and a soft feeding sound
- Blobbi social interactions -- feed, play, clean, and medicate other people's Blobbis, with facial reactions, sparkles, floating hearts, and an Activity tab showing who cared for your Blobbi. Owners can toggle whether their Blobbi is open to visitors
- Highlight events -- pull-quote excerpts from articles and notes now render as attributed blockquotes in feeds, post details, quote embeds, and notifications, with their own toggleable feed and notification category
- Commenting on any identifier -- every `/i/` page (books, Bitcoin transactions, geohashes, ISBNs, and more) now has a full comment thread with a compose box, and books get the same curved-tab styling as the rest of the app
- nsite sidebar pinning -- pin nsite preview links from a post's "More" menu; clicking the sidebar item auto-launches the preview, complete with the site's favicon and title
- Run nsites as logged in -- nsite previews now inject a Nostr signer into the sandboxed site, with a shield-icon permission manager that remembers per-site choices for sign, encrypt, and decrypt requests
- Birdex chorus button -- play every recorded song for a species in sequence, straight from the species page
### Changed
- Zap dialog redesigned -- both on-chain and Lightning tabs lead with a big editable dollar amount, a shared preset row, and a single `Send $X` button. Lightning presets now start at $0.10 for tip-sized sends, the $100 two-tap confirmation applies to both flows, and insufficient-balance shows directly on the amount and button
- Share button removed from the post action bar -- share lives in the post "More" menu instead, leaving reply, repost, react, and zap front and center
### Fixed
- Sing-to-Blobbi mic access works on Android and preview playback works on iOS
- Blobbi sleepy-eye animation no longer breaks when the same Blobbi appears in multiple places on screen
- Search dropdown highlight icons now have enough contrast to read against the selected row
## [2.12.2] - 2026-05-04
### Added
+1 -1
View File
@@ -14,7 +14,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "2.12.2"
versionName "2.13.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
+2 -2
View File
@@ -323,7 +323,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.12.2;
MARKETING_VERSION = 2.13.0;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = pub.ditto.app;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -347,7 +347,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.12.2;
MARKETING_VERSION = 2.13.0;
PRODUCT_BUNDLE_IDENTIFIER = pub.ditto.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "ditto",
"private": true,
"version": "2.12.2",
"version": "2.13.0",
"type": "module",
"scripts": {
"dev": "npm i --silent && vite",
+20
View File
@@ -1,5 +1,25 @@
# Changelog
## [2.13.0] - 2026-05-05
### Added
- Drag-to-feed Kitchen -- drag a food item straight to your Blobbi's mouth to feed it, with a chewing animation, crumb particles, a happy reaction, and a soft feeding sound
- Blobbi social interactions -- feed, play, clean, and medicate other people's Blobbis, with facial reactions, sparkles, floating hearts, and an Activity tab showing who cared for your Blobbi. Owners can toggle whether their Blobbi is open to visitors
- Highlight events -- pull-quote excerpts from articles and notes now render as attributed blockquotes in feeds, post details, quote embeds, and notifications, with their own toggleable feed and notification category
- Commenting on any identifier -- every `/i/` page (books, Bitcoin transactions, geohashes, ISBNs, and more) now has a full comment thread with a compose box, and books get the same curved-tab styling as the rest of the app
- nsite sidebar pinning -- pin nsite preview links from a post's "More" menu; clicking the sidebar item auto-launches the preview, complete with the site's favicon and title
- Run nsites as logged in -- nsite previews now inject a Nostr signer into the sandboxed site, with a shield-icon permission manager that remembers per-site choices for sign, encrypt, and decrypt requests
- Birdex chorus button -- play every recorded song for a species in sequence, straight from the species page
### Changed
- Zap dialog redesigned -- both on-chain and Lightning tabs lead with a big editable dollar amount, a shared preset row, and a single `Send $X` button. Lightning presets now start at $0.10 for tip-sized sends, the $100 two-tap confirmation applies to both flows, and insufficient-balance shows directly on the amount and button
- Share button removed from the post action bar -- share lives in the post "More" menu instead, leaving reply, repost, react, and zap front and center
### Fixed
- Sing-to-Blobbi mic access works on Android and preview playback works on iOS
- Blobbi sleepy-eye animation no longer breaks when the same Blobbi appears in multiple places on screen
- Search dropdown highlight icons now have enough contrast to read against the selected row
## [2.12.2] - 2026-05-04
### Added