From 193d0e3f52ac1da536c29c5899e92c7ec5949c58 Mon Sep 17 00:00:00 2001 From: TheQwertiest Date: Wed, 10 Jan 2018 15:37:21 +0300 Subject: [PATCH] v4.0.5 --- CHANGELOG.md | 8 ++++++-- theme/Scripts/Common.js | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 016563c..4d432c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ## [Unreleased] ### Added -- Art Mode: title queries and title cycle interval can be configured now through Panel Properties. - Added compatibility fixes for vanilla JScript v2.0.0 component. +## [4.0.5] - 2018-01-10 +### Added +- Art Mode: title queries and title cycle interval can be configured now through Panel Properties. + ### Changed - Art Mode: empty title text is skipped skipped now. - Top Panel: adjusted fb2k logo color :D @@ -141,7 +144,8 @@ other than NoBorder. ### Fixed - Fixed various crashes caused by incompatibility with JScript. -[Unreleased]: https://github.com/theqwertiest/CaTRoX_QWR/compare/v4.0.4...HEAD +[Unreleased]: https://github.com/theqwertiest/CaTRoX_QWR/compare/v4.0.5...HEAD +[4.0.5]: https://github.com/theqwertiest/CaTRoX_QWR/compare/v4.0.4...v4.0.5 [4.0.4]: https://github.com/theqwertiest/CaTRoX_QWR/compare/v4.0.3...v4.0.4 [4.0.3]: https://github.com/theqwertiest/CaTRoX_QWR/compare/v4.0.2b...v4.0.3 [4.0.2b]: https://github.com/theqwertiest/CaTRoX_QWR/compare/v4.0.2a...v4.0.2b diff --git a/theme/Scripts/Common.js b/theme/Scripts/Common.js index 9c4a4a2..50ec2ad 100644 --- a/theme/Scripts/Common.js +++ b/theme/Scripts/Common.js @@ -5,7 +5,7 @@ var g_theme_name = 'CaTRoX (QWR Edition)'; var g_theme_folder = 'CaTRoX'; -var g_theme_version = '4.0.4'; +var g_theme_version = '4.0.5'; var scriptFolder = 'themes\\' + g_theme_folder + '\\Scripts\\'; // ================================================================================= //