mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-02 22:24:18 +00:00
chore: Remove redundant metadata and bump version
This commit is contained in:
parent
a9edf44752
commit
f8dfa4e954
|
@ -10,7 +10,7 @@ AppDir:
|
|||
id: org.selfprivacy.app
|
||||
name: SelfPrivacy
|
||||
icon: org.selfprivacy.app
|
||||
version: 0.9.0
|
||||
version: 0.9.1
|
||||
exec: selfprivacy
|
||||
exec_args: $@
|
||||
apt:
|
||||
|
|
20
fastlane/metadata/android/en-US/changelogs/0.9.1.txt
Normal file
20
fastlane/metadata/android/en-US/changelogs/0.9.1.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
### Bug Fixes
|
||||
|
||||
- Fix volume resizing on Digital Ocean ([#368](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/368), resolves [#367](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/367))
|
||||
- Disable the storage card while volume information is being fetched ([#369](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/369), resolves [#317](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/317))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
- Add copy-to-clipboard for email on user page ([#329](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/329), resolves [#287](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/287))
|
||||
- Add support for ECDSA SSH keys ([#362](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/362), resolves [#319](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/319))
|
||||
- Implement confirmation modal for the volume resize ([#372](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/372), resolves [#308](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/308))
|
||||
|
||||
### Other changes
|
||||
|
||||
- Move service descriptions above login info for service cards ([#342](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/342), resolves [#341](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/341))
|
||||
- Add measure units to 'Extending volume' page ([#344](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/344), resolves [#301](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/301))
|
||||
- Make users to be ordered properly on users page ([#343](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/343), resolves [#340](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/340))
|
||||
- Move service card name to its icon row ([#352](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/352), resolves [#350](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/350))
|
||||
- Reorganize placeholders for empty pages ([#359](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/359), resolves [#348](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/348))
|
||||
- Remove redundant zone id cache for Cloudflare ([#371](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/issues/371))
|
|
@ -1 +0,0 @@
|
|||
Nightly builds of SelfPrivacy app.
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
|
@ -1 +0,0 @@
|
|||
Self-hosted services without pain
|
|
@ -1 +0,0 @@
|
|||
SelfPrivacy (Nightly)
|
|
@ -1,23 +0,0 @@
|
|||
<p>SelfPrivacy — is a platform on your cloud hosting, that allows to deploy your own private services and control them using mobile application.</p>
|
||||
|
||||
<p>To use this application, you'll be required to create accounts of different service providers. Please reffer to this manual: https://selfprivacy.org/en/second</p>
|
||||
|
||||
<p>Application will do the following things for you:</p>
|
||||
|
||||
<ol>
|
||||
<li>Create your personal server</li>
|
||||
<li>Setup NixOS</li>
|
||||
<li>Bring all services to the ready-to-use state. Services include:</li>
|
||||
</ol>
|
||||
|
||||
<ul>
|
||||
<li>E-mail, ready to use with DeltaChat</li>
|
||||
<li>NextCloud — your personal cloud storage</li>
|
||||
<li>Bitwarden — secure and private password manager</li>
|
||||
<li>Pleroma — your private fediverse space for blogging</li>
|
||||
<li>Jitsi — awesome Zoom alternative</li>
|
||||
<li>Gitea — your own Git server</li>
|
||||
<li>OpenConnect — Personal VPN server</li>
|
||||
</ul>
|
||||
|
||||
<p><b>Project is currently in open beta state</b>. Feel free to try it. It would be much appreciated if you would provide us with some feedback.</p>
|
Binary file not shown.
Before Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 60 KiB |
Binary file not shown.
Before Width: | Height: | Size: 78 KiB |
Binary file not shown.
Before Width: | Height: | Size: 52 KiB |
Binary file not shown.
Before Width: | Height: | Size: 43 KiB |
|
@ -1 +0,0 @@
|
|||
Self-hosted services without pain
|
|
@ -1 +0,0 @@
|
|||
SelfPrivacy
|
|
@ -1,7 +1,7 @@
|
|||
name: selfprivacy
|
||||
description: selfprivacy.org
|
||||
publish_to: 'none'
|
||||
version: 0.9.0+18
|
||||
version: 0.9.1+19
|
||||
|
||||
environment:
|
||||
sdk: '>=3.0.2 <4.0.0'
|
||||
|
|
Loading…
Reference in a new issue