From cbf1cb3e91967cbcfcfba74f9c40963dba99760e Mon Sep 17 00:00:00 2001 From: ChecksumDev Date: Thu, 5 Oct 2023 23:46:39 -0500 Subject: [PATCH] chore(main): release gui 1.0.0 --- apps/gui/CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ apps/gui/package.json | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 apps/gui/CHANGELOG.md diff --git a/apps/gui/CHANGELOG.md b/apps/gui/CHANGELOG.md new file mode 100644 index 0000000..8fe2243 --- /dev/null +++ b/apps/gui/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog + +## 1.0.0 (2023-10-06) + + +### Features + +* added dropdown in navbar for small screens, changed customClasses name for icons ([346ee2a](https://github.com/beat-forge/clients/commit/346ee2a0fb7a4075654bba7d580721d68e38527e)) +* gui ([d1ecd13](https://github.com/beat-forge/clients/commit/d1ecd138684697ddf3031b433751732d3ca192b0)) +* **gui:** select mods + fix instance page ([b7c0c6a](https://github.com/beat-forge/clients/commit/b7c0c6a7af0d2be83844dfad962a269197ddfa7e)) +* instances. ([7531143](https://github.com/beat-forge/clients/commit/7531143616cf5b347e169844d3eee915723e9913)) +* **web:** update fonts to satoshi ([916649f](https://github.com/beat-forge/clients/commit/916649f11c13ddf57dc67dea2c3329a37dc8b22b)) + + +### Bug Fixes + +* :construction: instances page refactor ([0c8648d](https://github.com/beat-forge/clients/commit/0c8648d3be343e575de4dd36095e08ca6831a356)) +* add types ([506d964](https://github.com/beat-forge/clients/commit/506d9649c1b5ba9ff0b105be47d3289ffb60a1bf)) +* custom-instance_path ([dce48df](https://github.com/beat-forge/clients/commit/dce48df3eeee28f9e05d88d3e09733534f7e419b)) +* **deps:** update rust crate anyhow to 1.0.75 ([bce2851](https://github.com/beat-forge/clients/commit/bce2851fec482a8a5426160afd326cdd13fc443c)) +* **deps:** update rust crate minreq to 2.10.0 ([6af941a](https://github.com/beat-forge/clients/commit/6af941add6e3698052fd109cf27a20345307221a)) +* **deps:** update rust crate minreq to 2.9.0 ([798b701](https://github.com/beat-forge/clients/commit/798b7014d1d62d27621bc0e44f6d456e48cae86e)) +* **deps:** update rust crate minreq to 2.9.1 ([443188c](https://github.com/beat-forge/clients/commit/443188c52a76fe91ed24646d6ee37b46a4563b0f)) +* **deps:** update rust crate regex to 1.9.3 ([a3a4c0e](https://github.com/beat-forge/clients/commit/a3a4c0e69d858b10a4b67838b3ecdb06067cff31)) +* **deps:** update rust crate regex to 1.9.4 ([1656e06](https://github.com/beat-forge/clients/commit/1656e0676b450385fd3c40049eccf7bca255a109)) +* **deps:** update rust crate regex to 1.9.5 ([1e8aefd](https://github.com/beat-forge/clients/commit/1e8aefdf08e86cf12957202d08143761c3ad103f)) +* **deps:** update rust crate regex to 1.9.6 ([0fb68e5](https://github.com/beat-forge/clients/commit/0fb68e59ec57d22bce1e20477f6197b8c4ba6486)) +* **deps:** update rust crate tokio to 1.32.0 ([c4d14cc](https://github.com/beat-forge/clients/commit/c4d14cc772fdaea3cec507a2db4d5e5af0bcc422)) +* detect custom bsmanager paths ([9f4ed2f](https://github.com/beat-forge/clients/commit/9f4ed2f3bb5de6c02f05d3258be4f1edf157c696)) +* **gui:** [BF-59] open external links in default browser ([fd19a3c](https://github.com/beat-forge/clients/commit/fd19a3cf41f4bf9ab059a3c0ac51ed3fd974028e)) +* **gui:** blurarea clipping chrome ([8ac5cf7](https://github.com/beat-forge/clients/commit/8ac5cf71d806197f053514c763d35e9b5034d5ff)) +* **gui:** ci build? ([33ae186](https://github.com/beat-forge/clients/commit/33ae18621cabba609cc5a596e8a6fc0553bef5b6)) +* **gui:** correct min/max titlebar btns ([76d5609](https://github.com/beat-forge/clients/commit/76d5609188b006b637ef468d47485c6f425ec3c4)) +* reactive download buttons ([63cb7d3](https://github.com/beat-forge/clients/commit/63cb7d32c8bcf447e499037ad2130d381c54a467)) +* smooth scrolling ([ecad3d0](https://github.com/beat-forge/clients/commit/ecad3d0066c0c5faea18c31282852700bdfd4025)) +* switched to infinite scrolling and game version filter ([4962b50](https://github.com/beat-forge/clients/commit/4962b508a3ca3943f7cdc201828bba9fb4f4cd44)) +* **web:** no more cookies, only localstorage. ([4cf6ebe](https://github.com/beat-forge/clients/commit/4cf6ebe1880e614dd5be841795a5905bba38f6c2)) + + +### Performance Improvements + +* optimize images on buildtime (lossless) ([61980e7](https://github.com/beat-forge/clients/commit/61980e71eff1a0a9417db9e2bf39252010348324)) diff --git a/apps/gui/package.json b/apps/gui/package.json index c8e53a2..bc446f0 100644 --- a/apps/gui/package.json +++ b/apps/gui/package.json @@ -1,6 +1,6 @@ { "name": "gui", - "version": "0.0.0", + "version": "1.0.0", "scripts": { "dev": "tauri dev", "build": "tauri build",