diff --git a/CHANGELOG b/CHANGELOG index e3b6b45..2ff4bff 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,33 +1,6 @@ -1.4.2 / +1.0.0 / June 1, 2019 [Alexandr Topilski] - Service version - Playlist generation - Avformat streams - -1.4.1 / May 28, 2019 -[Alexandr Topilski] -- Create user script -- Bug fixes - -1.4.0 / May 26, 2019 -[Alexandr Topilski] -- Hls output fixed -- View playlist -- Combobox for servers -- Upload m3u file -- Compress connection - -1.3.0 / May 12, 2019 -[Alexandr Topilski] -- User have many servers -- Remote connctsions - -1.2.0 / February 1, 2019 -[Alexandr Topilski] -- Front end review -- Get logs -- Service db entry - -1.1.0 / January 25, 2019 -[Alexandr Topilski] -- First release +- Roles diff --git a/app/config/public_config.py b/app/config/public_config.py index 67806e7..dccac59 100644 --- a/app/config/public_config.py +++ b/app/config/public_config.py @@ -2,4 +2,4 @@ PUBLIC_CONFIG = {'site': {'title': 'FastoCloud', 'keywords': 'video,cloud,iptv,s 'company': {'title': 'FastoGT', 'domain': 'https://fastogt.com'}, 'support': {'contact_email': 'support@fastogt.com', 'contact_address': 'Republic of Belarus, Minsk, Stadionnay str. 5'}, - 'project': {'version': '1.4.2', 'version_type': 'rc'}} + 'project': {'version': '1.0.0', 'version_type': 'release'}}