release: v2.14.1

This commit is contained in:
Alex Gleason
2026-05-10 19:42:40 -07:00
parent e54d7c8155
commit ac901ac096
5 changed files with 28 additions and 4 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## [2.14.1] - 2026-05-10
### Added
- On-chain zaps now show up in your notifications alongside Lightning zaps, with the same header, sats label, and bolt icon -- and the Zaps notification toggle controls both at once
### Changed
- Stacked avatars in follow lists, follow sets, and follow packs are now clickable -- tap any face to jump straight to that person's profile, with a visible focus ring for keyboard navigation
- Follow list links now point to the live, stable list instead of a frozen revision, so you always see the latest version when you open one from a feed
### Fixed
- When someone reposts a reaction, zap, repost, or poll vote, the "X reposted" attribution now shows above the activity card instead of being silently dropped
## [2.14.0] - 2026-05-09
### Added
+1 -1
View File
@@ -14,7 +14,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "2.14.0"
versionName "2.14.1"
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.0;
MARKETING_VERSION = 2.14.1;
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.0;
MARKETING_VERSION = 2.14.1;
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.0",
"version": "2.14.1",
"type": "module",
"scripts": {
"dev": "npm i --silent && vite",
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## [2.14.1] - 2026-05-10
### Added
- On-chain zaps now show up in your notifications alongside Lightning zaps, with the same header, sats label, and bolt icon -- and the Zaps notification toggle controls both at once
### Changed
- Stacked avatars in follow lists, follow sets, and follow packs are now clickable -- tap any face to jump straight to that person's profile, with a visible focus ring for keyboard navigation
- Follow list links now point to the live, stable list instead of a frozen revision, so you always see the latest version when you open one from a feed
### Fixed
- When someone reposts a reaction, zap, repost, or poll vote, the "X reposted" attribution now shows above the activity card instead of being silently dropped
## [2.14.0] - 2026-05-09
### Added