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 24, 2023
1 parent 9288828 commit d850a02
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions apps/gui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

## 1.0.0 (2023-08-24)


### 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))
* 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))
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 d850a02

Please sign in to comment.