-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathupdate.json
More file actions
36 lines (35 loc) · 3.27 KB
/
update.json
File metadata and controls
36 lines (35 loc) · 3.27 KB
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
32
33
34
35
36
{
"homepage": "https://www.curseforge.com/minecraft/mc-mods/backups",
"promos": {
"1.8.9-recommended": "1.4.1",
"1.12.2-recommended": "1.5.7"
},
"1.8.9": {
"1.1": "Added forge update checker.\nFixed crash on servers.\nFixed creating duplicate textures every time you opened the backups GUI.\nFixed restore command using wrong backup.",
"1.2": "When entering a backup, region files are now copied on demand instead of all at once. This will greatly speed up entering a backup and decrease load on the disk.\nBackup trimming is now configurable.\nFixed some things that could've cause errors in the future.",
"1.3": "Fixed a bug where backups would always fail if you didn't have the right permissions on Windows.\nYou can now double click a backup to enter it.",
"1.4": "",
"1.4.1": "Fixed some bugs."
},
"1.12.2": {
"1.1": "Added forge update checker.\nFixed crash on servers.\nFixed creating duplicate textures every time you opened the backups GUI.\nFixed restore command using wrong backup.",
"1.2": "When entering a backup, region files are now copied on demand instead of all at once. This will greatly speed up entering a backup and decrease load on the disk.\nBackup trimming is now configurable.\nFixed some things that could've cause errors in the future.",
"1.3": "Fixed a bug where backups would always fail if you didn't have the right permissions on Windows.\nYou can now double click a backup to enter it.",
"1.4": "Changed format of backups to use gzip instead of straight DEFLATE.\nAdded some new config options.\nAdded /lastbackup command that will display the time of the last backup.\nAdded label argument to /backup.\nAdded the ability to restore player inventories with /restore.\nAdded command line restore option for servers.",
"1.4.1": "Fixed crash when using the mod for the first time.\nAdded progress bar to converting backups.",
"1.4.2": "Fix issue 5.\nFixed backup message now being localized for client without the mod.\nFixed /lastbackup command crashing on servers.",
"1.4.3": "Fix some bugs.",
"1.4.4": "Fixed conflict with Open Terrain Generator mod.",
"1.4.5": "Removed buggy backup update code.\nBundled all commands into one command to be more compatible with other mods like world edit.",
"1.4.8": "Added listbackups and serverrestore commands.\nAdded config option for backups at world start.",
"1.4.9": "The time between backups is now saved with the world.",
"1.5.0": "Added restore world command to restore the entire world.\nAdded config option for setting a max age for backups.\nAdded tooltips to the backups GUI.",
"1.5.1": "Added config option for maximum number of backups.",
"1.5.2": "Made restoring more error resistant.",
"1.5.3": "Fixed a bug where restoring a backup would fail if the world dir didn't exist.",
"1.5.4": "Made the \"you are in a backup\" message display every 5 minutes instead of only when the world starts.",
"1.5.5": "Fixed bug with permissions and the backup command.",
"1.5.6": "Fixed bug where backups were created twice as fast as they should be.\nFixed bug where entering a backup would sometimes crash the game.",
"1.5.7": "Moved world data flushing to another thread to minimize the amount of time the server is frozen when starting a backup."
}
}