public
Description: A Mac app that allows you to listen to live and catchup BBC Radio
Homepage: http://whomwah.github.com/radioaunty/
Clone URL: git://github.com/whomwah/radioaunty.git
radioaunty / CHANGELOG
100644 112 lines (85 sloc) 3.047 kb
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
*1.12* (March 29th, 2009)
 
* add 'always on top' functionality
* fix bug with british summertime change
 
*1.11* (March 26th, 2009)
 
* the schedule menu has been updated to
  correctly display what broadcast you are
  listening to, live or listen again. Also
  if you are listening to a show again
  the schedule will indicate this as well
  as letting you see and select what is
  currently playing live on that particular
  network
 
*1.10* (March 25th, 2009)
 
* Fix memory leak
* A bit of code optimisation learnt
  from TellyBox
* Change player layout to very simple
  until something better comes along
* Move BBC programmes libs to shared
  location away from the app and namespace.
  They are now shared with TellyBox
 
*1.9* (March 13th, 2009)
 
* In a similar fashion to iTunes, you can
  now minimize (Zoom) the Radio via
  the Window menu or shortcut ^ CMD Z
  This only works for NON-RealPlayer streams
  The minimized version has resizable width
* Twitter support. Via the preferences menu
  You can now choose to post your listening
  habits to the @radioandtvbot account
  on twitter.com. You can optionally
  provide your twitter username and
  this will be in the tweet otherwise
  your Mac login fullname will
  be used. There are growl notifications
  for this. The App will only tweet if you
  have been listening to the same show
  for over 5 mins
* The red close button now displayed.
  It will quit the App
* The title in the window is now more
  useful, displaying what show you are
  listening to. Especially useful when
  the app is zoomed.
* The schedule stays up-to-date. This means
  that when the shows change and become
  available to listen again, the app knows.
  It also means that the title and tweeting
  happens as you listen throughout the day.
* I've chopped out 20% of the codebase :)
  The more you read the documentation, the
  more you see how much Cocoa can do
* I've removed the extra preload window
 
*1.8* (Feb 12th, 2009)
 
* Now using high quality iPlayer Flash AAC streams
  [http://bit.ly/Y1oac]
 
  NOTE!! If you want to use these new streams
  you need to go to the preferences menu and
  select High Quality from the list. The high
  quality streams are Uk only.
 
*1.7* (Jan 15th, 2009)
 
* Hurrah! got Radio 2 and 4 working again
 
*1.6* (Jan 9th, 2009)
 
* new icon thanks to Tim Broom
* more code tweaking
 
*1.5* (Jan 9th, 2009)
 
* move links into menu bar
* remove any javascript
* update stream urls
* app can now be hidden and minimized properly
 
*1.4* (Jan 5th, 2009)
 
* Add Current Schedule support via http://www.bbc.co.uk/programmes
* Add Audio on Demand support
* Network Icons added
 
*1.3* (Dec 17th, 2008)
 
* Add Growl support
  [http://growl.info/]
 
*1.2* (Dec 17th, 2008)
 
* refactor of code so I can add more station in the future
* Changed project name to be more generic
 
*1.1.0* (Dec 13th, 2008)
 
* extended autoupdater, now choose to look (hourly, daily, weekly, monthly)
* extended autoupdater, added last updated
 
*1.0.0* (Dec 12th, 2008)
 
* initial release