Skip to content

Commit 2089a9a

Browse files
committed
Preparing for release
1 parent 737a7fc commit 2089a9a

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
lines changed

CHANGELOG

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
* RECENT CHANGES
33
*******************************************************************************
44

5-
=== 0.5.2 ===
6-
- Bugfixes for the tk::GraphDot widget.
7-
- Added new Display::wait_events() method for polling display for incoming events.
8-
- Updated rendering of tk::LedMeterChannel widget.
9-
- Fixed NULL dereference when linking styles in the schema.
10-
- Refactoring of widget rendering, allmost all usages of Color::scale_lightness
5+
=== 1.0.0 ===
6+
* Bugfixes for the tk::GraphDot widget.
7+
* Added new Display::wait_events() method for polling display for incoming events.
8+
* Updated rendering of tk::LedMeterChannel widget.
9+
* Fixed NULL dereference when linking styles in the schema.
10+
* Refactoring of widget rendering, allmost all usages of Color::scale_lightness
1111
replaced with Color::scale_lch_luminance.
12-
- Added 'reduce' options to prop::Allocation property.
13-
- Added 'reduce' options handling by tk::Box and tk::Grid widgets.
14-
- Fixed bug in prop::StringList which could yield to ignore of localization parameters.
15-
- Added support of CIE XYZ D65, CIE LAB D65, CIE LCH D65 and CMYK color schemes for tk::Color property.
16-
- Implemented tk::Schema::add methods for adding custom styles at the initialization stage.
17-
- Fixed bug in clipboard paste for tk::TextDataSink class.
18-
- Updated brightness control for LED channels grouped into LED meters.
19-
- Added border radius support to the tk::Menu widget.
20-
- Fixed prolbem with scrollbar sync for the tk::ListBox widget.
12+
* Added 'reduce' options to prop::Allocation property.
13+
* Added 'reduce' options handling by tk::Box and tk::Grid widgets.
14+
* Fixed bug in prop::StringList which could yield to ignore of localization parameters.
15+
* Added support of CIE XYZ D65, CIE LAB D65, CIE LCH D65 and CMYK color schemes for tk::Color property.
16+
* Implemented tk::Schema::add methods for adding custom styles at the initialization stage.
17+
* Fixed bug in clipboard paste for tk::TextDataSink class.
18+
* Updated brightness control for LED channels grouped into LED meters.
19+
* Added border radius support to the tk::Menu widget.
20+
* Fixed prolbem with scrollbar sync for the tk::ListBox widget.
2121

2222
=== 0.5.1 ===
2323
* Updated code to match lltl library headers.

include/lsp-plug.in/tk/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#ifndef LSP_PLUG_IN_TK_VERSION_H_
2323
#define LSP_PLUG_IN_TK_VERSION_H_
2424

25-
#define LSP_TK_MAJOR 0
26-
#define LSP_TK_MINOR 5
27-
#define LSP_TK_MICRO 2
25+
#define LSP_TK_MAJOR 1
26+
#define LSP_TK_MINOR 0
27+
#define LSP_TK_MICRO 0
2828

2929
#ifdef LSP_TK_LIB_BUILTIN
3030
#define LSP_TK_LIB_EXPORT

modules.mk

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,55 +19,55 @@
1919
#
2020

2121
# Variables that describe dependencies
22-
LSP_COMMON_LIB_VERSION := 1.0.14
22+
LSP_COMMON_LIB_VERSION := 1.0.15
2323
LSP_COMMON_LIB_NAME := lsp-common-lib
2424
LSP_COMMON_LIB_TYPE := src
2525
LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2626
LSP_COMMON_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2727

28-
LSP_LLTL_LIB_VERSION := 0.5.7
29-
LSP_LLTL_LIB_NAME := lsp-lltl-lib
30-
LSP_LLTL_LIB_TYPE := src
31-
LSP_LLTL_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_LLTL_LIB_NAME).git
32-
LSP_LLTL_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_LLTL_LIB_NAME).git
33-
34-
LSP_TEST_FW_VERSION := 1.0.8
28+
LSP_TEST_FW_VERSION := 1.0.9
3529
LSP_TEST_FW_NAME := lsp-test-fw
3630
LSP_TEST_FW_TYPE := src
3731
LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME).git
3832
LSP_TEST_FW_URL_RW := [email protected]:lsp-plugins/$(LSP_TEST_FW_NAME).git
3933

40-
LSP_RUNTIME_LIB_VERSION := 0.5.10
34+
LSP_LLTL_LIB_VERSION := 1.0.0
35+
LSP_LLTL_LIB_NAME := lsp-lltl-lib
36+
LSP_LLTL_LIB_TYPE := src
37+
LSP_LLTL_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_LLTL_LIB_NAME).git
38+
LSP_LLTL_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_LLTL_LIB_NAME).git
39+
40+
LSP_RUNTIME_LIB_VERSION := 1.0.0
4141
LSP_RUNTIME_LIB_NAME := lsp-runtime-lib
4242
LSP_RUNTIME_LIB_TYPE := src
4343
LSP_RUNTIME_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_RUNTIME_LIB_NAME).git
4444
LSP_RUNTIME_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_RUNTIME_LIB_NAME).git
4545

46-
LSP_R3D_IFACE_VERSION := 0.5.2
46+
LSP_R3D_IFACE_VERSION := 1.0.0
4747
LSP_R3D_IFACE_NAME := lsp-r3d-iface
4848
LSP_R3D_IFACE_TYPE := src
4949
LSP_R3D_IFACE_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_IFACE_NAME).git
5050
LSP_R3D_IFACE_URL_RW := [email protected]:lsp-plugins/$(LSP_R3D_IFACE_NAME).git
5151

52-
LSP_R3D_BASE_LIB_VERSION := 0.5.5
52+
LSP_R3D_BASE_LIB_VERSION := 1.0.0
5353
LSP_R3D_BASE_LIB_NAME := lsp-r3d-base-lib
5454
LSP_R3D_BASE_LIB_TYPE := src
5555
LSP_R3D_BASE_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_BASE_LIB_NAME).git
5656
LSP_R3D_BASE_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_R3D_BASE_LIB_NAME).git
5757

58-
LSP_R3D_GLX_LIB_VERSION := 0.5.4
58+
LSP_R3D_GLX_LIB_VERSION := 1.0.0
5959
LSP_R3D_GLX_LIB_NAME := lsp-r3d-glx-lib
6060
LSP_R3D_GLX_LIB_TYPE := src
6161
LSP_R3D_GLX_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_GLX_LIB_NAME).git
6262
LSP_R3D_GLX_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_R3D_GLX_LIB_NAME).git
6363

64-
LSP_WS_LIB_VERSION := 0.5.4
64+
LSP_WS_LIB_VERSION := 1.0.0
6565
LSP_WS_LIB_NAME := lsp-ws-lib
6666
LSP_WS_LIB_TYPE := src
6767
LSP_WS_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_WS_LIB_NAME).git
6868
LSP_WS_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_WS_LIB_NAME).git
6969

70-
LSP_DSP_LIB_VERSION := 0.5.14
70+
LSP_DSP_LIB_VERSION := 1.0.0
7171
LSP_DSP_LIB_NAME := lsp-dsp-lib
7272
LSP_DSP_LIB_TYPE := src
7373
LSP_DSP_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_DSP_LIB_NAME).git

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ ARTIFACT_NAME = lsp-tk-lib
2424
ARTIFACT_DESC = Graphical toolkit library for Linux Studio Plugins Project
2525
ARTIFACT_HEADERS = lsp-plug.in
2626
ARTIFACT_EXPORT_ALL = 1
27-
ARTIFACT_VERSION = 0.5.2-devel
27+
ARTIFACT_VERSION = 1.0.0

0 commit comments

Comments
 (0)