-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
136 lines (124 loc) · 3.46 KB
/
NEWS
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
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
* Dont' 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 notificaton 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)