mirror of
				https://github.com/robweber/xbmcbackup.git
				synced 2025-11-04 11:12:16 +01:00 
			
		
		
		
	update to release version
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
# Backup Addon
 | 
					# Backup Addon
 | 
				
			||||||
  [](https://app.travis-ci.com/github/robweber/xbmcbackup) [](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt) [](https://www.python.org/dev/peps/pep-0008/)
 | 
					  [](https://app.travis-ci.com/github/robweber/xbmcbackup) [](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt) [](https://www.python.org/dev/peps/pep-0008/)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## About
 | 
					## About
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | 
					<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | 
				
			||||||
<addon id="script.xbmcbackup"
 | 
					<addon id="script.xbmcbackup"
 | 
				
			||||||
    name="Backup" version="1.6.8~beta2" provider-name="robweber">
 | 
					    name="Backup" version="1.6.8" provider-name="robweber">
 | 
				
			||||||
  <requires>
 | 
					  <requires>
 | 
				
			||||||
    <import addon="xbmc.python" version="3.0.0"/>
 | 
					    <import addon="xbmc.python" version="3.0.0"/>
 | 
				
			||||||
    <import addon="script.module.dateutil" version="2.8.0" />
 | 
					    <import addon="script.module.dateutil" version="2.8.0" />
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,18 +4,19 @@ All notable changes to this project will be documented in this file.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 | 
					The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [Unrelease](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.7...robweber:matrix)
 | 
					## [Version 1.6.8](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.7...robweber:matrix-1.6.8)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Changed
 | 
					### Changed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- use the `<source>files</source>` tag on the remote path browser to bring in saved file paths from the File Manager
 | 
					- use the `<source>files</source>` tag on the remote path browser to bring in saved file paths from the File Manager
 | 
				
			||||||
- multiple language files updated through integration with [Webpate](https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-xbmcbackup/), thanks to @gade01 for helping to get it working.
 | 
					- multiple language files updated through integration with [Weblate](https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/script-xbmcbackup/), thanks to @gade01 for helping to get it working.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Fixed
 | 
					### Fixed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- default en_gb file must use empty `msgstr` value
 | 
					- default en_gb file must use empty `msgstr` value
 | 
				
			||||||
- minor UI fixes for dialog prompts
 | 
					- minor UI fixes for dialog prompts
 | 
				
			||||||
- fixed catch22 situation where Dropbox remote tries to load prior to authorization flow
 | 
					- fixed catch22 situation where Dropbox remote tries to load prior to authorization flow
 | 
				
			||||||
 | 
					- travis CI links in README
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [Version 1.6.7](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.5...robweber:matrix-1.6.7) - 2021-04-16
 | 
					## [Version 1.6.7](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.5...robweber:matrix-1.6.7) - 2021-04-16
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user