release: v2.14.2

This commit is contained in:
Alex Gleason
2026-05-11 09:47:26 -07:00
parent f525f9c393
commit c85f65a99a
5 changed files with 28 additions and 4 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## [2.14.2] - 2026-05-11
### Added
- Switch Blobbis straight from the home widget -- a new arrow button below the companion icon opens a popover of all your Blobbis with horizontal scroll, a close button, and accessible labels, so you can flip between them without leaving your feed
- Two new energy items in the Blobbi shop -- an Energy Drink and a Power Nap Pillow -- plus a "Needs Now" summary in the activity tab that surfaces what your Blobbi is asking for right now, with priority badges
### Changed
- Visiting friends can only help a Blobbi with stats that are actually in visual distress, so social care goes where it's needed instead of stacking on a Blobbi that's already thriving
### Fixed
- Caring for a friend's Blobbi reliably triggers the companion's reaction layer again -- the action context is now wired through the Blobbi page so feedback animations land where you tap
## [2.14.1] - 2026-05-10
### Added
+1 -1
View File
@@ -14,7 +14,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "2.14.1"
versionName "2.14.2"
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.14.1;
MARKETING_VERSION = 2.14.2;
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.14.1;
MARKETING_VERSION = 2.14.2;
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.14.1",
"version": "2.14.2",
"type": "module",
"scripts": {
"dev": "npm i --silent && vite",
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## [2.14.2] - 2026-05-11
### Added
- Switch Blobbis straight from the home widget -- a new arrow button below the companion icon opens a popover of all your Blobbis with horizontal scroll, a close button, and accessible labels, so you can flip between them without leaving your feed
- Two new energy items in the Blobbi shop -- an Energy Drink and a Power Nap Pillow -- plus a "Needs Now" summary in the activity tab that surfaces what your Blobbi is asking for right now, with priority badges
### Changed
- Visiting friends can only help a Blobbi with stats that are actually in visual distress, so social care goes where it's needed instead of stacking on a Blobbi that's already thriving
### Fixed
- Caring for a friend's Blobbi reliably triggers the companion's reaction layer again -- the action context is now wired through the Blobbi page so feedback animations land where you tap
## [2.14.1] - 2026-05-10
### Added