Skip to content

Commit

Permalink
version 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Apr 30, 2024
1 parent 00dacb5 commit 3a7c8e7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

This changelog starts with the v3.0 the third rewrite of the parser module and the entire web app

## 4.3.0

### Added
- [Third Party Tools Page](https://userxinos.github.io/HadesSpace/thirdPartyTools)
- [WSMatches Page](https://userxinos.github.io/HadesSpace/WSMatches)
- Install PWA modal

### Changed
- Support localization for About page
- Update favicons
- Update PWA manifest (if you are using PWA mode, it is recommended to reinstall the app)

### Fixes
- Bugs on the drones page
- Some styles for mobile
- Many minor format bugs


## 4.2.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hades-space",
"author": "Xinos",
"version": "4.2.0",
"version": "4.3.0",
"type": "module",
"scripts": {
"build": "npm run parser && npm run i18n:full && vite build",
Expand Down

0 comments on commit 3a7c8e7

Please sign in to comment.