Skip to content

Commit fb54400

Browse files
committed
Update changelog for new version
1 parent cc621bd commit fb54400

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Closes #[issue number]
66
# Review checklist
77
- [ ] Terms and conditions reflect the current change
88
- [ ] Contains enough appropriate tests
9-
- [ ] If aimed at production, writes new summary in `whatsnew/whatsnew-pt-PT`
10-
- [ ] Properly adds entry in `changelog.md` with the change
9+
- [ ] If aimed at production, writes a new summary in `whatsnew/whatsnew-pt-PT`
10+
- [ ] Properly adds an entry in `changelog.md` with the change
1111
- [ ] If PR includes UI updates/additions, its description has screenshots
1212
- [ ] Behavior is as expected
13-
- [ ] Clean, well structured code
13+
- [ ] Clean, well-structured code

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
## Overview
2121

22-
**uni** is a project developed by the [NIAEFEUP](https://ni.fe.up.pt/) to help students of the [University of Porto](https://up.pt) to manage their academic life, including useful features such as upcoming classes and exams. It is a mobile app that is available for both Android and iOS, and is developed using the [Flutter](https://flutter.dev/) framework.
22+
**uni** is a project developed by [NIAEFEUP](https://ni.fe.up.pt/) to help students of the [University of Porto](https://up.pt) to manage their academic life, including useful features such as upcoming classes and exams. It is a mobile app that is available for both Android and iOS, and is developed using the [Flutter](https://flutter.dev/) framework.
2323

2424
Some of the features are only available to students of [FEUP](https://fe.up.pt). The reliability of the information provided by the app is not guaranteed, and the app is not affiliated with the University of Porto or any of its faculties.
2525

changelog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [1.5.0] - 2023-02-13
7+
8+
### Added
9+
10+
- Forgot password link in login page
11+
- Faculty restaurants page
12+
- Library occupancy page
13+
- Shimmer effect on loading screens
14+
- School calendar page
15+
- Possibility to hide exams
16+
617
## [1.4.0] - 2022-09-19
718

819
### Added
@@ -17,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1728
- Calendar button to add an event to the calendar with the details of a exam
1829
- Drag icon appears on widgets during editing mode
1930
- Application dark theme
20-
- A Canteen Page in the personal area
2131
- Fetching of Terms and Conditions
2232
- A dialog to create MB references to add money to print balance
2333
- Course average grade and finished ects on the profile page

0 commit comments

Comments
 (0)