Skip to content

Commit 077744a

Browse files
committed
Version 1.3
1 parent 7c5e666 commit 077744a

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog/Roadmap
2-
### Version Beta
2+
### Version 0.1
33
- [x] Proxathon version
44

55
### Version 1.0
@@ -22,6 +22,12 @@
2222
- [x] Update themes
2323
- [x] Fix settings input height
2424

25+
### Version 1.3
26+
- [x] Fix breaking bug
27+
- [x] Add gitpod config
28+
- [x] Update console message
29+
- [x] Add issue templates
30+
2531
### Upcoming
2632
- [ ] Update proxies
2733
- [ ] Add games

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metallic",
3-
"version": "1.2",
3+
"version": "1.3",
44
"dependencies": {
55
"@emotion/react": "^11.10.4",
66
"@emotion/styled": "^11.10.4",

start.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ httpServer.on("listening", () => {
6060
const address = httpServer.address();
6161

6262
console.log(
63-
`Metallic at http://${
63+
`Metallic is running at http://${
6464
address.family === "IPv6" ? `[${address.address}]` : address.address
6565
}:${address.port}`
6666
);

0 commit comments

Comments
 (0)