Bump version numbers to 0.13.0

This commit is contained in:
Hank Grabowski 2024-09-03 19:41:32 -04:00
parent 62882d7d97
commit 90efcca73b
2 changed files with 19 additions and 7 deletions

View file

@ -1,27 +1,39 @@
# Relatica Change Log # Relatica Change Log
## Version 0.13.0 (beta)
* Changes
* Fixes
* New Features
## Version 0.12.0 (beta) ## Version 0.12.0 (beta)
* Changes * Changes
* Use the network data in the friendica extensions rather than the application data if available since the app data * Use the network data in the friendica extensions rather than the application data if available
since the app data
is the app name. ([Feature #106](https://gitlab.com/mysocialportal/relatica/-/issues/106)) is the app name. ([Feature #106](https://gitlab.com/mysocialportal/relatica/-/issues/106))
* Fixes * Fixes
* Fixes final column of network settings getting chopped off on smaller * Fixes final column of network settings getting chopped off on smaller
screens ([Issue #102](https://gitlab.com/mysocialportal/relatica/-/issues/102)) screens ([Issue #102](https://gitlab.com/mysocialportal/relatica/-/issues/102))
* Only circles now appear in the Profile view for adding users to a circle. Previously groups and channels showed up * Only circles now appear in the Profile view for adding users to a circle. Previously groups
there too which was nonsensical. ([Issue #103](https://gitlab.com/mysocialportal/relatica/-/issues/103)) and channels showed up
there too which was
nonsensical. ([Issue #103](https://gitlab.com/mysocialportal/relatica/-/issues/103))
* Fix broken embedded images in message HTML when servers are running block post post-Friendica * Fix broken embedded images in message HTML when servers are running block post post-Friendica
2024.08.([Issue #105](https://gitlab.com/mysocialportal/relatica/-/issues/105)) 2024.08.([Issue #105](https://gitlab.com/mysocialportal/relatica/-/issues/105))
* Fix broken Diaspora links when using "Copy URL" or "Open in * Fix broken Diaspora links when using "Copy URL" or "Open in
Browser".([Issue #109](https://gitlab.com/mysocialportal/relatica/-/issues/109)) Browser".([Issue #109](https://gitlab.com/mysocialportal/relatica/-/issues/109))
* New Features * New Features
* Focus Mode with ability to set duration and difficulty for unlocking beforehand. Focus mode in this release shows * Focus Mode with ability to set duration and difficulty for unlocking beforehand. Focus mode in
only the "My Posts" timeline and no bottom navigation bar. So one can't get to search, notifications, this release shows
only the "My Posts" timeline and no bottom navigation bar. So one can't get to search,
notifications,
contacts, etc. One can create new posts, comments, and edits to those things contacts, etc. One can create new posts, comments, and edits to those things
though. ([Feature #95](https://gitlab.com/mysocialportal/relatica/-/issues/95)) though. ([Feature #95](https://gitlab.com/mysocialportal/relatica/-/issues/95))
* Add resharing of Bluesky posts if connected to a Friendica server running 2024.08 or * Add resharing of Bluesky posts if connected to a Friendica server running 2024.08 or
later. ([Feature #107](https://gitlab.com/mysocialportal/relatica/-/issues/107)) later. ([Feature #107](https://gitlab.com/mysocialportal/relatica/-/issues/107))
* Shows the Circles, Groups, and Channels timelines if connected to a Friendica server running 2024.08 or * Shows the Circles, Groups, and Channels timelines if connected to a Friendica server running
2024.08 or
later.([Feature #108](https://gitlab.com/mysocialportal/relatica/-/issues/108)) later.([Feature #108](https://gitlab.com/mysocialportal/relatica/-/issues/108))
## Version 0.11.0 (beta) ## Version 0.11.0 (beta)

View file

@ -2,7 +2,7 @@ name: relatica
description: A mobile and desktop client for interacting with the Friendica social network 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 publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.12.0+8 version: 0.13.0+9
environment: environment:
sdk: '>=3.2.0 <4.0.0' sdk: '>=3.2.0 <4.0.0'