Skip to content

Commit f7f632c

Browse files
committed
Merge branch 'feature/images' into develop
2 parents cc52a72 + 065e8c3 commit f7f632c

File tree

128 files changed

+891
-952
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+891
-952
lines changed

.idea/codeStyles/Project.xml

Lines changed: 1 addition & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.agent.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.edit.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gbrowser_project.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jsLinters/eslint.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/markdown.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/prettier.xml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/scopes/src.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Table of Contents
66

7+
- [Version 4.1.5](#version-415---_2026-01-20_)
78
- [Version 4.1.4](#version-414---_2026-01-19_)
89
- [Version 4.1.3](#version-413---_2026-01-11_)
910
- [Version 4.1.2](#version-412---_2026-01-03_)
@@ -14,6 +15,28 @@
1415
- [Version 4.0.1](#version-401---_2025-10-27_)
1516
- [Version 4.0.0](#version-400---_2025-08-17_)
1617

18+
### [Version 4.1.5](https://github.com/tahoni/hpsc-web-vite/releases/tag/version-4.1.5) - _2026-01-20_
19+
20+
Optimised the images by using the webp format.
21+
22+
#### Enhancements and Updates
23+
24+
- Decreased the size of all images by converting them to the webp format.
25+
26+
#### Bug Fixes
27+
28+
- Fixed the corrupt `ipsc-target-with-bullet-holes.png` image file, and
29+
converted it to the webp format.
30+
31+
#### General Code Improvements
32+
33+
- Added a constant for the default file extension for future maintainability.
34+
- Added a constant for the default images folder for easier maintainability.
35+
36+
#### Changes by
37+
38+
@tahoni
39+
1740
### [Version 4.1.4](https://github.com/tahoni/hpsc-web-vite/releases/tag/version-4.1.4) - _2026-01-19_
1841

1942
Adds or updates project documentation and onboarding material.
@@ -31,7 +54,7 @@ Documents development, build, test and deploy workflows for the project.
3154
`docs`, `sitemap`) in `README.md`.
3255
- Small editorial fixes `ARCHITECTURE.md` and `UI.md`.
3356
- Small formatting changes in `plan.md` and `task.md` in the `documnetation/roadmap/` folder.
34-
- Removed the sceeenshot from `README.md` to reduce maintenance overhead.
57+
- Removed the screenshot from `README.md` to reduce maintenance overhead.
3558
- Deleted the `documentation/screenshots/` folder as the content is not being used any more.
3659

3760
#### Changes by

0 commit comments

Comments
 (0)