Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQwertiest committed Feb 19, 2018
1 parent 1420686 commit bb011ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Changelog

## [Unreleased]

## [4.1.1] - 2018-02-19
### Changed
Playlist Panel:
- Playlist Manager: changed animations style for better consistency with the rest of the theme.
- Playlist Manager: changed button animation style for better consistency with the rest of the theme.
- Grouping Dialogs:
- Dialog windows are now centered.
- Added workaround for borked buttons in Windows 7.
- 'Apply' and 'Update' buttons are now active only when there are pending changes.
- Added workaround for borked buttons in Windows 7.
- Added fb2k icon to the window.
- 'Apply' and 'Update' buttons are now active only when there are pending changes.
- Dialog windows are now centered.

## [4.1.0] - 2018-02-06
### Added
Expand Down Expand Up @@ -193,7 +195,8 @@ Playlist Panel:
### Fixed
- Fixed various crashes caused by incompatibility with JScript.

[Unreleased]: https://github.com/theqwertiest/CaTRoX_QWR/compare/v4.1.0...HEAD
[Unreleased]: https://github.com/theqwertiest/CaTRoX_QWR/compare/v4.1.1...HEAD
[4.1.0]: https://github.com/theqwertiest/CaTRoX_QWR/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/theqwertiest/CaTRoX_QWR/compare/v4.0.5...v4.1.0
[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
Expand Down
2 changes: 1 addition & 1 deletion theme/Scripts/Common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

var g_theme = {};
g_theme.name = 'CaTRoX (QWR Edition)';
g_theme.version = '4.1.0';
g_theme.version = '4.1.1';
g_theme.folder_name = 'CaTRoX';
g_theme.script_folder = 'themes\\' + g_theme.folder_name + '\\Scripts\\';

Expand Down

0 comments on commit bb011ee

Please sign in to comment.