-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f92269
commit ef94653
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog | ||
|
||
## [2.9.0](https://github.com/albugowy15/informatics-frs-helper/compare/2.8.2...v2.9.0) (2024-06-12) | ||
|
||
|
||
### Features | ||
|
||
* add global-error page ([d8aae0b](https://github.com/albugowy15/informatics-frs-helper/commit/d8aae0b4075a5de04904adc8c4716e8f20b4e11f)) | ||
* add show password button ([def8ae4](https://github.com/albugowy15/informatics-frs-helper/commit/def8ae44dcce09cfaf45db9dd93d8aaa54168387)) | ||
* adjust ui for larger screen ([8d148f2](https://github.com/albugowy15/informatics-frs-helper/commit/8d148f2f902cdb9db4d2c73341cb11433c852776)) | ||
* better error handling for login ([074ee8c](https://github.com/albugowy15/informatics-frs-helper/commit/074ee8c7a4e3d826e08b2f068321791d321f7f1e)) | ||
* remove BASE_URL env ([1f2adb5](https://github.com/albugowy15/informatics-frs-helper/commit/1f2adb5e82634c40585714d9b6b43fb5442d7cd1)) | ||
* show password in register and reset password form ([1aacbfc](https://github.com/albugowy15/informatics-frs-helper/commit/1aacbfcb113b533e143c4439979191cc31ed2721)) | ||
* unused middleware route config ([75789ba](https://github.com/albugowy15/informatics-frs-helper/commit/75789bad306561dfb768545cdde051ac298d911e)) | ||
* update next-auth to v5 ([5f9aa87](https://github.com/albugowy15/informatics-frs-helper/commit/5f9aa87f67f305f5aff0f3f6eeef1ea5d10c107b)) | ||
* upgrade trcp to v11 ([4693a3b](https://github.com/albugowy15/informatics-frs-helper/commit/4693a3bd1e5611cb3d073e32e2bb633849ddcdff)) | ||
* use base url to retrive main url ([3cc0ce1](https://github.com/albugowy15/informatics-frs-helper/commit/3cc0ce1795b0e43f6948314d44a0ea9ae1ac0343)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* api endpoint url ([4ee7f3d](https://github.com/albugowy15/informatics-frs-helper/commit/4ee7f3df8cd1807819ee6410d6c289bf15eb15fc)) | ||
* **ci:** remove version spec when setup pnpm ([1f9de69](https://github.com/albugowy15/informatics-frs-helper/commit/1f9de699a4de5b34cb06f659ac109a1167758e72)) | ||
* handle error thrown by authorize() ([5ff1915](https://github.com/albugowy15/informatics-frs-helper/commit/5ff1915d8059628ea59ad8eb7e61d514bc2a4e62)) | ||
* parse semester from string to int ([8ddf188](https://github.com/albugowy15/informatics-frs-helper/commit/8ddf188458f6a0367879bd3d16ad1516e84c1ca7)) | ||
* prisma tidb adapter name ([38de16f](https://github.com/albugowy15/informatics-frs-helper/commit/38de16fdcc2eab55d27bd83d0d56565f20d1e3c5)) | ||
* reduce grid cols size for large screen ([eb401ee](https://github.com/albugowy15/informatics-frs-helper/commit/eb401eee420953cf602629d7904db9f09016601e)) | ||
* trpc type error session user id ([42aa204](https://github.com/albugowy15/informatics-frs-helper/commit/42aa204ebfedee951abad421f0e899a963ae56bf)) | ||
* type import for RouterInputs and RouterOutputs ([da22a80](https://github.com/albugowy15/informatics-frs-helper/commit/da22a80491cba98dac0b80151b07068f5774d7fa)) | ||
* typo page function name ([01b8943](https://github.com/albugowy15/informatics-frs-helper/commit/01b8943d31aee1a9f393d185cce2cc597dbf7784)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters