File: NEWS

package info (click to toggle)
feedbackd 0.8.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,060 kB
  • sloc: ansic: 7,924; xml: 97; makefile: 31; sh: 30; python: 8
file content (226 lines) | stat: -rw-r--r-- 6,074 bytes parent folder | download
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
feedbackd 0.8.7
---------------
Released November 2025
* Make is simple to use role based audio roles
* Contributors:
    * Guido Günther

feedbackd 0.8.6
---------------
Released October 2025
* Fix compatibility with systemd >= 258
* Contributors:
    * Guido Günther

feedbackd 0.8.5
---------------
Released September 2025
* Clarify that `important` is meant to override the global feedback
  level not the app's feedback level
* Add udev rule for FP5 haptic
* Issues fixed:
    * https://gitlab.freedesktop.org/agx/feedbackd/-/issues/93
* Contributors:
    * Guido Günther
    * Luca Weiss

feedbackd 0.8.4
---------------
Released August 2025
* Support LEDs with legacy naming as used on e.g. the N900 and
  Motorola Droid 4
* Add `key-pressed` and `key-released` events that e.g. OSKs can
  use to emit haptic feedback in silent mode
* Issues fixed:
    * https://gitlab.freedesktop.org/agx/feedbackd/-/issues/85
* Contributors:
    * Guido Günther
    * Sicelo A. Mhlongo

feedbackd 0.8.3
---------------
Released June 2025
* Add more haptic driver rules based on what pmOS added over time
* Contributors:
    * Evangelos Ribeiro Tzaras
    * Guido Günther
    * Luca Weiss

feedbackd 0.8.2
---------------
Released May 2025
* Ignore LEDs that don't support pattern (unbreaks PinePhone)
* Allow to set media role for sound events
* Sort LEDs by priority so we pick the most capable one
* LED: Allow 0 frequency (constant on)
* vibra: Preserve original feedback value when the user changed
  strength
* Issues fixed:
    * https://gitlab.freedesktop.org/agx/feedbackd/-/issues/89
* Contributors:
    * Guido Günther
    * knoppix knoppix

feedbackd 0.8.1
---------------
Released March 2025
* Avoid critical when `lfb_uninit()` isn't paired with `lfb_init()`
* Contributors:
    * Guido Günther

feedbackd 0.8.0
---------------
Released March 2025
* New `VibraPattern` feedbackd
* Allow to configure max haptic strength
* Allow to configure magnitude of `VibraRumble` feedback
* Use `[0.0, 1.0]` as magnitude in `VibraPeriodic` too. Please adjust
  any out of tree themes (old values continue to work for the moment).
* Add haptic event for `notification-new-generic`
* Make `button-press` feedback less intrusive
* More internal fixes
* Issues fixed:
    * https://source.puri.sm/Librem5/feedbackd/-/issues/82
    * https://source.puri.sm/Librem5/feedbackd/-/issues/84
    * https://source.puri.sm/Librem5/feedbackd/-/issues/86
* Contributors:
    * Evangelos Ribeiro Tzaras
    * Guido Günther
    * Sam Day

feedbackd 0.7.0
---------------
Released February 2025
* Allow clients to pass a custom sound file for events. Useful for custom
  ring tone feedback or custom notification sounds.
* Issues fixed:
    * https://source.puri.sm/Librem5/feedbackd/-/issues/81
* Contributors:
    * Guido Günther

feedbackd 0.6.0
---------------
Released December 2024
* feedbackd: Add vibration API. Gives e.g. games more control over haptic and
  will allow browsers to implement `navigator.vibrate()`
* spec: Clarify use of notification related events
* Fix crash in fbd-lectrl when group doesn't exist
* Issues fixed:
    * https://source.puri.sm/Librem5/feedbackd/-/issues/80
* Contributors:
    * Dang Huynh
    * Guido Günther

feedbackd 0.5.0
---------------
Released September 2024
* Detect haptic on Google Sargo and Oneplus Enchilada/Fachita
* Handle "alert slider" on Oneplus Enchilada/Fachita
* Contributors:
    * Evangelos Ribeiro Tzaras
    * isyourbrain foss
    * Guido Günther
    * Robert Mader

feedbackd 0.4.1
---------------
Released August 2024
* Simplify udev rule installation
* Don't fail tests with newer json-glib
* Issues fixed:
    * https://source.puri.sm/Librem5/feedbackd/-/issues/79
* Contributors:
    * Guido Günther

feedbackd 0.4.0
---------------
Released June 2024
* Support `hw_pattern` on devices using qcom-lpg. This allows
  to keep LEDs on in suspend.
* Internal cleanups and restructuring to cater for different
  LED types.
* Support RGB color mixing for multicolor leds
* Allow to use (camera) flash LEDs as notification LED
* Immediately end "too noisy" feedbacks when switching profile levels
* Issues fixed:
    * https://source.puri.sm/Librem5/feedbackd/-/issues/77
    * https://source.puri.sm/Librem5/feedbackd/-/issues/76
    * https://source.puri.sm/Librem5/feedbackd/-/issues/13
    * https://source.puri.sm/Librem5/feedbackd/-/issues/55
* Contributors:
    * Dylan Van Assche
    * Guido Günther

feedbackd 0.3.0
---------------
Released April 2024
* Allow blessed apps (e.g. alarm clocks) to override the global
  feedback level
* Documentation, CI and packaging updates
* Make it simpler to add new led types
* Contributors:
    * Guido Günther

feedbackd 0.2.1
---------------
Released August 2023
* Minor documentation updates
* Contributors:
    * Guido Günther

feedbackd 0.2.0
---------------
Released April 2023
* lfbevent: Add api to set app-id
* lfbevent: Change signature of get_feedback_profile().
  (API change but no known users)
* Contributors:
    * Guido Günther

feedbackd 0.1.1
---------------
Released March 2023
* Fix test failure exposed by glib 2.76
* Leak fixes
* Contributors:
    * Guido Günther

feedbackd 0.1.0
---------------
Released February 2023
* Make LED class more flexible. This will
  allow e.g. hw based implementations
* Trigger module load via udev. This avoids
  shipping another conf file
* Contributors:
    * Dylan Van Assche
    * Guido Günther

feedbackd 0.0.3
---------------
Released February 2023
* spec: Separate system and application events
* theme: add screen-shot event
* Build and doc fixes
* Update gmobile to 0.0.1
* Contributors:
    * Guido Günther

feedbackd 0.0.2
---------------
Released December 2022
* Support theme merging
* Support user themes (`theme` gsetting)
* Add theme validator
* Doc updates
* Switch documentation to gi-docgen
* Switch manpages to reStructuredText
* Contributors:
	Chris Vogel
	Guido Günther

feedbackd 0.0.1
---------------
Released November 2022
* Initial release (all version before were
  git snapshots)