Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.md - github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99775b451824f9c4ea6b107361c230fbe519a575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Changelog

### 1.0.5

- new file's content is now empty instead of null.
- general improvement of the user experience.


### 1.0.4

- fixing an issue with some types of external storage,
- ignoring default apps/ folder when parsing custom_apps


### 1.0.3

- fixing a loop in DI


### 1.0.1

- ignore exception during the uninstall process if external appdata is not found
- adding a settings to enable/disable cron jobs. Should not break setup from 1.0.0
- adding `generate_logs` config flag to generate a log file within the backup folder when a backup, pack
  or upload process is initiated from cronjob
- lock cronjob jobs when running to avoid parallels process on big instance


### 1.0.0

First release for NC23