release: v2.1.0

This commit is contained in:
Alex Gleason
2026-03-26 22:31:54 -05:00
parent 5fed2f4182
commit c1b33e17c8
5 changed files with 24 additions and 4 deletions
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## [2.1.0] - 2026-03-26
### Added
- In-app changelog page so you can see what's new without leaving Ditto
- Pre-release indicator in settings for those living on the edge
### Fixed
- Changelog page no longer shows a duplicate title
- CI release pipeline uses the correct command for publishing
## [2.0.0] - 2026-03-26
Initial release of Ditto 2.0 -- a complete rewrite of Ditto.
+1 -1
View File
@@ -14,7 +14,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "2.0.0"
versionName "2.1.0"
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
@@ -303,7 +303,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.1.0;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = pub.ditto.app;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -325,7 +325,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.1.0;
PRODUCT_BUNDLE_IDENTIFIER = pub.ditto.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "mkstack",
"private": true,
"version": "2.0.0",
"version": "2.1.0",
"type": "module",
"scripts": {
"dev": "npm i --silent && vite",
+10
View File
@@ -1,5 +1,15 @@
# Changelog
## [2.1.0] - 2026-03-26
### Added
- In-app changelog page so you can see what's new without leaving Ditto
- Pre-release indicator in settings for those living on the edge
### Fixed
- Changelog page no longer shows a duplicate title
- CI release pipeline uses the correct command for publishing
## [2.0.0] - 2026-03-26
Initial release of Ditto 2.0 -- a complete rewrite of Ditto.