Skip to content

Commit 648e096

Browse files
authored
Merge Version 2.3.0
2 parents 599e485 + d3a4f20 commit 648e096

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+2567
-1359
lines changed

.deepsource.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
version = 1
2-
3-
exclude_patterns = [
4-
"jsconfig.json",
5-
"*.config.js"
6-
]
2+
exclude_patterns = ["jsconfig.json", "*.config.js"]
73

84
[[analyzers]]
95
name = "javascript"
106
enabled = true
117

12-
[analyzers.meta]
13-
plugins = ["vue"]
14-
environment = ["browser"]
8+
[analyzers.meta]
9+
plugins = ["vue"]
10+
environment = ["browser"]

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ node_modules
33
/dist
44

55

6-
# local env files
6+
# Local environment variables
77
.env.local
88
.env.*.local
99

@@ -27,4 +27,8 @@ changes/
2727
changes.txt
2828
audits/
2929

30-
tmp*
30+
tmp*
31+
32+
# Temporary - Alpha feature
33+
src/views/NewSchedule.vue
34+
src/components/dialogs/NewSchedule/

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
## Version 2.3.0
4+
5+
- Add Sentry.io error and performance monitoring (#87)
6+
- Remove the AUHSD Distance Learning schedule (#86)
7+
- Reverse the order of the What's New panel
8+
- Change the expansion panel look from accordion
9+
- Automatically open latest version's what's new
10+
- Change What's New to Release Notes
11+
- Add tooltips to the buttons on the schedule page (#83)
12+
- Make the space occupied by the theme toggle button smaller
13+
- Add caching headers
14+
- Switch to @mdi/js rather than the stylesheet for improved performance
15+
- Remove the new schedule button from edge
16+
- Switch the AUHSD schedules' icons to the outlined version
17+
- Switch to modern build system (module + nomodule)
18+
- Add Typeform feedback form
19+
- Add favicons
20+
- Add Open Graph and Twitter social meta tags
21+
- Fix CSP policy for the service worker
22+
- Improve performance
23+
- Add icon paths to `vue.config.js`
24+
- Set notification icon to favicon
25+
- Add icon and badge to notifications
26+
- Add a close button to the timetable (#90)
27+
- Change "Intervals" to "Time Remaining" in notification settings
28+
- Fix the time remaining notifications naming (#89)
29+
- Move notification settings to separate dialogs

0 commit comments

Comments
 (0)