release: v2.14.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ditto",
|
||||
"private": true,
|
||||
"version": "2.14.0",
|
||||
"version": "2.14.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "npm i --silent && vite",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user