Releases: FriesI23/mhabit
Releases · FriesI23/mhabit
pre-v1.12.7+44
Pre-Released
v1.12.7+44
- Update Translation file (vi)
- Add linux platform support (#174)
- Fix test reporter action HTTP Error (#181)
Linux Platform Support
Note: Need to install following dependencies first:
# https://docs.flutter.dev/get-started/install/linux/desktop?tab=vscode#development-tools
sudo apt-get install \
clang cmake git \
ninja-build pkg-config \
libgtk-3-dev liblzma-dev \
libstdc++-12-dev
# https://pub.dev/packages/sqflite_common_ffi#linux
sudo apt-get -y install libsqlite3-0 libsqlite3-dev
Note: Reminder feature temporarily unavailable on Linux desktop.
v1.12.6+43
- bump dependencies version
New Contributors
Full Changelog: pre-v1.12.5+42...pre-v1.12.7+44
pre-v1.12.6+43
v1.12.5+42
Released: v1.12.5+42
- Add In-App Language Switching.
- Add Debug log Collection feature.
- Fixed issue where notification icon wasn't shown on native Android platform.
- Fixed: Localization for batched check-in's changed snackbar text.
Switch app's language
Note that languageeffective priority follow:
priority | |
---|---|
high | language set within this app |
↓ | app language (if supported) |
low | system language. |
New Feature: Debugging Information
What's Changed
- feat: update translation files by @FriesI23 in #173
- Feature/log tracker by @FriesI23 in #175
- In-App Language Switching by @FriesI23 in #176
Full Changelog: v1.12.2+39...v1.12.5+42
pre-v1.12.4+41
Pre Released
v1.12.4+41
- Add In-App Language Switching
Switch app's language
Note that languageeffective priority follow:
priority | |
---|---|
high | language set within this app |
↓ | app language (if supported) |
low | system language. |
v1.12.3+40
- Add Debug log Collection feature.
- Fixed issue where notification icon wasn't shown on native Android platform.
- Fixed: Localization for batched check-in's changed snackbar text.
New Feature: Debugging Information
Full Changelog: v1.12.2+39...pre-v1.12.4+41
pre-v1.12.3+40
v1.12.2+39
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
dmg
build on macOS. (#168, thanks for @rxzheng's contribution) - 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
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...v1.12.2+39
pre-v1.12.1+38
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
v1.12.0+37
chore: Bump version to v.1.12.0+37 - Add Batch Check-in feature
v1.11.1+36
chore: Bump version to v1.11.1 - Add contributor page - Fixed where pressing back button would exit app in edit mode - Refactor code pertaining to `db` / `profile` / `provider` / `view`, etc. - Add lint options to `analysis_options.yaml`
v1.11.0+35
chore: Bump version to 1.11.0+35 - Update dart SDK dependency to >=3.0.0 - Refactor logging module - Specify provider dependencies on pages - Remove dependency with summary and detail page - Rewrite `context.maybeRead` method - Fix habit's revert operation