Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
onny
nextcloud-app-podcast
Commits
bf7c3c00
Commit
bf7c3c00
authored
Apr 07, 2021
by
onny
Browse files
bugfix release v0.3.1
parent
9d9ec1ef
Pipeline
#392
passed with stages
in 39 minutes and 37 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
bf7c3c00
## 0.3 - 2021-03
## 0.3
.1
- 2021-03
Please note that this is still a preview release. It should demonstrate basic
functionality and the user interface. Some main features of a podcatcher are not
...
...
appinfo/info.xml
View file @
bf7c3c00
...
...
@@ -14,7 +14,7 @@ Full featured podcatcher which uses the community index fyyd.de as a source.
- 👂 Smoth audio playback and transitions
</description>
<version>
0.3.
0
</version>
<version>
0.3.
1
</version>
<licence>
agpl
</licence>
<author
mail=
"onny@project-insanity.org"
>
Jonas Heinrich
</author>
<namespace>
Podcast
</namespace>
...
...
package-lock.json
View file @
bf7c3c00
{
"name"
:
"podcast"
,
"version"
:
"0.3.
0
"
,
"version"
:
"0.3.
1
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
bf7c3c00
{
"name"
:
"podcast"
,
"description"
:
"Listen to your favorite podcast shows in Nextcloud"
,
"version"
:
"0.3.
0
"
,
"version"
:
"0.3.
1
"
,
"author"
:
"Jonas Heinrich <onny@project-insanity.org>"
,
"contributors"
:
[
"Jonas Heinrich <onny@project-insanity.org>"
...
...
src/main.js
View file @
bf7c3c00
...
...
@@ -37,7 +37,7 @@ Vue.prototype.n = translatePlural
Vue
.
prototype
.
OC
=
window
.
OC
Vue
.
prototype
.
OCA
=
window
.
OCA
Vue
.
prototype
.
$apiUrl
=
'
https://api.fyyd.de/0.2
'
Vue
.
prototype
.
$version
=
'
0.3.
0
'
Vue
.
prototype
.
$version
=
'
0.3.
1
'
export
default
new
Vue
({
el
:
'
#content
'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment