You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,49 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
6
## [Unreleased]
7
+
8
+
## [2.8.0] 2023-10-28
9
+
# Exciting New Features #
10
+
- Dark mode! Now you can use the app in a sleek, darker theme.
11
+
- You'll notice an updated design that gives the app a modern look.
12
+
- We've introduced a native campus directory for your convenience.
13
+
- Find A-Z campus links in the More view, making navigation easier.
14
+
- Enjoy a top-level course catalog search for a faster planning experience.
15
+
- We've added filtering support in the news and streaming sections.
16
+
- Discover related links in building hours for more information.
17
+
- Access the Oleville web view with just a tap.
18
+
19
+
# Fixes and Improvements #
20
+
- We've switched to Sentry for crash reporting, improving reliability.
21
+
- Radio streams will now open the player in a web view.
22
+
- Transportation links will directly open a web view for quick access.
23
+
- Fixed various nasty bugs and crashes to enhance stability.
24
+
- Made significant performance improvements for a smoother experience.
25
+
- Implemented important security updates to protect your information.
26
+
- Updated our privacy policy.
27
+
28
+
# Development Enhancements #
29
+
- We've rewritten the app in TypeScript to improve code quality and safety.
30
+
- We've re-licensed the project to AGPL3.
31
+
- Overhauled the build pipeline caching for faster updates.
32
+
- Upgraded React Native, Xcode, and CocoaPods for better performance.
33
+
- Introduced feature flags to enable/disable specific app features.
34
+
- Added a network logger for better debugging and monitoring.
35
+
- Included an API tester to ensure seamless data integration.
36
+
- A component viewer is now available for developers to inspect the app's components.
37
+
- Added local server URL support for an improved development experience.
38
+
39
+
# Removed Features #
40
+
- Analytics have been removed to respect your privacy.
41
+
- Push notifications have been retired.
42
+
- Home screen reordering has been retired.
43
+
- The Moodle tile is no longer present.
44
+
- The "Report a Problem" tile has been removed.
45
+
- The "Safety Concerns" tile is no longer part of the app.
46
+
- The TES SIS tab has been retired.
47
+
- The PoliticOle news tab is no longer available.
48
+
49
+
## [2.8.0] (old) - 2023-10-28
7
50
### Added
8
51
- Added a new "yarn d" command to deduplicate dependencies
9
52
- Added Renovate as our new automated dependency management tool, with a nice configuration (#3193)
0 commit comments