mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 13:42:20 +00:00
0.1.4
This commit is contained in:
parent
365033c006
commit
cca9974728
3 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@ stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
VERSION: 0.1.3
|
VERSION: 0.1.4
|
||||||
|
|
||||||
build-go:
|
build-go:
|
||||||
image: golang:1.17
|
image: golang:1.17
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
# 0.1.3
|
# 0.1.4
|
||||||
-
|
-
|
||||||
|
|
||||||
|
# 0.1.3
|
||||||
|
- Added date ranges to profile scrobbles
|
||||||
|
|
||||||
# 0.1.2
|
# 0.1.2
|
||||||
- Add docker-compose file for local dev
|
- Add docker-compose file for local dev
|
||||||
- Implemented top listeners for artist/album endpoints to match track
|
- Implemented top listeners for artist/album endpoints to match track
|
||||||
|
|
|
@ -821,7 +821,7 @@ func getServerInfo(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
|
|
||||||
info := ServerInfo{
|
info := ServerInfo{
|
||||||
Version: "0.1.3",
|
Version: "0.1.4",
|
||||||
RegistrationEnabled: registrationEnabled,
|
RegistrationEnabled: registrationEnabled,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue