Skip to content

Releases: maykbrito/mini-video-me

v4.0.2

16 May 12:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

4.0.1

09 May 11:59
Compare
Choose a tag to compare

鈿狅笍 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

3.3.2

06 Mar 23:23
Compare
Choose a tag to compare

What's Changed

New Contributors

@Lacerda53 made their first contribution in #64


Full changelog: v3.3.1...v3.3.2

v3.3.1

16 Jan 21:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.5...v3.3.0

v3.2.5

08 Jun 14:08
Compare
Choose a tag to compare

Changes

Add borderColorCss configuration (#37);

Open the settings using the tray menu and add to the settings JSON:

"borderColorCss": "linear-gradient(to right, #988BC7, #FF79C6)"

Restart the app.

v3.2.4

02 Jun 21:40
Compare
Choose a tag to compare
  • New app icon;

v3.2.3

02 Jun 17:12
Compare
Choose a tag to compare

Release without Windows app.

We removed the windows release as windows apps needs code signing with an expensive OV certificate (around $400/year) so we will release only Linux and MacOS versions for now. Users can still download the source code and run the application manually by installing dependencies and running the app with Node.js.

v3.2.2

28 May 13:33
Compare
Choose a tag to compare

Highlights

  • 馃帀 Working on MacOS, Windows and Linux;
  • 鈿欙笍 User custom settings and shortcuts;
  • 鈱笍 Shortcuts to move and resize window;
  • 馃摲 Change camera source from tray menu;

Working on Mac

20 May 03:47
eb7cc2c
Compare
Choose a tag to compare
Merge pull request #12 from ejscf/patch-2

Add Image and install information