Pre-Released
What's Changed at 1.12.1+38
- Add support for the Windows platform. (#164)
- Add Russian translation. (#169, by @yurtpage)
- Add Add support for
dmg
build on macos. (#168, by @rxzheng) - Add
pre-release
version build process. (#171) - Fixed issue in
OpenContainer
raise exception when navigating viaTooltips
enabled. (#166) - Update iOS dependency package versions.
- Optimize code quality.
Build Windows version of Table Habit
flutter config --enable-windows-desktop
flutter build windows --release
Build dmg
package on MacOS
- Install
node
if not exist. if usingbrew
, a simple way to install withbrew install node
commaned. - Install
appdmg
with executingnpm install -g appdmg
- Run
./scripts/build_dmg.sh
and 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...pre-v1.12.1+38