Skip to content

Commit

Permalink
3.4.0-eap.242
Browse files Browse the repository at this point in the history
  • Loading branch information
cschar committed Jun 12, 2024
1 parent 7e80f6a commit 470e593
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
- name: Publish Plugin
env:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
# CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
# PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
# PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
run: ./gradlew publishPlugin

# Upload artifact as a release asset
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,43 @@
## [Unreleased]
- 2024.2-eap update


## [3.3.0] - 2024-05-18

- 2024.1 update

## [3.2.0] - 2023-03-22

- 2023.1 update
- basic particles now show on first time startup
- disable lizard on first time startup

## [3.1.0] - 2023-03-13

- 2022.3 update
- quieter logs
- require restart on disable (Use builtin pseudo-enable/disable hotkey to avoid)

## [3.0.0]

- 2022 update
- added a GIT based pack downloader for zeranthium-extras repositories
- compressed default images included in JAR to reduce download size
- modified LANTERN options to have individual length per sprite (val3), simplify movement

## [2.6.0]

- add background loading at startup
- move to intellij-plugin-template

## [2.5.1]

### Added

- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

[Unreleased]: https://github.com/cschar/power-mode-zeranthium/compare/v3.3.0...HEAD
[Unreleased]: https://github.com/cschar/power-mode-zeranthium/compare/v3.4.0-eap-242...HEAD
[3.4.0-eap-242]: https://github.com/cschar/power-mode-zeranthium/compare/v3.3.0...v3.4.0-eap-242
[3.3.0]: https://github.com/cschar/power-mode-zeranthium/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/cschar/power-mode-zeranthium/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/cschar/power-mode-zeranthium/compare/v3.0.0...v3.1.0
Expand Down
5 changes: 3 additions & 2 deletions README_dev_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
export POWERMODE_ZERANTHIUM_TESTS="true"
./gradlew :test --info
. publish
./gradlew :publishPlugin --no-configuration-cache
6. publish
# ensure you have PUBLISH_TOKEN set as env var
./gradlew :publishPlugin --no-configuration-cache --info
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pluginRepositoryUrl = https://github.com/cschar/power-mode-zeranthium
# SemVer format -> https://semver.org
#pluginVersion = 1.14.0
#pluginVersion = 3.4.0-242
pluginVersion = 3.4.0-eap-242
pluginVersion = 3.4.0-eap.242

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 242
Expand Down

0 comments on commit 470e593

Please sign in to comment.