From b4d7cabb3856970e1bf5e4b0654cfcdbccd63178 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Thu, 18 Aug 2022 10:59:32 +0800 Subject: [PATCH] 0.5.2+25-pre --- CHANGELOG.md | 8 +++++--- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c93d686..d519985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ -## next version - +## 0.5.2+25 +* [feature] Material 3 support. +* [feature] redesign app ui. +* [feature] automatic primary color from platform. * [feature] add Python Dict formatter. * [feature] add random file generator. * [feature] show snackbar when copy & paste. * [feature] date parser: add operation tool. * [feature] markdown: now can select markdown text. * [feature] color converter: now can pick multi-type colors. -* [update] default hot key meta+s -> alt+s. +* [update] change default hot key. * [fix] fix abi build issue. # 0.3.5+16 diff --git a/pubspec.yaml b/pubspec.yaml index ffba4c6..ab00fed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: alga description: A powerful tool app for all developers. publish_to: "none" -version: 0.5.1+24-pre +version: 0.5.2+25-pre environment: sdk: ">=2.17.0 <3.0.0"