summaryrefslogtreecommitdiffhomepage
path: root/changelog-dev.hbs
diff options
context:
space:
mode:
authorGabor Lengyel <[email protected]>2022-05-16 20:27:30 +0200
committerGitHub <[email protected]>2022-05-16 14:27:30 -0400
commitc676095783548fd96ab03834db1d746678f33c54 (patch)
tree03718d8a863a65b93462efee8219b8f7910543ef /changelog-dev.hbs
parent2710bfa17d12bfc12c0624afec25b61eedbcf90e (diff)
downloadbazarr-c676095783548fd96ab03834db1d746678f33c54.tar.gz
bazarr-c676095783548fd96ab03834db1d746678f33c54.zip
Fixed provider Supersubtitles following domain name change
Diffstat (limited to 'changelog-dev.hbs')
-rw-r--r--changelog-dev.hbs11
1 files changed, 7 insertions, 4 deletions
diff --git a/changelog-dev.hbs b/changelog-dev.hbs
index 4a39542c0..15469d6cd 100644
--- a/changelog-dev.hbs
+++ b/changelog-dev.hbs
@@ -1,12 +1,15 @@
From newest to oldest:
{{#each releases}}
{{#each merges}}
- - {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
+ -
+ {{message}}{{#if href}} [#{{id}}]({{href}}){{/if}}
{{/each}}
{{#each fixes}}
- - {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
+ -
+ {{commit.subject}}{{#if href}} [#{{id}}]({{href}}){{/if}}
{{/each}}
{{#each commits}}
- - {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
+ -
+ {{subject}}{{#if href}} [{{shorthash}}]({{href}}){{/if}}
{{/each}}
-{{/each}}
+{{/each}} \ No newline at end of file