Skip to content

Commit

Permalink
chore(release): bump version to 7.6.0
Browse files Browse the repository at this point in the history
- Updated `CHANGELOG.md` with details for version 7.6.0
- Updated `pubspec.yaml` to reflect version 7.6.0
  • Loading branch information
hm21 committed Jan 10, 2025
1 parent 9c334f6 commit ad1a24a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 7.6.0
- **FEAT**(state-history): Improve internal state history to consume less RAM during in-app usage, enhancing performance in memory-constrained environments.
- **FEAT**(export/import): Introduce reference-based export mechanism to reduce redundancy and significantly minimize export file size.
- **FEAT**(export/import): Add `enableMinify` option to `ExportEditorConfigs` (enabled by default), which further reduces the output file size by minifying key structures. Even with minification disabled, export sizes are notably smaller due to optimizations.
- **REFACTOR**(tests): Reorganize tests by moving module-specific tests to `features` and `shared` directories for better maintainability.
- **TEST**(export/import): Add unit tests for `key_minifier` to ensure reliability of the minification process.

See pull request [#322](https://github.com/hm21/pro_image_editor/pull/322) for more details.

## 7.5.0
- **FEAT**(export/import): Improve widget-layer import/export to enable setting up a `widgetLoader` inside the `ImportEditorConfigs` that loads widgets using custom logic without converting them to `Uint8List`. See pull request [#315](https://github.com/hm21/pro_image_editor/pull/315) for more details.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pro_image_editor
description: "A Flutter image editor: Seamlessly enhance your images with user-friendly editing features."
version: 7.5.0
version: 7.6.0
homepage: https://github.com/hm21/pro_image_editor/
repository: https://github.com/hm21/pro_image_editor/
issue_tracker: https://github.com/hm21/pro_image_editor/issues/
Expand Down

0 comments on commit ad1a24a

Please sign in to comment.