Skip to content

Commit

Permalink
wurelease: v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
waderwu committed Apr 29, 2022
1 parent adbe28b commit d5ef4ff
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.0.2

1. fix typo paragma to pragma
2. remove postStartupActivity

## 2.0.1

1. fix multi head
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For a list of changes in the newest version, please refer to the [changelog](./C

## 改进
1. 增加了multi head的支持
2. 增加了ByteCodeDL用到的一些语法比如`#if` `#paragma`
2. 增加了ByteCodeDL用到的一些语法比如`#if` `#pragma`
3. 增加了relation全部参数的自动补全
![relation_completion](./img/relation_all_param_completion.png)
4. 修复了参数提示
Expand Down
7 changes: 3 additions & 4 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
v2.0.1
2. fix multi head
3. add relation parameter completion
4. fix parameter info hint
v2.0.2
1. fix typo paragma to pragma
2. remove postStartupActivity
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
val ideaVersion = "2021.3.1" //prop("ideaVersion")

group = "com.lfrobeen"
version = "2.0.1"
version = "2.0.2"

plugins {
idea
Expand Down

0 comments on commit d5ef4ff

Please # to comment.