Skip to content

Releases: ChrisCarini/intellij-notification-sample

v2.8.3

13 Mar 06:49
daf4a10
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ from 2022.3.2 to 2022.3.3

v2.8.2

04 Feb 02:12
dfaa1fa
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ from 2022.3.1 to 2022.3.2

v2.8.1

28 Dec 21:57
3336c9d
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ from 2022.3 to 2022.3.1

v2.8.0

28 Dec 06:59
acd4c9b
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ from 2022.2.4 to 2022.3.0

v2.7.1

28 Nov 20:13
6138614
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ from 2022.2 to 2022.2.4

v2.7.0

29 Jul 09:03
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ to 2022.2

v2.6.0

14 Apr 15:35
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ to 2022.1

v2.5.2

01 Dec 04:46
491b684
Compare
Choose a tag to compare

Changed

  • Upgrading IntelliJ to 2021.3
  • Remove description from plugin.xml (value is taken from README.md as part of Gradle patchPluginXml task)

v2.5.0

09 Oct 11:31
afbe930
Compare
Choose a tag to compare

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
  • Update Dependabot to include Gradle dependencies.
  • Adding GitHub build & release workflows.
  • 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

What's Changed

  • Bump actions/cache from v2.1.4 to v2.1.5 by @dependabot in #7
  • Bump actions/checkout from 2 to 2.3.4 by @dependabot in #8
  • Bump actions/create-release from 1 to 1.1.4 by @dependabot in #10
  • Bump actions/upload-release-asset from 1 to 1.0.2 by @dependabot in #9
  • Bump actions/cache from 2.1.5 to 2.1.6 by @dependabot in #11
  • Bump actions/upload-artifact from 2.2.3 to 2.2.4 by @dependabot in #13
  • Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 by @dependabot in #12
  • Upgrading IntelliJ to 2021.2.2, Gradle to 6.6, IntelliJ Gradle plugin to 1.2.0; Restructuring of build.gradle file to unify with IJ Platform Plugin template. by @ChrisCarini in #14
  • Bump junit from 4.12 to 4.13.2 by @dependabot in #15
  • Bump org.jetbrains.qodana from 0.1.12 to 0.1.13 by @dependabot in #16
  • GitHub workflows cleanup by @ChrisCarini in #17

Full Changelog: v2.4.0...v2.5.0

v2.4.0

10 Apr 17:11
Compare
Choose a tag to compare

Added

Changed

  • Upgrading to 2021.1
  • Upgrading IntelliJ Gradle plugin to 0.7.2

Deprecated

Removed

Fixed

Security