X Tutup
Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 462a5b4

Browse files
committed
Changelog: 1.4.5
1 parent 7f2e853 commit 462a5b4

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

CHANGELOG.md

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,105 @@ Links:
2424

2525
## [Unreleased][]
2626

27+
## [1.4.5][] - 2019-06-01
28+
29+
- **Settings**: Use most recent upgrader used in other l3uddz projects (#300) ([#04377e2f][])
30+
- **Plex**: Reorganized Role [ansible] ([#9a38c16c][])
31+
- **Plex Autoscan**: Use Ansible password plugin to generate server pass. ([#e42f526e][])
32+
- **Scripts**: 'Plex Autoscan URL Script' update. ([#75960e0b][])
33+
- **ruTorrent**: Create themes and plugins folder. ([#fe5f3e9a][])
34+
- **Preinstall**: Check if variables are defined before testing. [ansible] ([#097cbaf6][])
35+
- **Common**: YYQ is already installed in Settings role. ([#086a3dde][])
36+
- **Settings**: YYQ is now only installed when needed. ([#e6297e80][])
37+
- **Preinstall**: Updated variable used for new home path. [ansible] ([#239559b7][])
38+
- **Settings**: Reset ownership of 'settings-updater.log' if it exists. ([#047ec684][])
39+
- **User**: Also copies '.ansible_vault' file during home folder migration. ([#0d855dc0][])
40+
- **Changelog**: Updated Tag links ([#ce8d18f5][])
41+
- **Changelog**: Minor touchups to scripts. ([#1cb65c7c][])
42+
- **Restore**: Shows more details during tarball extraction. ([#85e82bab][])
43+
- **System**: Minor touchups to role. ([#bdfaf389][])
44+
- **Settings**: Reorganized Role [ansible] ([#61c4022c][])
45+
- **PreTasks**: Renamed subtasks. [ansible] ([#4bc99888][])
46+
- **Organizr**: Replaced backticks with single quotes. [ansible] ([#c4e77f07][])
47+
- **Settings**: New layout for `accounts.yml`. ([#55d38466][])
48+
- **Settings**: Migrate users to new `accounts.yml` layout. ([#91da506b][])
49+
- **Settings**: Updated new variables globally. [ansible] ([#4b1572a8][])
50+
- **Plex Auth Token**: Display Plex Pass status as well. ([#5cbe5853][])
51+
- **Plex**: Reorganized tasks. [ansible] ([#8a5810fe][])
52+
- **Plex**: Reclaim server when `PlexOnlineToken` is missing. ([#5fd7a1fc][])
53+
- **Nginx-Proxy**: Cloudflare Tasks. ([#89ab1ed9][])
54+
- **Restore**: Restore service now supports backing up and restoring of .ansible_vault file ([#eff176b0][])
55+
- **Plex**: Recreate `Preferences.xml` file when it is malformed. ([#6217bfbc][])
56+
- **Git**: Updated git clone repo addresses ([#6ff0765e][])
57+
- **UnionFS**: Updated backup download URL for MergerFS. ([#637b9a66][])
58+
- **Plex**: Updated plugin roles and tags. ([#65287630][])
59+
- **Trakktv**: New role for Trak.tv plugin. ([#9588b355][])
60+
- **Settings**: Settings Migrator - Replace {{ user }} with {{ user.name }} ([#c14d0b52][])
61+
- **Plex**: Define 'localhost_ip' here. [ansible] ([#f8b20355][])
62+
- **Plex**: Fix transcode path if set to non-default `/transcodes`. ([#d4a89bea][])
63+
- **Emby**: Tweaked mounts. ([#b63561b2][])
64+
- **Plex**: Tweaked task titles. [ansible] ([#e8ed6030][])
65+
- **Shell**: Set default shell to bash. ([#22662094][])
66+
- **Settings**: Reorganized Role [ansible] ([#f8ef5cdb][])
67+
- **AppVeyor**: Ignore Settings Role changes. ([#c0889cc0][])
68+
- **Ombi**: Revert to `stable` version when `unstable` one isn't available. ([#8b8e1547][])
69+
- **Sanity Check**: Added tag [ansible] ([#9a137ace][])
70+
- **Suitarr**: Set default version to `stable`. ([#959c9d09][])
71+
- **Settings**: Reorganized Role (again) [ansible] ([#f892eae5][])
72+
- **Settings**: Will now add a space after colon in YAML files. ([#82a77790][])
73+
- **PreTasks**: Added tag [ansible] ([#8afba1be][])
74+
- **PreTasks**: If timezone fetch fails, revert to fallback timezones. ([#3463334a][])
75+
- **Plex**: Only stop/start plex container once during extra tasks. ([#7f2e853b][])
76+
77+
[1.4.5]: https://github.com/cloudbox/cloudbox/compare/1.4.4...1.4.5
78+
[#04377e2f]: https://github.com/cloudbox/cloudbox/commit/04377e2f
79+
[#9a38c16c]: https://github.com/cloudbox/cloudbox/commit/9a38c16c
80+
[#e42f526e]: https://github.com/cloudbox/cloudbox/commit/e42f526e
81+
[#75960e0b]: https://github.com/cloudbox/cloudbox/commit/75960e0b
82+
[#fe5f3e9a]: https://github.com/cloudbox/cloudbox/commit/fe5f3e9a
83+
[#097cbaf6]: https://github.com/cloudbox/cloudbox/commit/097cbaf6
84+
[#086a3dde]: https://github.com/cloudbox/cloudbox/commit/086a3dde
85+
[#e6297e80]: https://github.com/cloudbox/cloudbox/commit/e6297e80
86+
[#239559b7]: https://github.com/cloudbox/cloudbox/commit/239559b7
87+
[#047ec684]: https://github.com/cloudbox/cloudbox/commit/047ec684
88+
[#0d855dc0]: https://github.com/cloudbox/cloudbox/commit/0d855dc0
89+
[#ce8d18f5]: https://github.com/cloudbox/cloudbox/commit/ce8d18f5
90+
[#1cb65c7c]: https://github.com/cloudbox/cloudbox/commit/1cb65c7c
91+
[#85e82bab]: https://github.com/cloudbox/cloudbox/commit/85e82bab
92+
[#bdfaf389]: https://github.com/cloudbox/cloudbox/commit/bdfaf389
93+
[#61c4022c]: https://github.com/cloudbox/cloudbox/commit/61c4022c
94+
[#4bc99888]: https://github.com/cloudbox/cloudbox/commit/4bc99888
95+
[#c4e77f07]: https://github.com/cloudbox/cloudbox/commit/c4e77f07
96+
[#55d38466]: https://github.com/cloudbox/cloudbox/commit/55d38466
97+
[#91da506b]: https://github.com/cloudbox/cloudbox/commit/91da506b
98+
[#4b1572a8]: https://github.com/cloudbox/cloudbox/commit/4b1572a8
99+
[#5cbe5853]: https://github.com/cloudbox/cloudbox/commit/5cbe5853
100+
[#8a5810fe]: https://github.com/cloudbox/cloudbox/commit/8a5810fe
101+
[#5fd7a1fc]: https://github.com/cloudbox/cloudbox/commit/5fd7a1fc
102+
[#89ab1ed9]: https://github.com/cloudbox/cloudbox/commit/89ab1ed9
103+
[#eff176b0]: https://github.com/cloudbox/cloudbox/commit/eff176b0
104+
[#6217bfbc]: https://github.com/cloudbox/cloudbox/commit/6217bfbc
105+
[#6ff0765e]: https://github.com/cloudbox/cloudbox/commit/6ff0765e
106+
[#637b9a66]: https://github.com/cloudbox/cloudbox/commit/637b9a66
107+
[#65287630]: https://github.com/cloudbox/cloudbox/commit/65287630
108+
[#9588b355]: https://github.com/cloudbox/cloudbox/commit/9588b355
109+
[#c14d0b52]: https://github.com/cloudbox/cloudbox/commit/c14d0b52
110+
[#f8b20355]: https://github.com/cloudbox/cloudbox/commit/f8b20355
111+
[#d4a89bea]: https://github.com/cloudbox/cloudbox/commit/d4a89bea
112+
[#b63561b2]: https://github.com/cloudbox/cloudbox/commit/b63561b2
113+
[#e8ed6030]: https://github.com/cloudbox/cloudbox/commit/e8ed6030
114+
[#22662094]: https://github.com/cloudbox/cloudbox/commit/22662094
115+
[#f8ef5cdb]: https://github.com/cloudbox/cloudbox/commit/f8ef5cdb
116+
[#c0889cc0]: https://github.com/cloudbox/cloudbox/commit/c0889cc0
117+
[#8b8e1547]: https://github.com/cloudbox/cloudbox/commit/8b8e1547
118+
[#9a137ace]: https://github.com/cloudbox/cloudbox/commit/9a137ace
119+
[#959c9d09]: https://github.com/cloudbox/cloudbox/commit/959c9d09
120+
[#f892eae5]: https://github.com/cloudbox/cloudbox/commit/f892eae5
121+
[#82a77790]: https://github.com/cloudbox/cloudbox/commit/82a77790
122+
[#8afba1be]: https://github.com/cloudbox/cloudbox/commit/8afba1be
123+
[#3463334a]: https://github.com/cloudbox/cloudbox/commit/3463334a
124+
[#7f2e853b]: https://github.com/cloudbox/cloudbox/commit/7f2e853b
125+
27126
## [1.4.4][] - 2019-05-18
28127

29128
- **Plex Autoscan**: Minor update to default config. ([#1af78d5e][])

0 commit comments

Comments
 (0)
X Tutup