pkg_core version: 1.11.4

Published 2025-10-14

ruud

sdk | dart
repository | svn
platform | generic
status | n/a
  • Readme
  • Changelog
  • Versions

pkg_core

Core (base) classes (no widgets).

graph

Changelog

1.11.4 - 2025-10-14

Removed

  • StringExtension._MediaSides enum removed, was almost a duplicate of MediaSides enum.

1.11.3 - 2025-09-03

Added

  • discarded_futures lint.
  • unawaited_futures lint.

1.11.2 - 2025-09-01

Fixed

  • Stackoverflow while testing for isEZ/isDZ.

1.11.1 - 2025-08-08

Changed

  • HHUuidFactory is a singleton now.
  • HHUuidFactory generates uuid v4 (was v1) for serverpod compatibility.
  • Renamed User to DesktopUser.

1.11.0 - 2025-08-06

Changed

  • Moved IApplication to pkg_core_flutter.

1.10.10 - 2025-08-01

Changed

  • Slight adjustments to the IApplication abstract class.

1.10.9 - 2025-07-29

Added

  • StringExtension.toUint8List.

Changed

  • JsonObjectV2/V2(recursive: true) default set to false to prevent nested JsonObjects that do more harm than good.
  • JsonObjectV1.length takes data as list into account.
  • JsonObjectV1.isEmpty takes data as list into account.
  • JsonObjectV1.isNotEmpty takes data as list into account.

1.10.8 - 2025-07-23

Changed

  • Version bump from 1.10.7 to 1.10.8 (test -> 1.26.3 (was 1.26.2)).

1.10.7 - 2025-07-21

Added

  • double.equals and double.notEquals that takes NaN into account (see IEEE 754).

1.10.6 - 2025-07-18

Changed

  • stringFromEnvironment now also reads plain .env files (if any).

1.10.5 - 2025-06-30

Changed

  • Version bump from 1.10.4 to 1.10.5 (get_time_ago -> 2.3.2 (was 2.3.1)).

1.10.4 - 2025-06-20

Added

  • AI generated unit tests.

1.10.3 - 2025-06-17

Added

  • StringExtension.insertAt.

1.10.2 - 2025-06-06

Changed

  • Removed dart_code_linter (due to constant out-of-date dependencies), replaced with lint (strict) lints.
  • Fixed all lints.

1.10.1 - 2025-06-05

Changed

  • Reinstated dart_code_linter lints.

1.10.0 - 2025-05-26

Fixed

  • Renamed the File.renameSync function to File.renameSyncSafe because it shadowed the renameSync function already present in the File class and thus did not use the one from pkg_core (the original crashes when we try to rename a file from /tmp to /Users/Share/Downloads when the paths are on different disks).

1.9.56 - 2025-05-22

Changed

  • Version bump from 1.9.55 to 1.9.56 (async -> 2.13.0 (was 2.12.0)).

1.9.55 - 2025-05-22

Changed

  • Version bump from 1.9.54 to 1.9.55 (intl -> 0.20.2 (was 0.19.0)).

1.9.54 - 2025-05-22

Changed

  • Version bump from 1.9.53 to 1.9.54 (test -> 1.26.2 (was 1.26.1)).

1.9.53 - 2025-05-20

Changed

  • Version bump from 1.9.52 to 1.9.53 (test -> 1.26.1 (was 1.26.0)).

1.9.52 - 2025-05-19

Added

  • HHUuidFactory performance tests.

1.9.51 - 2025-05-13

Changed

  • Version bump from 1.9.50 to 1.9.51 (test -> 1.26.0 (was 1.25.15)).

1.9.50 - 2025-05-12

Changed

  • Removed optional parameter from datetime formatters.
  • Added toLocal parameter to datetime formatters.
  • Version bump from 1.9.49 to 1.9.50 (get_time_ago -> 2.3.1 (was 2.3.0)).

1.9.49 - 2025-04-10

Changed

  • HHTracerMixin refactored.

1.9.48 - 2025-04-08

Changed

  • Version bump from 1.9.47 to 1.9.48 (async -> 2.12.0 (was 2.13.0)).

1.9.47 - 2025-04-08

Changed

  • Version bump from 1.9.46 to 1.9.47 (async -> 2.13.0 (was 2.11.0)).

1.9.46 - 2025-04-04

Changed

  • Version bump from 1.9.45 to 1.9.46 (intl -> 0.19.0 (was 0.20.2)).

1.9.45 - 2025-04-04

Changed

  • Changed timeago for get_time_ago.
  • Version bump from 1.9.44 to 1.9.45 (intl -> 0.20.2 (was 0.19.0)).

1.9.44 - 2025-04-03

Added

  • percentage.
  • percentageDifference.

1.9.43 - 2025-04-02

Changed

  • Version bump from 1.9.42 to 1.9.43 (collection -> 1.19.1 (was 1.19.0)).

1.9.42 - 2025-04-02

Changed

  • Version bump from 1.9.41 to 1.9.42 (test -> 1.25.15 (was 1.25.14)).

1.9.41 - 2025-04-01

Changed

  • reDimensions to recognize float values.

Added

  • String.getDimensions.

1.9.40 - 2025-03-18

Added

  • List.notContains.

1.9.39 - 2025-03-13

Added

  • int.toColumnName to get spreadsheet column names from indexes (zero based).
  • String.toColumnIndex to get indexes from column names.

1.9.38 - 2025-03-11

Added

  • List::containsAll.

1.9.37 - 2025-03-06

Changed

  • Version bump from 1.9.36 to 1.9.37 (async -> 2.11.0 (was 2.13.0)).

1.9.36 - 2025-03-06

Changed

  • Version bump from 1.9.35 to 1.9.36 (async -> 2.13.0 (was 2.11.0)).

1.9.35 - 2025-02-17

Added

  • MediaProduction enum and detection.

1.9.34 - 2025-02-03

Changed

  • More extensive detection of MediaSides.

1.9.33 - 2025-01-07

Changed

  • Version bump from 1.9.32 to 1.9.33 (dart_code_linter -> 1.2.0 (was 1.3.0)).

1.9.32 - 2025-01-07

Changed

  • Version bump from 1.9.31 to 1.9.32 (dart_code_linter -> 1.3.0 (was 1.1.3)).

1.9.31 - 2025-01-06

Changed

  • Version bump from 1.9.30 to 1.9.31 (dart_code_linter -> 1.1.3 (was 1.1.4)).

1.9.30 - 2025-01-06

Changed

  • Version bump from 1.9.29 to 1.9.30 (dart_code_linter -> 1.1.4 (was 1.1.5)).

1.9.29 - 2025-01-06

Changed

  • Version bump from 1.9.28 to 1.9.29 (dart_code_linter -> 1.1.5 (was 1.1.3)).

1.9.28 - 2025-01-06

Changed

  • Version bump from 1.9.27 to 1.9.28 (dart_code_linter -> 1.1.3 (was 1.3.0)).

1.9.27 - 2025-01-06

Changed

  • Version bump from 1.9.26 to 1.9.27 (dart_code_linter -> 1.3.0 (was 1.1.3)).

1.9.26 - 2024-12-23

Changed

  • Version bump from 1.9.25 to 1.9.26 (collection -> 1.19.0 (was 1.19.1)).

1.9.25 - 2024-12-23

Changed

  • Version bump from 1.9.24 to 1.9.25 (collection -> 1.19.1 (was 1.19.0)).

1.9.24 - 2024-12-23

Changed

  • Version bump from 1.9.23 to 1.9.24 (async -> 2.11.0 (was 2.12.0)).

1.9.23 - 2024-12-23

Changed

  • Version bump from 1.9.22 to 1.9.23 (async -> 2.12.0 (was 2.11.0)).

1.9.22 - 2024-12-23

Changed

  • Version bump from 1.9.21 to 1.9.22 (test -> 1.25.14 (was 1.25.13)).

1.9.21 - 2024-12-19

Changed

  • Version bump from 1.9.20 to 1.9.21 (Support Apple silicon (arm64)).

1.9.20 - 2024-12-19

Changed

  • Version bump from 1.9.19 to 1.9.20 (collection -> 1.19.0 (was 1.19.1)).

1.9.19 - 2024-12-19

Changed

  • Version bump from 1.9.18 to 1.9.19 (collection -> 1.19.1 (was 1.19.0)).

1.9.18 - 2024-12-18

Changed

  • Version bump from 1.9.17 to 1.9.18 (test -> 1.25.13 (was 1.25.12)).

1.9.17 - 2024-12-12

Added

  • DoubleExtension::toInt8 to convert a double from 0..1 to 0..255.

Changed

  • Version bump from 1.9.16 to 1.9.17 (characters -> 1.3.0 (was 1.4.0)).

1.9.16 - 2024-12-12

Changed

  • Version bump from 1.9.15 to 1.9.16 (collection -> 1.19.0 (was 1.18.0)).

1.9.15 - 2024-12-12

Changed

  • Version bump from 1.9.14 to 1.9.15 (characters -> 1.4.0 (was 1.3.0)).

1.9.14 - 2024-12-05

Changed

  • Version bump from 1.9.13 to 1.9.14 (test -> 1.25.12 (was 1.25.11)).

1.9.13 - 2024-12-04

Changed

  • Version bump from 1.9.12 to 1.9.13 (test -> 1.25.11 (was 1.25.10)).

1.9.12 - 2024-12-03

Changed

  • Version bump from 1.9.11 to 1.9.12 (test -> 1.25.10 (was 1.25.9)).

1.9.11 - 2024-11-27

Changed

  • Version bump from 1.9.10 to 1.9.11 (test -> 1.25.9 (was 1.25.8)).

1.9.10 - 2024-11-25

Added

  • String::containsAll and String::containsAllIgnoreCase.

1.9.9 - 2024-11-22

Changed

  • Version bump from 1.9.8 to 1.9.9 (equatable -> 2.0.7 (was 2.0.6)).

1.9.8 - 2024-11-15

Added

  • uMultiply and uMinus character constants.

1.9.7 - 2024-10-31

Added

  • StringExtention::toBase64encodedString.
  • StringExtention::fromBase64encodedString.

1.9.6 - 2024-09-03

Fixed

  • ByteData::asString extension.

1.9.5 - 2024-08-29

Added

  • String::toByteData.

1.9.4 - 2024-08-22

Changed

  • Version bump from 1.9.3 to 1.9.4 (SDK update 3.5.1).

1.9.3 - 2024-08-12

Added

  • IDisposable interface.
  • IUuidFactory interface.

1.9.2 - 2024-07-22

Changed

  • Even stricter linter rules.

1.9.1 - 2024-07-16

Changed

  • StringExtension::getRange now does substring because of unpredicatable results.

1.9.0 - 2024-07-08

Fixed

  • Moved flutter specific constants to pkg_core_flutter.

1.8.24 - 2024-07-04

Fixed

  • JsonObject::doQuery.

1.8.23 - 2024-06-26

Fixed

  • StringExtension::betweenAndIncluding.

1.8.22 - 2024-06-25

Added

  • HHAsyncStringCallback.

1.8.21 - 2024-06-24

Changed

  • toSafeFilename map hyphens.

1.8.20 - 2024-06-24

Added

  • PdfRect, left, right, top, bottom.

1.8.19 - 2024-06-10

Added

  • kMinimumWindowWidth.
  • kMinimumWindowHeight.`

1.8.18 - 2024-06-06

Added

  • DateTimeExtension::numberOfWeeksInYear.
  • DateTimeExtension::weekNumber.

1.8.17 - 2024-06-05

Changed

  • Version bump from 1.8.16 to 1.8.17.

1.8.16 - 2024-04-12

Added

  • String::notEqualsAnyIgnoreCase.

1.8.15 - 2024-04-10

Added

  • JsonObject.stringEncoders.

1.8.14 - 2024-03-22

Added

  • String::removeFirst.
  • String::removeAll.

1.8.13 - 2024-02-13

Changed

  • Typed Runnable and AsyncRunnable.

1.8.12 - 2024-02-06

Added

  • AsyncRunnable.

1.8.11 - 2024-02-01

Changed

  • Version bump from 1.8.10 to 1.8.11 (Resolve package version confusions).

1.8.10 - 2024-01-25

Fixed

  • DirectoryExtension::resolvedPath was not absolute.

Added

  • Moved utils/environment from dart_hh.
  • waar to BoolExtension::parse.
  • Abstract Runnable class.
  • DirectoryExtension::withPrefix.
  • DirectoryExtension::withSuffix.

1.8.9 - 2024-01-16

Changed

  • Version bump from 1.8.8 to 1.8.9 (serverpod 1.2.0).

1.8.8 - 2024-01-15

Added

  • kMinIntValue.
  • kMaxIntValue.

1.8.7 - 2024-01-11

Added

  • Unit tests for RectangleExtension::formatDimensions.
  • Unit tests for HHFormattersMixin::formatDimensions.

Removed

  • round parameter on formatDimensions.

1.8.6 - 2024-01-10

Changed

  • reNxPrinten.

1.8.5 - 2023-12-14

Changed

  • Renamed Stack to StackCollection because of collision with Stack flutter widget.

1.8.4 - 2023-12-13

Added

  • Stack collection.

1.8.3 - 2023-12-11

Changed

  • StringExtension::getRange now just returns the substring because of unrelyable results.

1.8.2 - 2023-12-05

Changed

  • Version bump from 1.8.1 to 1.8.2.

1.8.1 - 2023-11-17

Changed

  • Callbacks refactored.

1.8.0 - 2023-11-14

Removed

  • All color models/structures (see pkg_colors).

1.7.0 - 2023-11-06

Changed

  • On MacOS look for fonts in <home>/.fonts (just like our java apps) and not '/Library/Fonts'.

1.6.22 - 2023-10-16

Added

  • StringExtension::isBlank.
  • StringExtension::isNotBlank.

1.6.21 - 2023-10-13

Fixed

  • StringExtension::toInt now does toDouble().toInt() to prevent zero results.

1.6.20 - 2023-09-28

Added

  • StringExtension::surround.
  • PdfRect json serialization.

1.6.19 - 2023-09-18

Added

  • HHNullableDirectoryCallback.

1.6.18 - 2023-09-13

Added

  • FileExtension::sha256hash.

1.6.17 - 2023-09-12

Changed

  • DirectoryExtension::getFilesEx to async.

Added

  • HHNullableDirectoryCallback.
  • DirectoryExtension::getFilesExSync.

1.6.16 - 2023-07-26

Added

  • String::ifEmpty.

1.6.15 - 2023-07-24

Added

  • isNullable<T>() function to check if T is a nullable type.

1.6.14 - 2023-06-14

Added

  • StringListExtension::containsIgnoreCase.

1.6.13 - 2023-06-13

Added

  • HHIntCallback.

1.6.12 - 2023-06-13

Added

  • JsonObject::getField.
  • JsonObject::setField.

1.6.11 - 2023-06-08

Changed

  • Refactoring JsonObject.

1.6.10 - 2023-06-06

Added

  • HHTracerMixin::error.

1.6.9 - 2023-05-31

Added

  • HHTracerMixin::info.
  • ByteDataExtension::asString.

1.6.8 - 2023-05-24

Added

  • String::fastHash.

1.6.7 - 2023-05-22

Fixed

  • Wrong async constructs.

Removed

  • ListChunker class.
  • Duplicate Changelog heading in CHANGELOG.md.

Changed

  • dart_code_metrics settings.

1.6.6 - 2023-05-04

Added

  • FileExtension::getDimensions.

1.6.5 - 2023-05-03

Added

  • IntExtension::tryParseBytes.
  • IntExtension::formatBytes.

1.6.4 - 2023-04-26

Added

  • StringExtension::count.
  • StringExtension::between.
  • StringExtension::betweenAndIncluding.

Deprecated

  • StringExtension::getBetween.
  • StringExtension::getBetweenAndIncluding.

1.6.3 - 2023-04-14

Added

  • HHLoggerFilterCallback.

1.6.2 - 2023-04-13

Added

  • unawaited_futures: true to linter rules.

1.6.1 - 2023-04-05

Changed

  • Made Paths compatible for console applications (pure dart).

1.6.0 - 2023-04-05

Changed

  • Removed all flutter references, making this package pure dart.

1.5.13 - 2023-04-04

Changed

  • Get Platform.pathSeparator from universal_io.

1.5.12 - 2023-03-31

Added

  • StringExtension::uncapitalize to make the first character lowercase.

1.5.11 - 2023-03-31

Changed

  • Simplified regexes in string_extension.dart.

1.5.10 - 2023-03-28

Added

  • DateTimeExtension::toMultipressTimestamp for time without date in milliseconds for multipress.

1.5.9 - 2023-03-23

Added

  • StringExtension::getRange to fix avoid-substring from code_metrics.yaml.

1.5.8 - 2023-02-13

Added

  • PasswordUtil.

1.5.7 - 2023-02-09

Removed

  • Circular dependency on pkg_icons.

1.5.6 - 2023-02-09

Changed

  • Version bump from 1.5.5 to 1.5.6 (Version confusion after compiler bug chaos).

1.5.5 - 2023-01-31

Changed

  • Version bump from 1.5.4 to 1.5.5.

1.5.4 - 2023-01-31

Changed

  • Version bump from 1.5.3 to 1.5.4.

1.5.3 - 2023-01-28

Added

  • JsonObject.updateValue.

Changed

  • JsonObject::getValue is now generic.

1.5.2 - 2023-01-27

Added

  • StringExtension::camelCaseClass.
  • StringExtension::camelCaseToDashCase.
  • StringExtension::dashCaseClass.
  • StringExtension::dashCaseToCamelCase.

1.5.1 - 2023-01-25

Added

  • null_util.dart from flutter_darwin.

1.5.0 - 2022-12-29

Changed

  • Moved hh_tracer_mixin from pkg_core_flutter.

1.4.3 - 2022-12-27

Changed

  • Version bump from 1.4.2 to 1.4.3.

1.4.2 - 2022-12-22

Changed

  • Version bump from 1.4.1 to 1.4.2.

1.4.1 - 2022-12-22

Changed

  • Version bump from 1.4.0 to 1.4.1 (Recompile due to installer optimizations).

1.4.0 - 2022-12-05

Changed

  • bool is functions to bool get is.

1.3.15 - 2022-12-02

Changed

  • prefer-static-class: false added to code_metrics.yaml.

1.3.14 - 2022-11-29

Added

  • kPdflibCompatibilityVersion = '1.7' constant.

1.3.13 - 2022-11-25

Fixed

  • DirectoryExtension::isHidden.
  • FileExtension::isHidden.

1.3.12 - 2022-11-24

Added

  • File::withLowercaseExtension.
  • String::nullForEmpty.

1.3.11 - 2022-11-11

Added

  • ListExtension::duplicates.
  • StringExtension::toInt.
  • StringExtension::toDouble.

Changed

  • String::toBool from getter to function.

1.3.10 - 2022-11-04

Changed

  • dart_code_metrics rules update.

1.3.9 - 2022-10-27

Added

  • getBetweenAndIncluding, equalsAny, equalsAnyIgnoreCase to StringExtension.

1.3.8 - 2022-10-26

Added

  • MediaSides enum.
  • FileExtension: isEZ, isDZ, getVerdubbeling, withPrefix.

1.3.7 - 2022-10-19

Changed

  • Removed all print statements for logging.

1.3.6 - 2022-10-17

Changed

  • DirectoryExtension::isHidden now determines __MACOSX folders as hidden.

1.3.5 - 2022-10-11

Changed

  • Version bump from 1.3.4 to 1.3.5 (Recompile due to wrong GetIt.instance syntax.).

1.3.4 - 2022-10-05

Changed

  • Version bump from 1.3.3 to 1.3.4 (fixed pdflib searchpath macos crash).

1.3.3 - 2022-10-03

Added

  • lints.yaml for pure-dart projects.

1.3.2 - 2022-10-01

Added

  • HHFileFilterCallback.
  • Directory::getFilesEx to get unique and duplicate files in a folder tree.
  • Directory::isHidden
  • Directory::isNotHidden
  • File::isHidden
  • File::isNotHidden

1.3.1 - 2022-10-01

Changed

  • Version bump from 1.3.0 to 1.3.1 (pkg_pdflib bundle macos dylib).

1.3.0 - 2022-09-30

Changed

  • Split up flutter specific stuff to pkg_core_flutter.

1.2.16 - 2022-09-29

Changed

  • Version bump from 1.2.15 to 1.2.16 (dependencies upgraded).

1.2.15 - 2022-09-28

Added

  • link flag to HHLogInfo.

Changed

  • Moved HHLogInfo to vo.

1.2.14 - 2022-09-28

Added

  • containsAny to StringExtension.
  • containsAnyIgnoreCase to StringExtension.
  • startsWithAny to StringExtension.
  • startsWithAnyIgnoreCase to StringExtension.
  • endsWithAny to StringExtension.
  • endsWithAnyIgnoreCase to StringExtension.
  • notContainsAny to StringExtension.
  • notContainsAnyIgnoreCase to StringExtension.
  • notStartsWithAny to StringExtension.
  • notStartsWithAnyIgnoreCase to StringExtension.
  • notEndsWithAny to StringExtension.
  • notEndsWithAnyIgnoreCase to StringExtension.

Fixed

  • FileExtension.getExtension returned the whole path when the file had no extension.
  • FileExtension.withSuffix lost the directory of the original file.
  • FileExtension.changeExtension could mangle the entire path if the file did not contain a ., but the path did.

1.2.13 - 2022-09-23

Added

  • Json type.

1.2.12 - 2022-09-22

Added

  • fromText to ColorExtension.

1.2.11 - 2022-09-21

Added

  • zip to ListExtension&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;T&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;: zip two lists together, alternating inserted items: this[ a, b, c] + other[1, 2, 3] = [a, 1, b, 2, c, 3].

1.2.10 - 2022-09-16

Added

  • isInteger to String extension.

1.2.9 - 2022-09-08

Added

  • withSuffix to File extension.

1.2.8 - 2022-09-08

Added

  • toSafeTsvCell to String extension.

1.2.7 - 2022-08-31

Changed

  • removed various finals due to new linter rules.

1.2.6 - 2022-08-23

Added

  • RectangleExtension to Rectangle&amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;double&amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;.
  • BoolExtension to bool.

1.2.5 - 2022-08-16

Added

  • toMaterial to ColorExtension.

1.2.4 - 2022-08-09

Added

  • resolvedPath to DirectoryExtension.
  • resolvedFile to FileExtension.

1.2.3 - 2022-08-05

Removed

  • All border decorations (refactored and moved to pkg_widgets).

1.2.2 - 2022-08-04

Fixed

  • Directory::resolvedPath for windows started with a path separator.

1.2.1 - 2022-08-02

Fixed

  • File::resolvedPath for windows started with a path separator.

1.2.0 - 2022-08-01

Added

  • ViewType enum migrated from flutter_darwin.
  • NotImplementedException migrated from flutter_darwin.
  • looks_like_util.dart' migrated fromflutter_darwin`.

1.1.0 - 2022-07-29

Added

  • prefix on String.
  • suffix on String.

1.0.0 - 2022-07-25

Changed

  • First major version.

0.0.1+6 - 2022-07-22

Added

  • ErrorSeverity enum.
  • ErrorSeverityColorExtension extension.
  • HHFluxTriggerStoreExtension extension.
  • LogViewerStore flux store.

0.0.1+5 - 2022-07-21

Changed

  • Removed comment about Paths() usage.
  • Fixed FileExtension.resolvedPath, the first path separator was stripped.

0.0.1+4 - 2022-05-26

Added

  • vo.PdfRect.

0.0.1 - 2022-03-11

Changed

  • Initial version.

1.11.4

2025-10-14 download

1.11.3

2025-09-03 download

1.11.1

2025-08-08 download

1.11.0

2025-08-06 download

1.10.10

2025-08-01 download

1.10.9

2025-07-29 download

1.10.8

2025-07-23 download

1.10.6

2025-07-18 download

1.10.5

2025-06-30 download

1.10.4

2025-06-20 download

1.10.3

2025-06-17 download

1.10.2

2025-06-06 download

1.10.0

2025-05-26 download

1.9.56

2025-05-22 download

1.9.53

2025-05-20 download

1.9.51

2025-05-13 download

1.9.49

2025-04-10 download

1.9.46

2025-04-04 download

1.9.43

2025-04-02 download

1.9.41

2025-04-01 download

1.9.40

2025-03-18 download

1.9.39

2025-03-13 download

1.9.37

2025-03-06 download

1.9.35

2025-02-17 download

1.9.34

2025-02-03 download

1.9.33

2025-01-07 download

1.9.31

2025-01-06 download

1.9.26

2024-12-23 download

1.9.21

2024-12-19 download

1.9.18

2024-12-18 download

1.9.17

2024-12-12 download

1.9.11

2024-11-27 download

1.9.10

2024-11-25 download

1.9.9

2024-11-22 download

1.9.8

2024-11-15 download

1.9.7

2024-10-31 download

1.9.6

2024-09-03 download

1.9.5

2024-08-29 download

1.9.4

2024-08-22 download

1.9.3

2024-08-12 download

1.9.2

2024-07-22 download

1.9.1

2024-07-16 download

1.9.0

2024-07-08 download

1.8.24

2024-07-04 download

1.8.23

2024-06-26 download

1.8.22

2024-06-25 download

1.8.21

2024-06-24 download

1.8.20

2024-06-24 download

1.8.19

2024-06-10 download

1.8.18

2024-06-06 download

1.8.17

2024-06-05 download

1.8.16

2024-04-12 download

1.8.15

2024-04-10 download

1.8.14

2024-03-22 download

1.8.13

2024-02-13 download

1.8.12

2024-02-06 download

1.8.11

2024-02-01 download

1.8.10

2024-01-25 download

1.8.9

2024-01-16 download

1.8.8

2024-01-15 download

1.8.7

2024-01-11 download

1.8.5

2023-12-14 download

1.8.3

2023-12-11 download

1.8.2

2023-12-05 download

1.8.1

2023-11-17 download

1.8.0

2023-11-14 download

1.6.22

2023-10-16 download

1.6.20

2023-09-28 download

1.6.19

2023-09-18 download

1.6.18

2023-09-13 download

1.6.16

2023-07-26 download

1.6.15

2023-07-24 download

1.6.14

2023-06-14 download

1.6.13

2023-06-13 download

1.6.12

2023-06-13 download

1.6.11

2023-06-08 download

1.6.10

2023-06-06 download

1.6.7

2023-05-22 download

1.6.6

2023-05-04 download

1.6.5

2023-05-03 download

1.6.4

2023-04-26 download

1.6.3

2023-04-14 download

1.6.2

2023-04-13 download

1.6.1

2023-04-05 download

1.6.0

2023-04-05 download

1.5.13

2023-04-04 download

1.5.11

2023-03-31 download

1.5.10

2023-03-28 download

1.5.9

2023-03-23 download

1.5.8

2023-02-13 download

1.5.7

2023-02-09 download

1.5.6

2023-02-09 download

1.5.5

2023-01-31 download

1.5.3

2023-01-28 download

1.5.1

2023-01-25 download

1.5.0

2022-12-29 download

1.4.3

2022-12-27 download

1.4.2

2022-12-22 download

1.4.1

2022-12-22 download

1.4.0

2022-12-05 download

1.3.15

2022-12-02 download

1.3.14

2022-11-29 download

1.3.13

2022-11-25 download

1.3.11

2022-11-11 download

1.3.10

2022-11-04 download

1.3.9

2022-10-27 download

1.3.8

2022-10-26 download

1.3.7

2022-10-19 download

1.3.6

2022-10-17 download

1.3.5

2022-10-11 download

1.3.4

2022-10-05 download

1.3.3

2022-10-03 download

1.3.1

2022-10-01 download

1.3.0

2022-09-30 download

1.2.16

2022-09-29 download

1.2.15

2022-09-28 download

1.2.14

2022-09-28 download

1.2.13

2022-09-23 download

1.2.11

2022-09-21 download

1.2.10

2022-09-16 download

1.2.9

2022-09-08 download

1.2.8

2022-09-08 download

1.2.7

2022-08-31 download

1.2.6

2022-08-23 download

1.2.5

2022-08-16 download

1.2.4

2022-08-09 download

1.2.3

2022-08-05 download

1.2.2

2022-08-04 download

1.2.1

2022-08-02 download

1.2.0

2022-08-01 download

1.1.0

2022-07-29 download

1.0.0

2022-07-25 download