From fd0c91c8bf2a2553ae2485929c973296860d6986 Mon Sep 17 00:00:00 2001 From: TheQwertiest Date: Wed, 9 Jan 2019 13:47:56 +0300 Subject: [PATCH] v1.1.2 --- CHANGELOG.md | 6 +++++- foo_spider_monkey_panel/component_defines.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0200b04e..3da4aa3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ #### Table of Contents - [Unreleased](#unreleased) +- [1.1.2](#110---2018-01-09) - [1.1.1](#110---2018-11-20) - [1.1.0](#110---2018-11-19) - [1.0.5](#105---2018-11-06) @@ -13,6 +14,8 @@ ___ ## [Unreleased][] + +## [1.1.2][] - 2018-01-09 ### Added - Added additional options to `fb.DoDragDrop`: `show_text`, `use_album_art`, `use_theming` and `custom_image`. - By default `fb.DoDragDrop` now displays an album art of the dragged item (if available). @@ -162,7 +165,8 @@ ___ - More rigorous error checks. - Updated samples with compatibility fixes. -[unreleased]: https://github.com/theqwertiest/foo_spider_monkey_panel/compare/v1.1.1...HEAD +[unreleased]: https://github.com/theqwertiest/foo_spider_monkey_panel/compare/v1.1.2...HEAD +[1.1.1]: https://github.com/TheQwertiest/foo_spider_monkey_panel/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/TheQwertiest/foo_spider_monkey_panel/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/TheQwertiest/foo_spider_monkey_panel/compare/v1.0.5...v1.1.0 [1.0.5]: https://github.com/TheQwertiest/foo_spider_monkey_panel/compare/v1.0.4...v1.0.5 diff --git a/foo_spider_monkey_panel/component_defines.h b/foo_spider_monkey_panel/component_defines.h index 06c5e8e7..e6e2a951 100644 --- a/foo_spider_monkey_panel/component_defines.h +++ b/foo_spider_monkey_panel/component_defines.h @@ -13,7 +13,7 @@ #define SMP_VERSION_MAJOR 1 #define SMP_VERSION_MINOR 1 #define SMP_VERSION_PATCH 2 -#define SMP_VERSION_PRERELEASE_TEXT "beta" +//#define SMP_VERSION_PRERELEASE_TEXT "beta" #ifdef SMP_VERSION_PRERELEASE_TEXT # define SMP_VERSION_PRERELEASE "-" SMP_VERSION_PRERELEASE_TEXT