diff --git a/apps/gui/CHANGELOG.md b/apps/gui/CHANGELOG.md new file mode 100644 index 0000000..dd77c2b --- /dev/null +++ b/apps/gui/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 1.0.0 (2023-08-13) + + +### 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)) +* **web:** update fonts to satoshi ([916649f](https://github.com/beat-forge/clients/commit/916649f11c13ddf57dc67dea2c3329a37dc8b22b)) + + +### Bug Fixes + +* **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)) +* **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 1b0c546..49a9741 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",