~directhex/libubuntuone/mono_packaging

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
libubuntuone-0.2.100 (2010-03-08)
---------------------------------

- Use correct library URL when overriding (Rodrigo Moya)
- Cryptographically signed and versioned Mono bindings (Jo Shields)

libubuntuone-0.2.99 (2010-03-05)
--------------------------------

- Fixed registration of new users (Rodrigo Moya)
- Added signals to the music store widget needed for the
  Rhythmbox plugin (Rodrigo Moya)
- Add Mono bindings (Jo Shields)
- Notify download-finished only once per file (Rodrigo Moya)
- Indicate song clickability, add JS function before it's
  required rather than after (Stuart Langridge)
- Display an in-page warning for albums that don't have mp3
  format downloads (Stuart Langridge)
- Connect syncdaemon only when we have OAuth tokens (Rodrigo Moya)
- Prepare for 7digital change in library page (Rodrigo Moya)

libubuntuone-0.2.91 (2010-03-03)
--------------------------------

- Check properly for playTrack existing in the page where the JS
  script is being executed (Stuart Langridge)
- Implement correct polling of downloads (Rodrigo Moya)
- Fixed percentage calculation (Rodrigo Moya)
- Use a 5 seconds timeout for polling (Rodrigo Moya)
- Add ourselves to the user agent (Stuart Langridge)

libubuntuone-0.2.90 (2010-02-22)
--------------------------------

- Use the correct marshaller for play-library signal (Rodrigo Moya)
- Make song clickable is now a function installed by the plugin
  and called by the library page, not directly run by the plugin
  (Stuart Langridge)
- Remove the requirement to set THEMUSICSTOREISBROKEN in the
  environment to see the music store (Stuart Langridge)

libubuntuone-0.2.2 (2010-02-17)
-------------------------------

- add LICENSE and LICENSE.GPL (Ken VanDine)
- Inject JavaScript to allow clicking a song on the library page;
  when clicked, emit a signal with the song path (Stuart Langridge)
- Install javascript to a versioned directory (Ken VanDine)

libubuntuone-0.2.1 (2010-02-16)
-------------------------------

- Override the library page when displayed as well as in links (Stuart Langridge)
- Fixed wrong URL building code (Rodrigo Moya)
- Use HTML parsing from libxml to parse HTML (Rodrigo Moya)

libubuntuone-0.2.0 (2010-02-12)
-------------------------------

- Specify webkit minimum version (Rodrigo Moya)
- Make use of oauthdesktop to get user's credentials when the real music
  store page asks for user to be logged in (Rodrigo Moya)
- Really depend on openssl for building oauth support for the music store
  (Rodrigo Moya)
- Added gettext support (Rodrigo Moya)
- Use relative URLs so that we can easily test locally (Rodrigo Moya)
- Remove contacts picker, now part of ubuntuone-client (Rodrigo Moya)
- Retrieve all needed information from syncdaemon and update library page
  (Rodrigo Moya)

libubuntuone-0.1.1 (2010-01-28)
-------------------------------

- Use not-logged-in URL when there are no OAuth tokens (Rodrigo Moya)
- Move JS code out of the C source code (Rodrigo Moya)
- Only run the real music store for developers that know what to do
  (Rodrigo Moya)

libubuntuone-0.1.0 (2010-01-18)
-------------------------------

- Added selection API to the contacts picker widget (Rodrigo Moya)
- Install pkgconfig (Rodrigo Moya)
- Use ubuntuone.gtkwidgets as module for Python bindings to not clash
  with u1-client modules (Rodrigo Moya)
- Match with latest changes to the Python prototype from Stuart (Rodrigo Moya)
- Fix Python bindings installation to work with multiple Python versions
  (Ken VanDine)
- Version library name (Rodrigo Moya)
- Install the Python module in the ubuntuone directory (Ken VanDine)
- Retrieve OAuth tokens from keyring (Rodrigo Moya)

libubuntuone-0.0.1 (2010-01-05)
-------------------------------

- Initial version of contacts picker widget (Rodrigo Moya)
- Initial version of music store widget (Rodrigo Moya)
- Added Python bindings (Rodrigo Moya)