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
|
sowatch (0.5.2) unstable; urgency=low
* Fix some packaging issues.
* Fix MW notifications, including incoming call one.
* Add some support for LiveView notifications (currently fails to turn
(the LV on, but it does vibrate at least).
* Support more watchlets in LV.
* Removal of more old code.
-- Javier S. Pedro <maemo@javispedro.com> Sun, 07 Jul 2013 15:37:12 +0200
sowatch (0.5.1) unstable; urgency=low
* Fix issues with MW configuration crashing.
-- Javier S. Pedro <maemo@javispedro.com> Fri, 28 Jun 2013 15:40:46 +0200
sowatch (0.5.0) unstable; urgency=low
* MetaWatch face and notifications are now rendered using QML.
* Sony's LiveView watch is now supported.
* Removal of lots of old code.
-- Javier S. Pedro <maemo@javispedro.com> Mon, 13 May 2013 01:06:03 +0200
sowatch (0.4.6) unstable; urgency=low
* New status bar for metawatch watchlets
* New Calendar watchlet
-- Javier S. Pedro <maemo@javispedro.com> Sat, 04 May 2013 01:22:40 +0200
sowatch (0.4.5) unstable; urgency=low
* Change button assignments for media player watchlet.
-- Javier S. Pedro <maemo@javispedro.com> Fri, 29 Mar 2013 18:53:20 +0100
sowatch (0.4.4) unstable; urgency=low
* Updated to use gen2 protocol (still v1 UI)
* Disable connection timer if host Bluetooth is disabled
-- Javier S. Pedro <maemo@javispedro.com> Thu, 28 Mar 2013 16:08:05 +0100
sowatch (0.4.3) unstable; urgency=low
* Improved volume controls in media player.
* Fix a potential crash on exit.
-- Javier S. Pedro <maemo@javispedro.com> Tue, 04 Sep 2012 03:32:31 +0200
sowatch (0.4.2) unstable; urgency=low
* Add an arrow pointer to the map watchlet.
* New Compass watchlet.
* Fix temperature conversion in MeeCast plugin.
-- Javier S. Pedro <maemo@javispedro.com> Sat, 25 Aug 2012 20:23:44 +0200
sowatch (0.4.1) unstable; urgency=low
* Minor changes to MetaWatch icons.
* Partial es localization for libsowatch.
* New nekowatchlet
* Plugin for MeeCast weather notifications.
* Improved Map watchlet.
-- Javier S. Pedro <maemo@javispedro.com> Fri, 17 Aug 2012 17:29:52 +0200
sowatch (0.4.0) unstable; urgency=low
* Brand new configuration user interface.
* Use ConfigKey abstraction instead of directly hitting QSettings
* Add GConfKey backend to ConfigKey.
* Daemon now dynamically loads/unloads watches & watchlets as the
settings change.
* MWListView now sports a scroll indicator and better scrolling logic.
* Using MetaWatch fonts for MetaWatch watchlets.
* New Qt Messaging Framework based watchlet.
-- Javier S. Pedro <maemo@javispedro.com> Tue, 14 Aug 2012 01:46:11 +0200
sowatch (0.3.1) unstable; urgency=low
* No longer using Qt Resources for anything.
* A new set of "MetaWatch components" for QML watchlets: button
scrollable list, title bar.
* Make all the metawatch watchlets use the above components.
* Removing the "button grabs" model. All watchlets grab all buttons.
* On MetaWatch, the D button is no longer available for watchlets. It
will always trigger the LED.
* Sowatch also builds in Fremantle.
* Added MetaWatch's NVAL writing/reading support.
* Added support for MetaWatch's 24h mode.
* Fix a bug where a watchlet would not get the deactivated() signal if
a notification appeared at the right moment.
-- Javier S. Pedro <maemo@javispedro.com> Sat, 14 Jan 2012 21:37:47 +0100
sowatch (0.3.0) unstable; urgency=low
* Using actual files instead of Qt Resources for MetaWatch resources.
-- Javier S. Pedro <maemo@javispedro.com> Fri, 02 Dec 2011 20:15:34 +0100
sowatch (0.2.2) unstable; urgency=low
* Support for MetaWatch 24 mode setting using the 0.8 firmware
NVAL operations.
-- Javier S. Pedro <maemo@javispedro.com> Sat, 29 Oct 2011 00:51:12 +0200
sowatch (0.2.1) unstable; urgency=low
* Fixing build dependencies.
* Adding autosyncing of time every 24 hours.
* Adding a new active notifications list watchlet.
* Adding new weather notifications, as well as a new weather
notification provider from Accuweather.
-- Javier S. Pedro <maemo@javispedro.com> Mon, 17 Oct 2011 02:13:17 +0200
sowatch (0.2.0) unstable; urgency=low
* Initial Release.
-- Javier <javier@unknown> Sat, 17 Sep 2011 03:05:17 +0200
|