Skip to content

Commit

Permalink
chore: release V0.4.0 🚀 🌔
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Sep 11, 2017
1 parent be83a7d commit 9316c85
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-drive",
"version": "0.3.8",
"version": "0.4.0",
"main": "src/main.jsx",
"scripts": {
"build:drive": "npm run build:drive:browser",
Expand Down
12 changes: 6 additions & 6 deletions targets/drive/mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,21 @@ $ cordova run ios

### Android

Create this folders:
Create these folders:

```
$ mkdir mobile/keys
$ mkdir mobile/keys/android
$ mkdir mobile/build
$ mkdir mobile/build/android
$ mkdir targets/drive/mobile/keys
$ mkdir targets/drive/mobile/keys/android
$ mkdir targets/drive/mobile/build
$ mkdir targets/drive/mobile/build/android
```

You must have this files:

- keys/android/cozy-drive-release-key.jks (and the password)
- keys/android/key.json

To generate a signed APK on `mobile/build/android/` and publish on Google Play:
To generate a signed APK on `targets/drive/mobile/build/android/` and publish on Google Play:

```
$ npm run android:publish
Expand Down
2 changes: 1 addition & 1 deletion targets/drive/mobile/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.cozy.drive.mobile" version="0.3.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.cozy.drive.mobile" version="0.4.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Cozy Drive</name>
<description>Sync files from your Cozy.</description>
<author email="[email protected]" href="https://cozy.io">Cozy Cloud</author>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- You can view files offline
- Photos backup stability and performance has been improved
- You can view recently modified files directly from the new "Recents" tab
- Minor fixes to sharing
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Vous pouvez consulter des fichiers hors-ligne
- La stabilité et les performances de la sauvegarde de photos ont été améliorées
- Vous pouvez consulter les fichiers récemment modifiées directement depuis le nouvel onglet "Récent"
- Des corrections mineurs ont été apportées au partage

0 comments on commit 9316c85

Please sign in to comment.