Released: v1.12.2+39
- Add Russian translation. (#169, thanks for @yurtpage's contribution)
- Add Italian translation. (from Weblate, thanks for @spar34vi's translation)
- Add support for the Windows platform. (#164)
- Add support for
dmgbuild on macOS. (#168, thanks for @rxzheng's contribution) - Add
pre-releaseversion build process. (#171) - Fixed issue in
OpenContainerraise exception when navigating viaTooltipsenabled. (#166) - Update iOS dependency package versions.
- Optimize code quality.
Build Windows version
flutter config --enable-windows-desktop
flutter build windows --releaseBuild dmg package on MacOS
- Install
nodeif not exist. if usingbrew, a simple way to install withbrew install nodecommaned. - Install
appdmgwith executingnpm install -g appdmg - Run
./scripts/build_dmg.shand wait this job done. - Target is located at
./build/macos_dmg/mhabit-yyyy-mm-dd-HH-MM-SS.dmg.
New Contributors
Full Changelog: v1.12.0+37...v1.12.2+39