release: v2.14.4

This commit is contained in:
Alex Gleason
2026-05-11 14:01:54 -07:00
parent f5bb8afaec
commit 814d1909f6
5 changed files with 18 additions and 4 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [2.14.4] - 2026-05-11
The Wikipedia featured-article card on your home feed now shows article titles cleanly without the underscores, and tapping it opens the article right inside Ditto instead of bouncing you out to a new browser tab.
### Fixed
- The Wikipedia featured-article widget now shows the article's normalized title (e.g. "Japan Cup" instead of "Japan_Cup") and opens in the in-app article view instead of an external browser tab
## [2.14.3] - 2026-05-11
A behind-the-scenes maintenance release with no user-facing changes.
+1 -1
View File
@@ -14,7 +14,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "2.14.3"
versionName "2.14.4"
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.3;
MARKETING_VERSION = 2.14.4;
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.3;
MARKETING_VERSION = 2.14.4;
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.3",
"version": "2.14.4",
"type": "module",
"scripts": {
"dev": "npm i --silent && vite",
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [2.14.4] - 2026-05-11
The Wikipedia featured-article card on your home feed now shows article titles cleanly without the underscores, and tapping it opens the article right inside Ditto instead of bouncing you out to a new browser tab.
### Fixed
- The Wikipedia featured-article widget now shows the article's normalized title (e.g. "Japan Cup" instead of "Japan_Cup") and opens in the in-app article view instead of an external browser tab
## [2.14.3] - 2026-05-11
A behind-the-scenes maintenance release with no user-facing changes.