Skip to content

Commit

Permalink
chore(release): 3.28.0
Browse files Browse the repository at this point in the history
# [3.28.0](3.27.0...3.28.0) (2023-06-11)

### Bug Fixes

* **background-window:** fixes macos window creation on dock icon click ([#850](#850)) ([a4d2d0b](a4d2d0b))
* **gallery:** use grab cursor for gallery items ([#844](#844)) ([23bd5c3](23bd5c3))
* move maximize function to keep main window hidden until ready ([#839](#839)) ([fbfff08](fbfff08))
* **output-window:** removes immediate setSize call ([#849](#849)) ([151feb0](151feb0))
* remove dialog ([#841](#841)) ([81996d1](81996d1))
* restores tween data correctly when focusing other inputs ([#837](#837)) ([aa4a3d5](aa4a3d5))
* **style:** use custom select and expand widths to 100% ([#845](#845)) ([4453dd8](4453dd8))
* use correct path variable ([#846](#846)) ([14460ab](14460ab))

### Features

* **cursor:** adds grab cursor to group and active module titles ([#842](#842)) ([888ed83](888ed83))
* **expressions:** adds `inputValue` as scope item ([#859](#859)) ([e5f7c7b](e5f7c7b)), closes [#857](#857)
* **group title:** adds additional mouse listener, focus and selection ([#843](#843)) ([4b54059](4b54059))
* **save/saveas:** adds save menu item and updates save as to remember path ([#858](#858)) ([2250fa2](2250fa2))
  • Loading branch information
semantic-release-bot committed Jun 11, 2023
1 parent 8794fa8 commit 777e3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "modV",
"description": "modular audio visualisation powered by JavaScript",
"author": "vcync",
"version": "3.27.0",
"version": "3.28.0",
"private": true,
"homepage": "https://modv.vcync.gl/",
"repository": {
Expand Down

0 comments on commit 777e3ad

Please sign in to comment.