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