Merge branch 'main' of gitlab.com:mysocialportal/relatica

merge-requests/67/merge
Hank Grabowski 2024-12-21 10:24:53 -05:00
commit f8cffe4535
3 zmienionych plików z 14 dodań i 8 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -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

Wyświetl plik

@ -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'