From 7b34cbb682a22bc5c69031d0b3222a41eccea550 Mon Sep 17 00:00:00 2001 From: heebijeebi Date: Sat, 24 Dec 2016 12:38:11 +0100 Subject: [PATCH] Getting ready for release of v16.12.24 --- Changelog.txt | 2 +- project/Changelog.txt | 22 ++++++++++++++-------- project/FuncMisc.au3 | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index e1f9701..034899b 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,7 +1,7 @@ Changelog: ------------ -16.12.XX: +16.12.24: - Update: elementary icon theme - Update: Gnome/Adwaita icon theme - Update: AIMP3 Icons diff --git a/project/Changelog.txt b/project/Changelog.txt index ba5396c..1e9611c 100644 --- a/project/Changelog.txt +++ b/project/Changelog.txt @@ -1,11 +1,17 @@ Changelog: ------------ -16.12.XX: -- Update: elementary icon theme -- Update: Adwaita/Gnome icon theme -- Update: AIMP3 Icons -- Update: Mozilla Firefox / Thunderbird Theme compatibility Updates. Also uploaded to Mozilla Addons due to the need of AddOns to be signed and for easier updating. Signed files are inclued. -- Update: SMPlayer Themes for v16.11.0 -- Fix: Updater will now simply download the latest Offline-Installer from GitHub. No more updating of parts due to bandwith limitations of Dropbox. -- Fix: Error during extraction of resources on x86 OS. \ No newline at end of file +16.01.07: +- Update: Several elementary icons & bitmaps +- Update: elementaryOS Skin for Winyl (source by vicing | http://vicing.deviantart.com/) +- Update: elementaryOS Visual Style for Windows 7 +- Update: Making the Reloader smarter to reduce reboots +- Update: Mozilla Firefox Theme compatibility Updates +- Update: Mozilla Firefox Theme-Extras uploaded to Mozilla Addons due to the need of AddOns to be signed by v43.0. Signed files are inclued. +- Update: Extending the possibilities for the Overriding-Feature +- Update: UltraUXThemePatcher v3.0.4 +- New: elementaryOS Skin for AIMP +- New: elementaryOS Skin for RadioSure (source by vicing | http://vicing.deviantart.com/) +- New: elementaryOS Skin for VLC (by vicing | http://vicing.deviantart.com/) +- Fix: Updater can't download latest version +- Fix: Checking for the right Windows Version didn't work properly anymore in the newest Build of Windows 10 causing the Patcher to patch unsupported files \ No newline at end of file diff --git a/project/FuncMisc.au3 b/project/FuncMisc.au3 index 95a78f3..d65066b 100644 --- a/project/FuncMisc.au3 +++ b/project/FuncMisc.au3 @@ -2,7 +2,7 @@ Func Defines() ;This defines all the globally used Variables Global $AppName = "WinTango Patcher" - Global $AppVersion = "16.12.XX" + Global $AppVersion = "16.12.24" Global $AppPublisher = "heebijeebi" Global $AppRegKey = "HKLM\Software\" & $AppName