forked from breck7/ScrollHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releaseNotes.scroll
112 lines (81 loc) · 2.89 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
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.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