-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedules-changelog.json
188 lines (188 loc) · 7.94 KB
/
schedules-changelog.json
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
[
{
"version": "2.2.0",
"date": "2021-01-11",
"changelog": [
"Added a timetable view to the schedule view",
"Added this modal for informing users what's new in Schedules",
"Improve next period calculation",
"Update custom period name display",
"Rename beta to edge",
"Change developer mode to debug mode",
"Add toggle for debug mode",
"Add anonymous analytics through Umami",
"Add privacy notice for analytics",
"Rename beta versioning (X.X.X-beta) to use edge (X.X.X-edge)",
"Switch to JSON object for the schedule in schedules.json",
"The beginnings of adding a new schedule in the app",
"Switch font to Lato",
"Add settings panel to manage period names and notifications",
"Add notification interval, day, and period toggles",
"Add AUHSD Hybrid schedule",
"Add security headers"
]
},
{
"version": "2.2.1",
"date": "2021-03-24",
"changelog": [
"Fix Umami analytics activation",
"Fix duplicate divider issue with feature coming soon (currently in alpha)"
]
},
{
"version": "2.3.0",
"date": "2021-04-21",
"changelog": [
"Add Sentry.io error and performance monitoring",
"Remove the AUHSD Distance Learning schedule",
"Reverse the order of the What's New panel",
"Change the expansion panel look from accordion",
"Automatically open latest version's what's new",
"Change What's New to Release Notes",
"Add tooltips to the buttons on the schedule page",
"Make the space occupied by the theme toggle button smaller",
"Add caching headers",
"Switch to @mdi/js rather than the stylesheet for improved performance",
"Remove the new schedule button from edge",
"Switch the AUHSD schedules' icons to the outlined version",
"Switch to modern build system (module + nomodule)",
"Add Typeform feedback form",
"Add icons (favicons and app)",
"Add Open Graph and Twitter social meta tags",
"Fix CSP policy for the service worker",
"Improve performance",
"Add icon and badge to notifications",
"Add a close button to the timetable",
"Change \"Intervals\" to \"Time Remaining\" in notification settings",
"Fix the time remaining notifications naming",
"Move notification settings to separate dialogs"
]
},
{
"version": "2.3.1",
"date": "2021-08-04",
"changelog": [
"Add the AUHSD First Week and the new AUHSD Standard schedules"
]
},
{
"version": "2.3.2",
"date": "2021-08-16",
"changelog": ["Remove the AUHSD First Week schedule"]
},
{
"version": "2.3.3",
"date": "2021-08-18",
"changelog": [
"Fix the AUHSD Standard schedule's Wednesday and Friday start times"
]
},
{
"version": "3.0.0",
"date": "2021-09-03",
"changelog": [
"Change Umami domain to unisontech.org",
"Add source maps with Sentry for enhanced error logging",
"Dynamically generate the meta descriptive tags",
"Add twenty-four hour time switch",
"Increase padding around the icons",
"Switch to TypeScript ([issue #118](https://github.com/hkamran80/schedules/issues/118))",
"Add a countdown to any time ([issue #120](https://github.com/hkamran80/schedules/issues/120))",
"Switch to UTDS components ([issue #117](https://github.com/hkamran80/schedules/issues/117))",
"Fix theme issues ([issue #112](https://github.com/hkamran80/schedules/issues/112))",
"Switch the console link about service workers to a UT short link",
"Add an about page ([issue #115](https://github.com/hkamran80/schedules/issues/115))",
"Change \"Privacy Notice\" to \"Analytics Notice\"",
"Switch to the Clipboard API with the `execCommand` method as a fallback for the period name exporting",
"Switch the Umami mixin to composables",
"Switch the update mechanism mixin to composables",
"Add minimum and maximum values to the countdown time picker",
"Update no JavaScript notice",
"Switch to `netlify.toml` from `_redirects` and `_headers`",
"Add some redirects to fix the `.map` and the precache manifests not being found",
"Add preconnect to Sentry",
"Add help center ([issue #121](https://github.com/hkamran80/schedules/issues/121))",
"Change countdown button color to Schedules' primary light variant",
"Prevent words breaking in the middle in dialog titles",
"Expand click/tap area for help center topics",
"Add the `Adding a Topic` help center topic",
"Remove `window.PushManager` from the notifications supported check",
"Remove the CORS bypass endpoint",
"Add unit tests",
"Fix help center spacing",
"Fix help center glitches",
"Add conversion code (for Schedules 2 to Schedules 3)",
"Add legal section to the about dialog",
"Fix the conversion code",
"Add error handling to conversion code",
"Disable timetable when no schedule is available",
"Add compatibility for older browsers",
"Fix theming",
"Fix schedule page on Safari",
"Add tips",
"Move debug mode button",
"Make timetable periods bigger",
"Prevent closing edit period names dialog if names are not saved",
"Fix typos in period names (AUHSD Standard)",
"Fix tips notifications",
"Change no JavaScript message (again)",
"Add more help center topics",
"Add message to homepage about using edge version",
"Switch the homepage to the Composition API",
"Add the new logo (thanks to J. Quam)",
"Add an updated social preview",
"Fix bug with schedule icon",
"Fix spelling mistakes"
]
},
{
"version": "3.0.1",
"date": "2021-12-07",
"changelog": ["Add the AUHSD Finals schedule"]
},
{
"version": "3.0.2",
"date": "2022-01-04",
"changelog": ["Remove the AUHSD Finals schedule"]
},
{
"version": "3.0.3",
"date": "2022-01-10",
"changelog": ["Add the College Park High School schedule"]
},
{
"version": "3.1.0",
"date": "2022-03-13",
"changelog": [
"Add off days to all schedules",
"Restrict period name editing (disallows editing passing periods, break/lunch periods, etc.)",
"Switch the save button to a check in the notification and period name editing dialogs",
"Update edge alert message on the homepage",
"Rename the \"structures\" folder to \"models\"",
"Switch font from Lato to Barlow",
"Remove icons from schedule cards",
"Update terms of service and privacy policy notice",
"Add schedule overrides (not currently user-editable)"
]
},
{
"version": "3.1.1",
"date": "2022-05-20",
"changelog": ["Add the AUHSD Finals schedule"]
},
{
"version": "3.1.2",
"date": "2022-08-07",
"changelog": [
"Remove the AUHSD Finals schedule",
"Update the AUHSD Standard schedule with the new bell schedule",
"Add the AUHSD First Week schedule"
]
},
{
"version": "3.1.3",
"date": "2022-08-15",
"changelog": ["Remove the AUHSD First Week schedule"]
}
]