Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Table of Contents

- [Version 4.2.1](#version-421---_2026-01-20_)
- [Version 4.2.0](#version-420---_2026-01-20_)
- [Version 4.1.4](#version-414---_2026-01-19_)
- [Version 4.1.3](#version-413---_2026-01-11_)
Expand All @@ -15,6 +16,29 @@
- [Version 4.0.1](#version-401---_2025-10-27_)
- [Version 4.0.0](#version-400---_2025-08-17_)

### [Version 4.2.1](https://github.com/tahoni/hpsc-web-vite/releases/tag/version-4.2.1) - _2026-01-20_

Moved shared local helpers back under the `shared` directory.
Added a file documenting all the dependencies in the project that are looking for funding.

#### General Code Improvements

- Moved helpers for route management back under the `src/shared/helpers/` directory.

#### Licence and Documentation

- Added a `PACKAGES.md` file documenting all the dependencies in the project that are looking
for funding.

#### Dependencies

- Removed the unused dependencies `lightgallery` and `react-pdf`.
- Updated the `@tahoni/tahoni-lib-react` dependency to version `3.3.0`.

#### Changes by

@tahoni

### [Version 4.2.0](https://github.com/tahoni/hpsc-web-vite/releases/tag/version-4.2.0) - _2026-01-20_

Optimised the images by using the webp format.
Expand Down
Binary file added PACKAGES.md
Binary file not shown.
23 changes: 12 additions & 11 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
# HPSC website
# HPSC Website

## Release Notes

### Version 4.2.0 - _2026-01-20_
### Version 4.2.1 - _2026-01-21_

Optimised the images by using the webp format.
Moved shared helpers back under the `shared` directory.
Added a file documenting all the dependencies in the project that are looking for funding.

#### Enhancements and Updates
#### General Code Improvements

- Decreased the size of all images by converting them to the webp format.
- Moved helpers for route management back under the `src/shared/helpers/` directory.

#### Bug Fixes
#### Licence and Documentation

- Fixed the corrupt `ipsc-target-with-bullet-holes.png` image file, and
converted it to the webp format.
- Added a `PACKAGES.md` file documenting all the dependencies in the project that are looking
for funding.

#### General Code Improvements
#### Dependencies

- Added a constant for the default file extension for future maintainability.
- Added a constant for the default images folder for easier maintainability.
- Removed the unused dependencies `lightgallery` and `react-pdf`.
- Updated the `@tahoni/tahoni-lib-react` dependency to version `3.3.0`.

#### Changes by

Expand Down
Loading