Compare commits

..

33 commits

Author SHA1 Message Date
agersant
11989aef00 Updated version number 2025-02-05 07:52:39 +00:00
github-actions[bot]
a28d4541e7
Merge 46aed8096e into release 2025-02-05 07:52:36 +00:00
github-actions[bot]
96d58a2f93
Merge d06ad07f51 into release 2024-09-29 21:26:10 +00:00
github-actions[bot]
a8e31da379
Merge f188b2943f into release 2024-09-29 20:43:48 +00:00
github-actions[bot]
40cab7fd3e
Merge 444d261d0b into release 2024-09-29 20:20:09 +00:00
github-actions[bot]
d1f4402f3f
Merge 47c73f6196 into release 2024-09-29 20:07:02 +00:00
github-actions[bot]
9fd23bb4d3
Merge 63b92718d5 into release 2024-09-29 19:56:21 +00:00
github-actions[bot]
44c02e7596
Merge 7ae10c6f74 into release 2024-09-29 19:24:11 +00:00
Peder Bergebakken Sundt
9dab8314f1 Updated version number 2024-09-29 18:57:43 +00:00
github-actions[bot]
044f2de249
Merge f625c57d20 into release 2024-09-29 18:57:40 +00:00
Antoine Gersant
7055578638 Updated version number 2024-03-14 02:04:49 +00:00
github-actions[bot]
f7cd34bbbc
Merge 7279793d25 into release 2024-03-14 02:04:44 +00:00
Antoine Gersant
a229b03667 Updated version number 2024-02-03 04:27:47 +00:00
github-actions[bot]
bb11c80ebd
Merge 5ca38939bd into release 2024-02-03 04:27:44 +00:00
Antoine Gersant
4bb425f5c0 Updated version number 2022-11-25 04:30:06 +00:00
github-actions[bot]
add268a76f
Merge 46a232219d into release 2022-11-25 04:30:01 +00:00
gahag
18a77d965f Updated version number 2021-04-25 05:08:29 +00:00
github-actions[bot]
765a5ae839
Merge ed581c57cf into release 2021-04-25 05:08:24 +00:00
Antoine Gersant
88431ccee4 Updated version number 2021-01-05 03:56:01 +00:00
github-actions[bot]
b9f7e27de8
Merge 7a73ae7cc0 into release 2021-01-05 03:55:56 +00:00
github-actions[bot]
382681c7b1
Merge 2f71cf2db7 into release 2020-12-31 06:57:38 +00:00
Antoine Gersant
6afff1aaf3 Updated version number 2020-12-31 05:42:52 +00:00
github-actions[bot]
77b363a2ba
Merge 4ad8d922f7 into release 2020-12-31 05:42:48 +00:00
Antoine Gersant
8c4a7d9401 Updated version number 2020-12-29 01:46:57 +00:00
github-actions[bot]
631db533c0
Merge 487d261843 into release 2020-12-29 01:46:52 +00:00
Antoine Gersant
40d59e2191 Updated version number 2020-12-27 08:12:36 +00:00
github-actions[bot]
b3440fda1f
Merge ea7edea79b into release 2020-12-27 08:12:31 +00:00
github-actions[bot]
a8c7509657
Merge 1d57691e8b into release 2020-12-21 02:09:51 +00:00
github-actions[bot]
20eb9082cf
Merge e25af0e9b5 into release 2020-12-14 04:06:46 +00:00
github-actions[bot]
5ace80b7e2
Merge 2c21609699 into release 2020-12-14 03:45:40 +00:00
Antoine Gersant
8daf8bc7ad Updated version number 2020-12-14 03:26:46 +00:00
Antoine Gersant
3d0f3ec090 Merge branch 'master' into release 2020-12-13 19:25:56 -08:00
Antoine Gersant
075a2953f8 Make release from Github UI 2020-12-13 18:54:25 -08:00
5 changed files with 5 additions and 9 deletions

View file

@ -1,9 +1,5 @@
# Changelog
## Unreleased Changes
- Fixed a typo in the log message that is written after applying configuration changes. (thanks @luzpaz)
## Polaris 0.15.0
### Server
@ -50,7 +46,7 @@
- Documentation is now served under `/api-docs` instead of `/swagger` (eg. `http://localhost:5050/api-docs`)
- Clients are now expected to send their preferred API major version in a `Accept-Version` header. Omitting this currently defaults to `7`, but will become an error in future Polaris releases. Support for API version 7 will be removed entirely in a future release.
- Most API responses now support gzip compression.
- The response format of the `/browse`, `/flatten`, `/get_playlist`, `/search/<query>` endpoints has been modified to accommodate large lists.
- The response format of the `/browse`, `/flatten`, `/get_playlist`, `/search/<query>` endpoints has been modified to accomodate large lists.
- Added new endpoints to query albums and artists.
- The `/random` and `/recent` albums are deprecated in favor of `/albums/random` and `/albums/recent`. These endpoints now have optional parameters for RNG seeding and pagination.
- The `/search/<query>` endpoint now requires a non-empty query (`/search/` now returns HTTP status code 404, regardless of API version).

View file

@ -1,6 +1,6 @@
[package]
name = "polaris"
version = "0.0.0"
version = "0.15.0"
authors = ["Antoine Gersant <antoine.gersant@lesforges.org>"]
edition = "2021"
build = "build.rs"

View file

@ -47,7 +47,7 @@ Password: `demo_password`
[Streaming from remote devices](docs/DDNS.md)
[![Packaging status](https://repology.org/badge/vertical-allrepos/polaris-streaming.svg?columns=3)](https://repology.org/project/polaris-streaming/versions)
[![Packaging status](https://repology.org/badge/vertical-allrepos/polaris-streaming.svg)](https://repology.org/project/polaris-streaming/versions)
# Documentation

View file

@ -12,7 +12,7 @@ The location of the configuration file is always logged during Polaris startup.
## Format
The configuration file uses the [TOML](https://toml.io/) format. Everything in the configuration file is optional and may be omitted (unless mentioned otherwise).
The configuration file uses the [TOML](https://toml.io/) format. Everything in the configuration file is optional and may be ommitted (unless mentioned otherwise).
```toml
# Regular expression used to identify album art in files adjacent to an audio file

View file

@ -119,7 +119,7 @@ impl Manager {
if let Err(e) = manager.reload_config().await {
error!("Configuration error: {e}");
} else {
info!("Successfully applied configuration change");
info!("Sucessfully applied configuration change");
}
}
}