File: NEWS

package info (click to toggle)
phosh 0.53.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,936 kB
  • sloc: ansic: 83,383; xml: 3,981; python: 717; sh: 449; makefile: 34; lisp: 22; javascript: 6
file content (183 lines) | stat: -rw-r--r-- 4,319 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
libcall-ui 0.1.5
----------------
Released: October 2024
* Avoid libcall-ui deprecations. This breaks downstream builds
  and they have little choice.
* Contributors:
    * Guido Günther

libcall-ui 0.1.4
----------------
Released: September 2024
* Reduce call-display margins allowing it to fit onto
  smaller screens
* Contributors:
    * Dexter Reed
    * Guido Günther

libcall-ui 0.1.3
----------------
Released: July 2024
* Force left-to-right direction on keypad
* Contributors:
    * Evangelos Ribeiro Tzaras

libcall-ui 0.1.2
----------------
Released: May 2024
* Build system cleanups
* Contributors:
    * Guido Günther

libcall-ui 0.1.1
----------------
Released: September 2023
* Ignore visual separators in entry
* Add call duration format helper
* Contributors:
    * Evangelos Ribeiro Tzaras
    * Guido Günther
* UI translations:
    * Boyuan Yang (zh_CN)
    * Jordi Mas i Hernandez (ca)

libcall-ui 0.l.0
----------------
Released: March 2023
* Breaking change: Drop deprecated call states
* Fix audio-mode reset
* Improve keyboard navigation
* Contributors:
    * Andrey Skvortsov
    * CoderThomasB
    * Evangelos Ribeiro Tzaras
    * Guido Günther
* UI translations:
    * Aleksandr Melman (ru)
    * Asier Sarasua Garmendia (eu)
    * Balázs Úr (hu)
    * Daniel Rusek (cs)
    * Daniel Șerbănescu (ro)
    * Emin Tufan Çetin (tr)
    * Fabio Tomat (fur)
    * Hemish (hi)
    * Hugo Carvalho (pt)
    * Jiri Grönroos (fi)
    * Jürgen Benvenuti (de)
    * Martin (sl)
    * Nathan Follens (nl)
    * Pablo Correa Gómez (es)
    * Piotr Drąg (pl)
    * Vittorio Monti (it)
    * Yosef Or Boczko (he)
    * Марко Костић (sr)

libcall-ui 0.0.5
----------------
Released: September 2022
* No breaking changes
* Rework and modernize CuiCallDisplay
  Avoids overflow with longer translations on small displays
* Modernize and simplify UI files
* Contributors:
	CoderThomasB
	Evangelos Ribeiro Tzaras
	Guido Günther
	Sam Hewitt
* UI translations:
	Anders Jonsson (sv)
	Danial Behzadi (fa)
	Emin Tufan Çetin (tr)
	Goran Vidović (hr)
	Jiri Grönroos (fi)
	Yuri Chornoivan (uk)
	Zurab Kargareteli (ka)

libcall-ui 0.0.4
----------------
Released: June 2022
* No breaking changes
* UX improvement on the display: Acknowledge trying to accept/hang up a call
* Minor display layout changes (f.e. larger avatar on incoming calls)
* Demo can also be used to for outgoing Calls now
* Demo switched to HdyStyleManager for theme toggle if libhandy is new enough
* Contributors:
	Evangelos Ribeiro Tzaras
* UI translations:
	Éloi Rivard (fr)
	Aleksandr Melman (ru)
	Yuri Chornoivan (uk)
	Anders Jonsson (sv)
	Piotr Drąg (pl)
	Vittorio Monti (it)
	Danial Behzadi (fa)
	Мирослав Николић (sr)
	Daniel Șerbănescu (ro)
	Nathan Follens (nl)
	Efstathios Iosifidis (el)
	Yosef Or Boczko (he)
	Jürgen Benvenuti (de)
	Zurab Kargareteli (ka)


libcall-ui 0.0.3
----------------
Released: May 2022
* No breaking changes
* Encryption indicator bound to call's `encrypted` property
* UI tweaks
* Fixed build issues
* Don't reset call audio mode when the call didn't get accepted
* Contributors:
	CoderThomasB
	Evangelos Ribeiro Tzaras
	Guido Günther
* UI translations:
	Daniel Șerbănescu (ro)
	Luna Jernberg (sv)
	Hugo Carvalho (pt)
	Мирослав Николић (sr)
	Yaron Shahrabani (he)
	Emin Tufan Çetin (tr)
	Piotr Drąg (pl)
	Martin Srebotnjak (sl)
	Pablo Correa Gómez (es)
	Nathan Follens (nl)
	Quentin PAGÈS (oc)
	Zurab Kargareteli (ka)
	Jiri Grönroos (fi)


libcall-ui 0.0.2
----------------
Released: February 2022
* Breaking change: Implementations of CuiCall must implement
  "active-time" property to keep track of time. Sample implementation
  available in the demo
* Deprecate some call states
* UI translations:
	Matej Urbančič (sl)
	Maite Guix (ca)
	Fran Dieguez (gl)
	Yuri Chornoivan (uk)
	Danial Behzadi (fa)
	Rafael Fontenelle (pt_BR)
	Vittorio Monti (it)


libcall-ui 0.0.1
----------------
Released: January 2022
* Initial release with call-display, keypad and dialpad widgets
* UI translations:
	Danial Behzadi (fa)
	Daniel Șerbănescu (ro)
	Enrico Nicoletto (pt_BR)
	Fabio Tomat (fur)
	Hugo Carvalho (pt)
	Jordi Mas i Hernandez (ca)
	Lian Begett (de)
	Luna Jernberg (sv)
	Nathan Follens (nl)
	Rafael Fontenelle (pt_BR)
	Yuri Chornoivan (uk)