Skip to content

4.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 11:59
· 2 commits to master since this release

鈿狅笍 For MacOS, move the extracted app to the Applications folder, open your terminal and run the following command to sign the app

codesign --force --deep --sign - /Applications/Mini\ Video\ Me.app

Wait until the command finishes, then open the app and allow the camera permissions asked you. 馃殌

Adds

  • Themes and custom themes support
  • Languages (i18n) and custom languages support
  • Camera connected, disconnected and not found auto-detection
  • New shortcuts
  • toggle window size: space
  • open config file: CommandOrControl + ,
  • Reset Settings feature item on tray
  • Real name on Displays section in tray menu on macOS

Updates and refactors

  • All shortcuts to be customized in the config file
  • App to use the electron-app boilerplate
  • App to use ReactJS
  • All submenus on tray now acts like checkbox to check the active item
  • Electron to v18.2.0
  • Electron Builder to 23.0.3

Fixes