Skip to content

Commit

Permalink
chore(main): release gui 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChecksumDev committed Aug 15, 2023
1 parent 7922629 commit 683265f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions apps/gui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## 1.0.0 (2023-08-15)


### 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))
2 changes: 1 addition & 1 deletion apps/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gui",
"version": "0.0.0",
"version": "1.0.0",
"scripts": {
"dev": "tauri dev",
"build": "tauri build",
Expand Down

0 comments on commit 683265f

Please sign in to comment.