This repository was archived by the owner on Mar 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangelog
More file actions
103 lines (65 loc) · 2.25 KB
/
Changelog
File metadata and controls
103 lines (65 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
0.15.1 2017-06-09
* Fixed: Translations
* Fixed: File descriptor handling in GaminggearDevice
0.15.0 2016-09-13
* Added: GaminggearProfileData, GaminggearProfileTable, GaminggearProfilePage, GaminggearProfiles
0.14.0 2016-08-05
* Added: gaminggear_hid_to_button_name()
* Improved: List of HID usage ids
0.13.0 2016-05-22
* Added: GaminggearHidComboBox
* Improved: List of HID usage ids
0.12.0 2016-04-07
* Changed: thread related function definitions
* Fixed two possible segfaults
0.11.2 2015-10-08
* Fixed compiler warnings
* Fixed translations
* Fixed pkg-config problem with missing sqlite3
0.11.1 2015-08-23
* Fixed compilation problem
0.11.0 2015-08-13
* Added: Import for Roccat Swarm macro files
* Fixed: Macroeditor clipboard pasting now handles \t,\n,\r
* Software implementation of shortcuts/macros now handle multiple events like
Roccats hardware implementation
0.10.1 2015-06-28
* Fixed uinput/uhid inclusion problem
0.10.0 2015-06-26
* Added uhid support for input event handling
* Fixed install paths for icons and api documentation
0.9.0 2015-05-23
* Changed uinput handling
* Improved: library dependencies
0.8.0 2015-04-18
* Added: Translation de
* Added: Support for translations
* Added: GaminggearRWLock
* Added: definitions for runtime dynamic loading
* Improved: gfx supports threading
* Improved: gaminggearfxcontrol now has more options to control single lights
* Fixed: pkg-config file
0.7.0 2015-03-10
* Added: Gfx
* Fixed: spec file
0.6.0 2015-02-02
* Improved: detection of cmake-finder install directory
* Changed: configuration option to build documentation from WITHOUT_DOC to WITH_DOC
* Changed: libraries now installed in base folder, leaving ld.so search paths umodified
* Fixed: Missing direct dependencies
* Fixed: Gtk text != NULL assertions
0.5.0 2014-09-08
* Improved: GaminggearDevice
* Fixed: Canberra notifications are failsafe now
0.4.0 2014-07-04
* Added GaminggearAudioNotificator and GaminggearScreenNotificator
0.3.0 2014-06-05
* Added WITHOUT_DOC build option
* Added GaminggearDevice
* Removed libusb dependency
0.2.0 2014-05-18
* Added GaminggearXyScales
* Added gaminggearwidget_init()
* Added TimeoutBar and TimeoutDialog
0.1.0 2014-04-13
* initial version