Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebelung-Dev committed Dec 30, 2022
1 parent 7c5e666 commit 077744a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog/Roadmap
### Version Beta
### Version 0.1
- [x] Proxathon version

### Version 1.0
Expand All @@ -22,6 +22,12 @@
- [x] Update themes
- [x] Fix settings input height

### Version 1.3
- [x] Fix breaking bug
- [x] Add gitpod config
- [x] Update console message
- [x] Add issue templates

### Upcoming
- [ ] Update proxies
- [ ] Add games
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metallic",
"version": "1.2",
"version": "1.3",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
Expand Down
2 changes: 1 addition & 1 deletion start.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ httpServer.on("listening", () => {
const address = httpServer.address();

console.log(
`Metallic at http://${
`Metallic is running at http://${
address.family === "IPv6" ? `[${address.address}]` : address.address
}:${address.port}`
);
Expand Down

0 comments on commit 077744a

Please sign in to comment.