From ddacd35f7aa14818a986085c296094d5bb50c6f6 Mon Sep 17 00:00:00 2001 From: popovanton0 Date: Mon, 26 Feb 2024 13:01:50 +0300 Subject: [PATCH] release: 0.0.3 --- CHANGELOG.md | 4 ++-- README.md | 18 +++++++++--------- gradle.properties | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfbf293..01ccc9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,5 +3,5 @@ # Kelp Changelog ## [Unreleased] -### Added -- First release +### Other +- https://github.com/ozontech/kelp/releases diff --git a/README.md b/README.md index 6f147fa..16ff73e 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Kelp is an Android Studio plugin that enhances support for **custom design systems**. -| Feature | Screenshot | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Customizable icon for
design system **component functions** | | -| DS **icons** in the code completion
and gutter (where breakpoints are),
like with `R.drawable` | | -| **Colors** from DS palette in
the code completion and
gutter (where breakpoints are),
like with `R.color` | | -| Installing the apk file of
the **demo app** (showcase app) on an Android
device, as well as navigating to the component
page in it via an Intention Action | | -| KDoc Images Rendering | | +| Feature | Screenshot | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Customizable icon for
design system **component functions** | | +| DS **icons** in the code completion
and gutter (where breakpoints are),
like with `R.drawable` | | +| **Colors** from DS palette in
the code completion and
gutter (where breakpoints are),
like with `R.color` | | +| Installing the apk file of
the **demo app** (showcase app) on an Android
device, as well as navigating to the component
page in it via an Intention Action | | +| KDoc Images Rendering | | These features enable users of your custom design system to develop UI **faster and easier**. @@ -125,7 +125,7 @@ color values to the plugin per project. ## Installation -1. Make sure that you are using **Android Studio Hedgehog 2023.1.1** or later +1. Make sure that you are using **Android Studio Iguana 2023.2.1 RC 1** or later 2. Download the [latest release](https://github.com/ozontech/kelp/releases/latest) and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk... 3. _(Optional)_ If you want to notify developers about the need to install this plugin, @@ -134,7 +134,7 @@ create this file `/.idea/externalDependencies.xml`, add it to git, and paste thi - + ``` diff --git a/gradle.properties b/gradle.properties index bbba60d..f0cea75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = ru.ozon.ideplugin.kelp pluginName = Kelp pluginRepositoryUrl = https://github.com/ozontech/kelp # SemVer format -> https://semver.org -pluginVersion = 0.0.2 +pluginVersion = 0.0.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html