-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
113 lines (103 loc) · 2.77 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
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)