Releases: FriesI23/mhabit
v1.14.1+54
Released v1.14.1+54
- Add Turkey translation, Thanks for S. Aydın's contribution on weblate.
- Bump Dependencies versions.
gradle
to 8.9com.android.application
to 8.7.0androidx.window:window
to 1.2.0androidx.window:window-java
to 1.2.0com.android.tools:desugar_jdk_libs
to 2.1.2- change compatibile jave version from 1.8 to 17
- upgrade flutter package's major versions
fl_chart
to 0.69.0flutter_local_notifications
to 17.2.3flutter_markdown
to 0.7.3+2
- bump flutter package versions,
rungit diff 62317cd 0ef4434 -- "pubspec.lock"
see full changelog
- Keep
@mipmap/ic_notification
to prevent it from being removed byshrinkResources
,
see https://stackoverflow.com/a/50703322.
Full Changelog: v1.13.6+52...v1.14.1+54
pre-v1.14.0+53
Pre-Released
v1.14.0+53
- Bump Dependencies versions.
gradle
to 8.9com.android.application
to 8.7.0androidx.window:window
to 1.2.0androidx.window:window-java
to 1.2.0com.android.tools:desugar_jdk_libs
to 2.1.2- change compatibile jave version from 1.8 to 17
- upgrade flutter package's major versions
fl_chart
to 0.69.0flutter_local_notifications
to 17.2.3flutter_markdown
to 0.7.3+2
- bump flutter package versions,
rungit diff 62317cd 0ef4434 -- "pubspec.lock"
see full changelog
- Keep
@mipmap/ic_notification
to prevent it from being removed byshrinkResources
,
see https://stackoverflow.com/a/50703322.
Full Changelog: v1.13.6+52...pre-v1.14.0+53
v1.13.6+52
Released: v1.13.6+52
- Add Polish translation (need translate).
- Add Tranditional Chinese translation, thank for PeterDaveHello's contribution on Github.
- Add Ukrainian translation, thank for Fqwe1's contribution on Weblate.
- Update Spanish translation, thank for gallegonovato's contribution on Weblate.
- Update Italian translation, thank for glemco's contribution on Weblate.
- Update Persian translation, thank for ulracte's contribution on Weblate.
- Bump dependencies version.
- see here for more information.
New Contributors
- @PeterDaveHello made their first contribution in #191
Full Changelog: v1.13.3+49...v1.13.6+52
pre-v1.13.5+51
Pre-Released
v1.13.5+51
- Add Tranditional Chinese translation.
- Add Polish translation (need translate).
- Update Ukrainian translation, thank for Fqwe1's contribution on weblate.
- Update Spanish translation, thank for gallegonovato's contribution on weblate.
- Update Italian translation, thank for glemco's contribution on weblate.
- Bump dependencies version.
- see here for more information.
v1.13.4+50:
- Add Ukrainian translation (need translate).
- Update Spanish translation, thank for gallegonovato's contribution on weblate.
- Update Persian translation, thank for ulracte's contribution on webldate.
Full Changelog: pre-v1.13.4+50...pre-v1.13.5+51
pre-v1.13.4+50
Pre-Released
v1.13.4+50:
- Add Ukrainian translation (need translate).
- Update Spanish translation, thank for gallegonovato's contribution on weblate.
- Update Persian translation, thank for ulracte's contribution on webldate.
Full Changelog: v1.13.3+49...pre-v1.13.4+50
v1.13.3+49
Released v1.13.3+49:
- Update Spain translation, thank for Andres Blasco Arnáiz and gallegonovato's contribution on weblate.
- Fix show black screen when back from main screen.
see these issues for more information.
Full Changelog: v1.13.1+47...v1.13.3+49
pre-v1.13.2+48
Pre-Released:
v1.13.2+48
- Fix show black screen when back from main screen
see these issues for more information.
Full Changelog: v1.13.1+47...pre-v1.13.2+48
v1.13.1+47
Released: v.13.1+47
- Upgrade flutter to 3.19.6.
- Add Spain translation, thank for Andres Blasco Arnáiz's contribution on weblate.
Upgrade flutter to 3.19.6
Upgrade flutter version to 3.19.6 (last stable version with dart 3.3 (3.3.4). Main reason for upgrading this version is:
- More stronger syntax checking (to prevent some bugs at async coding).
- To prevent falling too far behind Flutter's major version, which could be more difficult for future upgrades.
- Flutter project itself has fixed lot of bugs.
This update include following changes:
-
Fix unexpected warnings if enable
use_build_context_synchronously
, see here to get more information. -
Breaking changes
for full breaking changes with two versions, see Flutter 3.19 and Flutter 3.16.
- Fix Scrollbar's Exception on desktop platforms (windows/macos/linux) in app's
changelog
andlicense
dialog.
Full Changelog: v1.12.8+45...v1.13.1+47
pre-v1.13.0+46
Pre-Released
pre-v1.13.0+46
Upgrade flutter version to 3.19.6 (last stable version with dart 3.3 (3.3.4). Main reason for upgrading this version is:
- More stronger syntax checking (to prevent some bugs at async coding).
- To prevent falling too far behind Flutter's major version, which could be more difficult for future upgrades.
- Flutter project itself has fixed lot of bugs.
This update include following changes:
-
Fix unexpected warnings if enable
use_build_context_synchronously
, see here to get more information. -
Breaking changes
for full breaking changes with two versions, see Flutter 3.19 and Flutter 3.16.
- Fix Scrollbar's Exception on desktop platforms (windows/macos/linux) in app's
changelog
andlicense
dialog.
What's Changed
Full Changelog: v1.12.8+45...pre-v1.13.0+46
v1.12.8+45
Released: v1.12.8+45
What's Changed
- feat: update translation files by @FriesI23 in #179
- Linux support by @12people in #174
- Fix "Http Error" when running test reporter action on forked repo by @Miaaaim in #181
- chore: suppress artifact in app release action by @FriesI23 in #182
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.
New Contributors
Full Changelog: v1.12.5+42...v1.12.8+45