mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
create changelog script
This commit is contained in:
parent
44b76ff647
commit
fa2500b597
5 changed files with 131 additions and 0 deletions
8
changelogs/templates/announcements.md
Normal file
8
changelogs/templates/announcements.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
- Automated API Documentation Updates recently implemented
|
||||
- At long last, a new Lidarr `develop` / beta release
|
||||
- ** Known Issues **
|
||||
- Linux users map experience errors such as:
|
||||
- `You have an old version of fpcalc. Please upgrade to 1.4.3.`
|
||||
- `An error occurred trying to start process '/opt/Lidarr/fpcalc' with working directory '/'. Permission denied`
|
||||
- A fix will be out soon, but this can be fixed by setting fpcalc to be executable `chmod +x /opt/Lidarr/fpcalc`
|
||||
- Note that for the fix `sudo` may be required or your path to Lidarr's binary folder may be different depending on your environment and setup.
|
6
changelogs/templates/branch-develop.md
Normal file
6
changelogs/templates/branch-develop.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
- **Users who do not wish to be on the alpha `nightly` testing branch should take advantage of this parity and switch to `develop`**
|
||||
|
||||
A reminder about the `develop` and `nightly` branches
|
||||
|
||||
- **develop** - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first after nightly. It can be considered semi-stable, but is still beta.
|
||||
- **nightly** - Current Nightly/Unstable - (Alpha/Unstable) : This is the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update. This version is updated immediately.
|
6
changelogs/templates/branch-master.md
Normal file
6
changelogs/templates/branch-master.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
- **Users who do not wish to be on the alpha `nightly` or beta `develop` testing branches should take advantage of this parity and switch to `master`**
|
||||
|
||||
A reminder about the `develop` and `nightly` branches
|
||||
|
||||
- **develop** - Current Develop/Beta - (Beta): This is the testing edge. Released after tested in nightly to ensure no immediate issues. New features and bug fixes released here first after nightly. It can be considered semi-stable, but is still beta.
|
||||
- **nightly** - Current Nightly/Unstable - (Alpha/Unstable) : This is the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update. This version is updated immediately.
|
6
changelogs/templates/commentary.md
Normal file
6
changelogs/templates/commentary.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
- [Lidarr](https://lidarr.audio/donate), [Prowlarr](https://prowlarr.com/donate), [Radarr](https://radarr.video/donate), [Readarr](https://readarr.com/donate) now accept direct bitcoin donations
|
||||
- [Readarr official beta on `develop` announced](https://www.reddit.com/r/Readarr/comments/sxvj8y/new_beta_release_develop_v0101248/)
|
||||
- Radarr Postgres Database Support in `nightly` and `develop`
|
||||
- Prowlarr Postgres Database Support in `nightly` and `develop`
|
||||
- [Lidarr Postgres Database Support in development (Draft PR#2625)](https://github.com/Lidarr/Lidarr/pull/2625)
|
||||
- [Lidarr UDP Syslog Support in in development (Draft PR#2655)](https://github.com/Lidarr/Lidarr/pull/2655)
|
Loading…
Add table
Add a link
Reference in a new issue