This repository was archived by the owner on Jul 12, 2020. It is now read-only.
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.7 ] - 2018-11-30
9
9
10
10
### Added
11
11
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
17
17
18
18
### Fixed
19
19
20
+ - Non-latin letters in the title of downloaded files won't be remove anymore
20
21
- Some bugs fixed in decipher dictionary
21
22
22
23
### Deprecated
@@ -195,7 +196,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
195
196
- Simple library for using the functionality in other projects
196
197
- Web interface for downloading youtube videos
197
198
198
- [ Unreleased ] : https://github.com/jeckman/YouTube-Downloader/compare/0.6...HEAD
199
+ [ Unreleased ] : https://github.com/jeckman/YouTube-Downloader/compare/0.7...HEAD
200
+ [ 0.7 ] : https://github.com/jeckman/YouTube-Downloader/compare/0.6...0.7
199
201
[ 0.6 ] : https://github.com/jeckman/YouTube-Downloader/compare/0.5.1...0.6
200
202
[ 0.5.1 ] : https://github.com/jeckman/YouTube-Downloader/compare/0.5...0.5.1
201
203
[ 0.5 ] : https://github.com/jeckman/YouTube-Downloader/compare/0.4...0.5
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class App
30
30
/**
31
31
* @var string
32
32
*/
33
- private $ version = '0.7-dev ' ;
33
+ private $ version = '0.7 ' ;
34
34
35
35
/**
36
36
* @var YoutubeDownloader\Container\Container
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public function getVersion()
56
56
57
57
$ app = new App ($ container );
58
58
59
- $ this ->assertSame ('0.7-dev ' , $ app ->getVersion ());
59
+ $ this ->assertSame ('0.7 ' , $ app ->getVersion ());
60
60
}
61
61
62
62
/**
You can’t perform that action at this time.
0 commit comments