File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed
themes/dlc/layouts/_default Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ Built with:
10
10
11
11
## Running Locally
12
12
13
+ ### Prerequisites
14
+
15
+ Must have Hugo installed:
16
+
17
+ ` brew install hugo `
18
+
19
+ ### Setup
20
+
13
21
From within your local developers-linode-com repository:
14
22
15
23
` yarn `
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " 0.36.0: 2018-10-08"
3
+ date : " 2018-10-08T11:02:00-04:00"
4
+ description : " Cloud Manager Changelog 0.36.0"
5
+ changelog :
6
+ - Cloud Manager
7
+ version : 0.36.0
8
+ ---
9
+ ### Changed
10
+
11
+ * Support
12
+ * Allow selecting multiple files when attaching to a ticket
13
+ * Auto-collapse attachments when a ticket contains more than 5 attachments
14
+ * Increase support search results to display up to 20 results
15
+ * Profile
16
+ * Truncate whitespace when adding SSH keys
17
+ * Billing
18
+ * Display last four credit card digits when submitting payment
19
+
20
+ ### Fixed
21
+
22
+ * Volumes
23
+ * Issue where creating a volume would potentially display the wrong region for the attached linode
24
+ * Stackscripts
25
+ * When creating a linode from Stackscript, the SSH Key access panel failed to display on image selection
26
+ * Misc.
27
+ * Issue where certain modals could not be dismissed with the escape key
28
+ * On Linode creation, the password field now appears disabled until an image is selected
29
+ * Two-factor authentication QR code border visibility in dark theme
Original file line number Diff line number Diff line change 9
9
< span class ="uppercase font-semibold text-xs mr-4 "> Product:</ span >
10
10
{{ $currentTag := index (last 1 (split (delimit (split .URL "/") "," "") ",")) 0 }}
11
11
{{ range $name, $items := .Site.Taxonomies.changelog }}
12
- < a href ="/changelog/{{ $name | urlize | lower }} " class ="btn btn-small btn-grey mr-2 {{ if eq $currentTag $name}}active{{end}} "> {{ $name | upper}}</ a >
12
+ < a href ="/changelog/{{ $name | urlize | lower }} " class ="btn btn-small btn-grey mr-2 {{ if eq $currentTag ( $name | urlize) }}active{{end}} "> {{ $name | upper}}</ a >
13
13
{{ end }}
14
14
</ nav >
15
15
You can’t perform that action at this time.
0 commit comments