Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Maple-pro committed May 23, 2024
1 parent 7208878 commit 9bcab34
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: ${{ github.workspace }}/build/reports/kover/report.xml
token: ${{ secrets.CODECOV_TOKEN }}

# Run Qodana inspections and provide report
inspectCode:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
run: ./gradlew publishPlugin
run: ./gradlew publishPlugin -Ptoken=${{ secrets.PUBLISH_TOKEN }}

# Upload artifact as a release asset
- name: Upload Release Asset
Expand Down
34 changes: 25 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ My awesome project that provides a lot of useful features, like:
- Feature 2
- and Feature 3

## [Unreleased]
## [[Unreleased]]

### Added
- Fix GitHub workflows
- Update GitHub Workflows

### Changed

Expand All @@ -22,43 +22,59 @@ My awesome project that provides a lot of useful features, like:

### Security

## [[1.2.4]] - 2024-05-23

### Added
- Fix GitHub workflows

## [1.2.2] - 2024-05-23

### Changed
- Unset until-build number.

## 1.2.1 - 2023-12-04
## [1.2.1] - 2023-12-04

### Fixed
- 错误的 File 依赖导致无法正常运行

## 1.2.0 - 2023-11-24
## [1.2.0] - 2023-11-24

### Added
- 已能正常使用,用于结项

## 1.1.7 - 2023-11-14
## [1.1.7] - 2023-11-14

### Added
- Use `@argument` option to run KotSuite with arguments

## 1.1.6 - 2023-09-25
## [1.1.6] - 2023-09-25

### Added
- Update plugin changelog

## 1.1.5 - 2023-09-25
## [1.1.5] - 2023-09-25

### Added
- Output module dependency to `kotsuite-dependency-classpath.txt` in the module root path

## 1.0.1 - 2023-04-19
## [1.0.1] - 2023-04-19

### Added
- Change plugin icon

## 1.0.0 - 2023-04-18
## [1.0.0] - 2023-04-18

### Added
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Integrate KotSuite command line tool

[[Unreleased]]: https://github.com/Maple-pro/kotsuite/compare/v1.2.4...HEAD
[1.2.4]: https://github.com/Maple-pro/kotsuite/compare/v1.2.2...v1.2.4
[1.2.2]: https://github.com/Maple-pro/kotsuite/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/Maple-pro/kotsuite/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/Maple-pro/kotsuite/compare/v1.1.7...v1.2.0
[1.1.7]: https://github.com/Maple-pro/kotsuite/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/Maple-pro/kotsuite/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/Maple-pro/kotsuite/compare/v1.0.1...v1.1.5
[1.0.1]: https://github.com/Maple-pro/kotsuite/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Maple-pro/kotsuite/commits/v1.0.0
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platformVersion=2023.2.1.2
platformType=AI
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
platformPlugins=android, com.intellij.java
pluginVersion=1.2.3
pluginVersion=1.2.4
pluginSinceBuild=222
pluginUntilBuild=232.*
ASPath=C\:\\Users\\17199\\AppData\\Local\\JetBrains\\Toolbox\\apps\\AndroidStudio\\ch-0\\221.6008.13.2211.9619390
Expand Down
Empty file modified gradlew
100755 → 100644
Empty file.

0 comments on commit 9bcab34

Please sign in to comment.