mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
16 lines
475 B
Smarty
16 lines
475 B
Smarty
|
**To receive further Pre-Release updates, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)**
|
||
|
|
||
|
{{#versions}}
|
||
|
|
||
|
{{#sections}}
|
||
|
{{{label}}}
|
||
|
{{#commits}}
|
||
|
- {{{subject}}} [<a href="https://github.com/{{{author}}}">{{{author}}}</a>]
|
||
|
{{/commits}}
|
||
|
|
||
|
{{/sections}}
|
||
|
|
||
|
{{/versions}}
|
||
|
|
||
|
**Note**: The OSX version does not automatically launch the browser. You have to go to http://localhost:7878 by yourself in a browser of your choice.
|