mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
1.7.5
This commit is contained in:
parent
d4305520ac
commit
a8884ab475
@ -11,8 +11,8 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~
|
cd ~
|
||||||
wget https://github.com/vmstan/gravity-sync/archive/v1.7.4.zip
|
wget https://github.com/vmstan/gravity-sync/archive/v1.7.5.zip
|
||||||
unzip v1.7.4.zip -d gravity-sync
|
unzip v1.7.5.zip -d gravity-sync
|
||||||
cd gravity-sync
|
cd gravity-sync
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -11,6 +11,12 @@
|
|||||||
**Known Issues**
|
**Known Issues**
|
||||||
- No new Star Trek references.
|
- No new Star Trek references.
|
||||||
|
|
||||||
|
#### 1.7.5
|
||||||
|
- No code changes!
|
||||||
|
- Primary README now only reflect "The Easy Way" to install and configure Gravity Sync
|
||||||
|
- "The Less Easy Way" are now part of [ADVANCED.md](https://github.com/vmstan/gravity-sync/blob/master/ADVANCED.md)
|
||||||
|
- All advanced configuration options are outlined in [ADVANCED.md](https://github.com/vmstan/gravity-sync/blob/master/ADVANCED.md)
|
||||||
|
|
||||||
#### 1.7.4
|
#### 1.7.4
|
||||||
- `./gravity-sync.sh dev` will now toggle dev flag on/off. No `touch` required, although it still works that way under the covers. Improvement of methods added in 1.7.2.
|
- `./gravity-sync.sh dev` will now toggle dev flag on/off. No `touch` required, although it still works that way under the covers. Improvement of methods added in 1.7.2.
|
||||||
- `./gravity-sync.sh update` performs better error handling.
|
- `./gravity-sync.sh update` performs better error handling.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# GRAVITY SYNC BY VMSTAN #####################
|
# GRAVITY SYNC BY VMSTAN #####################
|
||||||
PROGRAM='Gravity Sync'
|
PROGRAM='Gravity Sync'
|
||||||
VERSION='1.7.4'
|
VERSION='1.7.5'
|
||||||
|
|
||||||
# Execute from the home folder of the user who owns it (ex: 'cd ~/gravity-sync')
|
# Execute from the home folder of the user who owns it (ex: 'cd ~/gravity-sync')
|
||||||
# For documentation or downloading updates visit https://github.com/vmstan/gravity-sync
|
# For documentation or downloading updates visit https://github.com/vmstan/gravity-sync
|
||||||
|
Loading…
Reference in New Issue
Block a user