Skip to content

Commit

Permalink
Changelog update - v4.1.0 (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
ChrisCarini and actions-user authored Aug 20, 2024
1 parent 0c4cfac commit 88f473e
Showing 1 changed file with 64 additions and 3 deletions.
67 changes: 64 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
### Added

### Changed
- Upgrading IntelliJ from 2024.1.5 to 2024.2.0
- Changed gradle build to Kotlin DSL (from Groovy DSL) in preparation of `IntelliJ Platform Gradle Plugin 2.0.0`.

### Deprecated

Expand All @@ -18,183 +16,226 @@

### Security

## [4.1.0] - 2024-08-20

### Changed

- Upgrading IntelliJ from 2024.1.5 to 2024.2.0
- Changed gradle build to Kotlin DSL (from Groovy DSL) in preparation of `IntelliJ Platform Gradle Plugin 2.0.0`.

## [4.0.5] - 2024-08-07

### Changed

- Upgrading IntelliJ from 2024.1.4 to 2024.1.5

## [4.0.4] - 2024-06-22

### Changed

- Upgrading IntelliJ from 2024.1.3 to 2024.1.4

## [4.0.3] - 2024-06-13

### Changed

- Upgrading IntelliJ from 2024.1.2 to 2024.1.3

## [4.0.2] - 2024-05-24

### Changed

- Upgrading IntelliJ from 2024.1.1 to 2024.1.2

## [4.0.1] - 2024-04-30

### Changed

- Upgrading IntelliJ from 2024.1 to 2024.1.1

## [4.0.0] - 2024-04-05

### Changed

- Upgrading IntelliJ from 2023.3.6 to 2024.1.0

## [3.2.6] - 2024-03-22

### Changed

- Upgrading IntelliJ from 2023.3.5 to 2023.3.6

## [3.2.5] - 2024-03-13

### Changed

- Upgrading IntelliJ from 2023.3.4 to 2023.3.5

## [3.2.4] - 2024-02-14

### Changed

- Upgrading IntelliJ from 2023.3.3 to 2023.3.4

## [3.2.3] - 2024-01-30

### Changed

- Upgrading IntelliJ from 2023.3.2 to 2023.3.3

### Fixed

- Fixed bug where plugin would not properly load application listener upon start-up, causing the plugin to not work. _(**bug:** #248 & **fix:** #273)_

## [3.2.2] - 2023-12-21

### Changed

- Upgrading IntelliJ from 2023.3.1 to 2023.3.2

## [3.2.1] - 2023-12-14

### Changed

- Upgrading IntelliJ from 2023.3 to 2023.3.1

## [3.2.0] - 2023-12-08

### Changed

- Upgrading IntelliJ from 2023.2.5 to 2023.3.0

## [3.1.5] - 2023-11-10

### Changed

- Upgrading IntelliJ from 2023.2.4 to 2023.2.5

## [3.1.4] - 2023-10-28

### Changed

- Upgrading IntelliJ from 2023.2.3 to 2023.2.4

## [3.1.3] - 2023-10-12

### Changed

- Upgrading IntelliJ from 2023.2.2 to 2023.2.3

## [3.1.2] - 2023-09-21

### Changed

- Upgrading IntelliJ from 2023.2.1 to 2023.2.2

## [3.1.1] - 2023-09-06

### Changed

- Upgrading IntelliJ from 2023.2 to 2023.2.1

## [3.1.0] - 2023-07-27

### Changed

- Upgrading IntelliJ from 2023.1.5 to 2023.2.0

## [3.0.5] - 2023-07-26

### Changed

- Upgrading IntelliJ from 2023.1.4 to 2023.1.5

## [3.0.4] - 2023-07-14

### Changed

- Upgrading IntelliJ from 2023.1.3 to 2023.1.4

## [3.0.3] - 2023-06-22

### Changed

- Upgrading IntelliJ from 2023.1.2 to 2023.1.3

## [3.0.2] - 2023-05-17

### Changed

- Upgrading IntelliJ from 2023.1.1 to 2023.1.2

## [3.0.1] - 2023-04-29

### Changed

- Upgrading IntelliJ from 2023.1 to 2023.1.1

## [3.0.0] - 2023-03-29

### Changed

- Upgrading IntelliJ from 2022.3.3 to 2023.1.0

## [2.8.3] - 2023-03-13

### Changed

- Upgrading IntelliJ from 2022.3.2 to 2022.3.3

## [2.8.2] - 2023-02-04

### Changed

- Upgrading IntelliJ from 2022.3.1 to 2022.3.2

## [2.8.1] - 2022-12-28

### Changed

- Upgrading IntelliJ from 2022.3 to 2022.3.1

## [2.8.0] - 2022-12-28

### Changed

- Upgrading IntelliJ from 2022.2.4 to 2022.3.0

## [2.7.1] - 2022-11-28

### Changed

- Upgrading IntelliJ from 2022.2 to 2022.2.4

## [2.7.0] - 2022-07-29

### Changed

- Upgrading IntelliJ to 2022.2

## [2.6.0] - 2022-04-14

### Changed

- Upgrading IntelliJ to 2022.1

## [2.5.2] - 2021-11-30

### Changed

- Upgrading IntelliJ to 2021.3

## [2.5.2-EAP] - 2021-11-14

### Removed

- Remove `description` from `plugin.xml` _(value is taken from `README.md` as part of Gradle `patchPluginXml` task)_
EOM)

## [2.5.1] - 2021-10-12

### Added

- Restructured file to extract all variables into file.
- Adding ability to publish to different channels based on SemVer pre-release labels.
- Adding [JetBrains Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html)
Expand All @@ -203,99 +244,119 @@ EOM)
- Adding JetBrains Qodana (experimental, testing only)

### Changed

- Upgrading Gradle to 6.6
- Upgrading IntelliJ to 2021.2.2
- Upgrading IntelliJ Gradle plugin to 1.2.0

## [2.5.0] - 2021-07-30

### Changed

- Upgrading IntelliJ to 2021.2

## [2.4.1] - 2021-07-04

### Fixed

- <a href="https://github.com/ChrisCarini/jetbrains-auto-power-saver/issues/11">#11 - [Enhancement] Specify units for delay bars in preferences window.</a>

## [2.4.0] - 2021-04-10

### Changed

- Upgrading to 2021.1
- Upgrading IntelliJ Gradle plugin to 0.7.2

## [2.3.0] - 2020-12-04

### Changed

- Upgrading to 2020.3
- Upgrading IntelliJ Gradle plugin to 0.6.5
- Upgrading Java 11 - see [the JetBrains Platform blog post announcing the migration](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)

## [2.2.0] - 2020-07-29

### Changed

- Upgrading to 2020.2
- Upgrading IntelliJ Gradle plugin to 0.4.21

## [2.1.0] - 2020-04-09

### Changed

- Upgrading to 2020.1
- Upgrading IntelliJ Gradle plugin to 0.4.16
- Upgrading Gradle to 6.2

### Added

- GitHub Workflow Action for <a href="https://github.com/marketplace/actions/intellij-platform-plugin-verifier">IntelliJ Platform Plugin Verifier</a>

## [1.1.0] - 2019-11-28

### Changed

- Upgrading to 2019.3.

### Fixed

- <a href="https://github.com/ChrisCarini/jetbrains-auto-power-saver/issues/4">#4</a> - "Must be executed on UI thread" exception when alt+tabbing into the IDE

## [1.0.2] - 2019-10-02

### Changed

- Upgrading to 2019.2.3.

## [1.0.1] - 2019-08-27

### Changed

- Upgrading to 2019.2.1.

## [1.0.0] - 2019-07-25

### Changed

- Upgrading to 2019.2.

## [0.0.5] - 2019-07-24

### Changed

- Upgrading to 2019.1.3.

### Fixed

- Fixing bug for non-`en` locales - No generic resource bundle causes stack trace for non-`en` languages.

## [0.0.4] - 2019-04-01

### Added

- Adding an icon for use in 2019.1 release.

### Changed

- Upgrading for 2019.1.

## [0.0.2] - 2019-02-04

### Added

- This works for any 2018.3 release; there seems to be a bug with the release that locked it to 2018.3.4 and above.

## [0.0.1] - 2019-01-31

### Added

- Initial release.

[Unreleased]: https://github.com/ChrisCarini/jetbrains-auto-power-saver/compare/v4.0.5...HEAD
[Unreleased]: https://github.com/ChrisCarini/jetbrains-auto-power-saver/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/ChrisCarini/jetbrains-auto-power-saver/compare/v4.0.5...v4.1.0
[4.0.5]: https://github.com/ChrisCarini/jetbrains-auto-power-saver/compare/v4.0.4...v4.0.5
[4.0.4]: https://github.com/ChrisCarini/jetbrains-auto-power-saver/compare/v4.0.3...v4.0.4
[4.0.3]: https://github.com/ChrisCarini/jetbrains-auto-power-saver/compare/v4.0.2...v4.0.3
Expand Down

0 comments on commit 88f473e

Please sign in to comment.