|
1 | 1 | # Change log |
2 | 2 |
|
| 3 | +## Version 1.1.0 [2024-11-27] |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +- Added progress bar to show RADIUS usage (traffic and session time) in |
| 8 | + the status page. |
| 9 | +- Added support for password expiration. |
| 10 | +- Limited consecutive SMS sending to prevent abuse. |
| 11 | +- Allowed users to upgrade subscriptions plan from the status page. |
| 12 | +- Introduced `client.components.registration_form.auto_select_first_plan` |
| 13 | + setting to auto-select the first plan during subscription. |
| 14 | +- Added missing Friulian translations. |
| 15 | + |
| 16 | +### Changes |
| 17 | + |
| 18 | +- Updated the X logo to the new design. |
| 19 | +- Do not send new SMS unless needed. |
| 20 | +- Updated polyfill URL to Cloudflare\'s CDN for enhanced security. |
| 21 | + |
| 22 | +#### Dependencies |
| 23 | + |
| 24 | +- Bumped `add==2.0.6`. |
| 25 | +- Bumped `axios==0.28.0`. |
| 26 | +- Bumped `concurrently==8.2.1`. |
| 27 | +- Bumped `dompurify==3.0.6`. |
| 28 | +- Bumped `fs-extra==11.1.0`. |
| 29 | +- Bumped `history==5.2.0`. |
| 30 | +- Bumped `jsdom==22.1.0`. |
| 31 | +- Bumped `marked==12.0.0`. |
| 32 | +- Bumped `node-plop==0.32.0`. |
| 33 | +- Bumped `nodemon==3.0.3`. |
| 34 | +- Bumped `react-redux==8.1.3`. |
| 35 | +- Bumped `react-router-dom==6.2.1`. |
| 36 | +- Bumped `react-select==5.2.2`. |
| 37 | +- Bumped `universal-cookie-express==6.1.1`. |
| 38 | +- Bumped `eslint-config-prettier==9.1.0`. |
| 39 | +- Bumped `typescript==5.4.5`. |
| 40 | + |
| 41 | +### Bugfixes |
| 42 | + |
| 43 | +- Fixed error when captivePortalLoginForm.additional_fields is empty. |
| 44 | +- Fixed `package.json` to ensure setup script is executed on build and client. |
| 45 | +- Fixed payment flow redirect loop when payment requires internet. |
| 46 | +- Fixed circular import issue detected by eslint. |
| 47 | +- Fixed `internetMode` text disappearing when browsing different pages. |
| 48 | +- Fixed captive portal login after registration. |
| 49 | +- Fixed minor style issue in contact box. |
| 50 | + |
3 | 51 | ## Version 1.0.0 [2022-05-04] |
4 | 52 |
|
5 | 53 | First release. |
|
0 commit comments