Skip to content

Commit 7812c38

Browse files
author
Alban Bailly
committed
re-adding missing manager changelog
1 parent 48dece1 commit 7812c38

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

content/changelog/2018/11-19-m.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "0.39.0: 2018-11-19"
3+
date: "2018-11-19T11:02:00-04:00"
4+
description: "Cloud Manager Changelog 0.39.0"
5+
changelog:
6+
- Cloud Manager
7+
version: 0.39.0
8+
---
9+
### Breaking:
10+
* User management has been merged into the account section.
11+
* The Account & Billing and Users navigation items have been removed in favor of just "Account".
12+
* This caused breaking changes to the URL pattern.
13+
* /users -> account/users
14+
* /users/stevemcqueen -> /account/users/stevemcqueen
15+
* /users/stevemcqueen/permissions -> /account/users/stevemcqueen/permissions
16+
17+
### Added:
18+
* Domains can now be tagged and will be included in search results when searching for tags.
19+
* Linode Backups
20+
* Users can now enable automatic backups for all existing Linodes which do not have backups.
21+
* Users can now enroll in automatic backups for all newly created Linodes.
22+
* Added backup information and actions on the dashboard.
23+
* Added time since last backup to the list view of user's Linodes.
24+
* Pricing information has been added to the;
25+
* Volume creation drawer
26+
* Volumes call to action placeholder
27+
* Backups call to action placeholderM
28+
* Updated by/closed by details to support tickets.
29+
* Breadcrumb navigation to Linodes, NodeBalancers, Domains, and Support Tickets.
30+
31+
### Changed:
32+
* We're now preventing users from submitting the create a support ticket form until all necessary
33+
information has been provided.
34+
* Hide the "current credit card" if there is no credit card on file.
35+
* The CPU chart on the Linode detail page has been updated to scale the to usage.
36+
* Details about a Linode and Domains are no longer tucked away in accordions.
37+
* Payments and invoices are now sorted by descending date (newest first).
38+
* We've made some mobile friendly adjustments to the display of our menu!
39+
* Documentation links now have a persistent underline to make it clear they're links.
40+
* Providing feedback via Hively now opens in a new window.
41+
* Made tab navigation much easier on mobile.
42+
* Enhanced select styles are now visually consistent with regular selects.
43+
44+
### Fixed:
45+
* Side navigation was hidden for certain users.
46+
* Toggling between grid and list view on the Linodes screen would not persist event progress information.
47+
* Attempting to delete the active user would crash the application. (Hey, it's better than deleting yourself!)
48+
* TTL can now be set/changed for MX records.
49+
* Booting from a user created configuration was failing.
50+
* H1s are now used only once per page site-wide.

0 commit comments

Comments
 (0)