From c34e41e0ae72fdea7d218ff50119f91e5cd019fc Mon Sep 17 00:00:00 2001 From: ChecksumDev Date: Sun, 20 Aug 2023 22:15:19 -0500 Subject: [PATCH] chore(main): release gui 1.0.0 --- apps/gui/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ apps/gui/package.json | 2 +- 2 files changed, 32 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..bcdaa7d --- /dev/null +++ b/apps/gui/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + +## 1.0.0 (2023-08-21) + + +### 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)) +* **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)) +* 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 regex to 1.9.3 ([a3a4c0e](https://github.com/beat-forge/clients/commit/a3a4c0e69d858b10a4b67838b3ecdb06067cff31)) +* **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)) +* 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 a059b18..8500edd 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",