-
Notifications
You must be signed in to change notification settings - Fork 6
/
releaseNotes.scroll
130 lines (94 loc) · 3.39 KB
/
releaseNotes.scroll
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
buildConcepts releaseNotes.csv releaseNotes.json releaseNotes.tsv
buildMeasures releaseNotesMeasures.tsv
title ScrollHub Release Notes
linkTitle Release Notes
pageHeader.scroll
## A list of what has changed in ScrollHub releases.
thinColumn
Download as CSV | TSV | JSON
link releaseNotes.csv CSV
link releaseNotes.tsv TSV
link releaseNotes.json JSON
br
node_modules/scroll-cli/microlangs/changes.parsers
thinColumns 1
📦 0.37.0 11/18/2024
🎉 significant write time perf improvements
📦 0.36.0 11/17/2024
🎉 hub can now serve any/all folders on a machine. will serve whatever cwd is.
🎉 moved all hub data storage (logs, certs, etc) under new `.hub` folder in `folders` dir.
🎉 whatever cwd is when you launch hub, that will be the folders dir now.
⚠️ BREAKING: you may need
📦 0.35.0 11/14/2024
🎉 updated Scroll
📦 0.34.0 11/13/2024
🎉 updated Scroll
📦 0.33.0 11/12/2024
🎉 updated Scroll
📦 0.32.0 11/11/2024
🎉 updated to Scroll 148
⚠️ BREAKING: see Scroll release notes for breaks in 148
https://scroll.pub/releaseNotes.html Scroll release notes
📦 0.31.0 11/11/2024
🏥 more open cors
📦 0.30.0 11/11/2024
🏥 fix script runner by enabling json form parsing
📦 0.29.0 11/11/2024
🎉 updated scroll
🎉 pass request body to script runner
📦 0.28.0 11/10/2024
🏥 temporary cleanup of git issues with templates
📦 0.27.0 11/10/2024
🎉 new /status/:folderName route to help debugging git sync issues
📦 0.26.0 11/09/2024
🏥 git fix
📦 0.25.0 11/09/2024
🎉 add support for php, python, ruby and perl
📦 0.24.0 11/08/2024
🎉 add syntax highlight support for html, css, and js files
🏥 dont use scroll mode for non scroll files
🏥 dont show folders in sidebar for now
📦 0.23.0 11/08/2024
🎉 show version tracking status of files in sidebar
🎉 allow all file types
🎉 add download button
🎉 folder stats should show # of versioned files, not # of files
🎉 a scrollhub folder is one not starting with . that contains a git repo
📦 0.22.0 11/07/2024
🎉 perf for big sites: build saved file immediately, then kick off bigger build jobs
🎉 perf for big sites: only have at most 1 build job in queue per folder
📦 0.21.0 11/07/2024
🎉 added new way to create a folder by dropping a zip onto index page
📦 0.20.0 11/07/2024
🎉 run prettier on save of js, css, and html files if hand edited
🎉 cleanup of write files
🏥 fix bugs with trying to git commit an unchanged file after format
📦 0.19.0 11/06/2024
🎉 shift+click to rename a file
🏥 restore normal browser behavior on command click or right click
📦 0.18.0 11/05/2024
🎉 easier/faster renames and file opens
📦 0.17.0 11/05/2024
🎉 add ScrollHub version number to folders.html page and log to console on start
🏥 error message improvements
📦 0.16.0 11/04/2024
🏥 bug fixes
📦 0.15.0 11/03/2024
🎉 introduced "buffer" param to editor to allow for creating new files from templates
🎉 refactored editor
📦 0.14.0 11/03/2024
🎉 many fixes and improvements
📦 0.13.0 10/25/2024
🎉 the template release
📦 0.12.0 10/24/2024
🎉 one click clones
📦 0.11.0 10/24/2024
🎉 added folder renaming
🎉 various improvements
📦 0.10.0 10/23/2024
🎉 significant bug fixes and improvements
📦 0.8.0 10/18/2024
🎉 refactored code into ScrollHub class and started automated tests
🎉 refactored templates and creation
endColumns
footer.scroll