Releases: maykbrito/mini-video-me
Releases · maykbrito/mini-video-me
v4.0.2
What's Changed
- fix: initial shapes loading from config file by @daltonmenezes in #78
Full Changelog: v4.0.1...v4.0.2
4.0.1
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
What's Changed
- Change cam with shortcut by @Lacerda53 in #64
- Feat: add releases from gh actions by @daltonmenezes in #66
- Feat: add release cli helper by @daltonmenezes in #68
New Contributors
@Lacerda53 made their first contribution in #64
Full changelog: v3.3.1...v3.3.2
v3.3.1
What's Changed
- Controls typing improvements ⚡️ by @YPAzevedo in #41
- Fix macOS in README by @szepeviktor in #44
- Fix screen positioning when resizing the window the same size twice by @maykbrito in #47
- feat: reset zoom to 1 with "r" shortcut by @g4rcez in #53
- Allow the user to use custom shapes and enable/disable the border by @DouglasdeMoura in #42
- Feat: Custom dimensions by @maykbrito in #57
- Feat: Multiple Shapes by @maykbrito in #58
- Fix: Custom dimensions by @maykbrito in #59
New Contributors
- @YPAzevedo made their first contribution in #41
- @szepeviktor made their first contribution in #44
- @g4rcez made their first contribution in #53
- @DouglasdeMoura made their first contribution in #42
Full Changelog: v3.2.5...v3.3.0
v3.2.5
v3.2.4
- New app icon;
v3.2.3
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
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
Merge pull request #12 from ejscf/patch-2 Add Image and install information