mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Updated changelog
This commit is contained in:
parent
cb70dc5389
commit
83cc11030d
11
CHANGELOG.md
11
CHANGELOG.md
@ -8,7 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
|
|||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* *Nothing*
|
* [#746](https://github.com/shlinkio/shlink/issues/746) Allowed to configure the kind of redirect you want to use for your short URLs. You can either set:
|
||||||
|
|
||||||
|
* `302` redirects: Default behavior. Visitors always hit the server.
|
||||||
|
* `301` redirects: Better for SEO. Visitors hit the server the first time and then cache the redirect.
|
||||||
|
|
||||||
|
When selecting 301 redirects, you can also configure the time redirects are cached, to mitigate deviations in stats.
|
||||||
|
|
||||||
|
* [#709](https://github.com/shlinkio/shlink/issues/709) Added multi-architecture builds for the docker image.
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
@ -31,7 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
|
|||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* [#709](https://github.com/shlinkio/shlink/issues/709) Added multi-architecture builds for the docker image.
|
* *Nothing*
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user