From 5b6290ddc5c8d5b885559b7e41ebf6954edce3f9 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Fri, 20 Dec 2024 13:33:59 -0500 Subject: [PATCH 1/2] Update install.md to v0.14.0 links --- install.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install.md b/install.md index 345b685..3a42cba 100644 --- a/install.md +++ b/install.md @@ -6,12 +6,12 @@ For more information about the current beta testing program # Latest Binaries: -* Android v0.12.0 Is available by invitation through Play Store beta (please see me for access) - or [this self-installable ZIP file](https://mysocialportal-relatica.nyc3.cdn.digitaloceanspaces.com/v0.12.0/relatica_v0.12.0.apk.zip) -* iPhone/iPad v0.12.0: This is only available through TestFlight. Please contact me for access. -* [Windows (Intel) v0.12.0](https://mysocialportal-relatica.nyc3.cdn.digitaloceanspaces.com/v0.12.0/relatica_v0.12.0_win_x64.zip) -* macOS v0.12.0:This is only available through TestFlight. Please contact me for access. -* [Linux v0.12.0 (tested on Ubuntu 20 and 22)](https://mysocialportal-relatica.nyc3.cdn.digitaloceanspaces.com/v0.12.0/relatica_v0.12.0_linux_x64.zip) +* Android v0.14.0 Is available by invitation through Play Store beta (please see me for access) + or [this self-installable ZIP file](https://mysocialportal-relatica.nyc3.cdn.digitaloceanspaces.com/v0.14.0/relatica_v0.14.0.apk.zip) +* iPhone/iPad v0.14.0: This is only available through TestFlight. Please contact me for access. +* [Windows (Intel) v0.14.0](https://mysocialportal-relatica.nyc3.cdn.digitaloceanspaces.com/v0.14.0/relatica_v0.14.0_win_x64.zip) +* macOS v0.14.0:This is only available through TestFlight. Please contact me for access. +* [Linux v0.14.0 (tested on Ubuntu 20 and 22)](https://mysocialportal-relatica.nyc3.cdn.digitaloceanspaces.com/v0.14.0/relatica_v0.14.0_linux_x64.zip) ## Mobile From dd40c9a5771a9af5e130712800d7c9861c9bdfc5 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Fri, 20 Dec 2024 15:58:29 -0500 Subject: [PATCH 2/2] Version number bump to v0.15.0 --- CHANGELOG.md | 8 +++++++- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bebbf7d..a63d0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Relatica Change Log +## Version 0.15.0 (beta) + +* Changes +* Fixes +* New Features + ## Version 0.14.0 (beta) This was a major architectural refactoring behind the scenes. A lot of inconsistency type bugs -should be squashed by it. That will bear out as it is used by real users however. The notes below +should be squashed by it. That will bear out as it is used by real users, however. The notes below on fixes captures those identified during initial testing. This release will probably require a little more shakeout than previous ones since almost every panel of the app is affected by the refactoring change and all the data handling, syncing, etc. in the backend was affected. diff --git a/pubspec.yaml b/pubspec.yaml index 9187bcf..1d88cbf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: relatica description: A mobile and desktop client for interacting with the Friendica social network publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 0.14.0+11 +version: 0.15.0+12 environment: sdk: '>=3.2.0 <4.0.0'