Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQwertiest committed Jan 9, 2019
1 parent b29cb72 commit fd0c91c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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).
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion foo_spider_monkey_panel/component_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd0c91c

Please sign in to comment.