mirror of https://github.com/Radarr/Radarr
16 lines
429 B
Smarty
16 lines
429 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}}} [{{{author}}}]
|
|
{{/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.
|