You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-4Lines changed: 28 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,33 @@
4
4
5
5
## [Unreleased]
6
6
7
-
## [0.0.1] - 2025.04.10
7
+
## [0.0.1] - 2025.06.04
8
8
9
-
### Added
9
+
### What's Changed
10
+
* Add MIT license by @mohamead in [PR #1](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/1)
11
+
* Remove sortBy by @mohamead in [PR #2](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/2)
12
+
* Add github action by @mohamead in [PR #5](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/5)
13
+
* Fix table cell selection by @mohamead in [PR #12](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/12)
14
+
* Bump org.jsoup:jsoup from 1.18.1 to 1.20.1 by @dependabot in [PR #10](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/10)
15
+
* Bump org.jetbrains.qodana from 2025.1.0 to 2025.1.1 by @dependabot in [PR #9](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/9)
16
+
* Change step to free disk space by @mohamead in [PR #17](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/17)
17
+
* Bump io.kotest:kotest-assertions-core-jvm from 5.8.1 to 5.9.1 by @dependabot in [PR #16](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/16)
18
+
* Add inspect code config by @mohamead in [PR #18](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/18)
19
+
* Bump JetBrains/qodana-action from 2025.1.0 to 2025.1.1 by @dependabot in [PR #20](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/20)
20
+
* Bump org.http4k:http4k-core from 5.29.0.0 to 6.10.0.0 by @dependabot in [PR #19](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/19)
21
+
* Bump org.jetbrains.kotlin.jvm from 2.1.0 to 2.1.21 by @dependabot in [PR #15](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/15)
22
+
* Bump io.kotest:kotest-runner-junit5-jvm from 5.8.1 to 5.9.1 by @dependabot in [PR #7](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/7)
23
+
* Bump org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 1.0.0 by @dependabot in [PR #6](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/6)
24
+
* Bump org.jetbrains.intellij.platform from 2.5.0 to 2.6.0 by @dependabot in [PR #8](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/8)
25
+
* Handle broken url's by @mohamead in [PR #21](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/21)
26
+
* Refactor search listener and settings by @mohamead in [PR #25](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/25)
27
+
* Bump org.http4k:http4k-core from 6.10.0.0 to 6.11.1.0 by @dependabot in [PR #26](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/26)
28
+
* Bump org.jetbrains.qodana from 2025.1.0 to 2025.1.1 by @dependabot in [PR #22](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/22)
29
+
* Use ActivityTracker.getInstance().inc() to force update of ui by @mohamead in [PR #27](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/27)
30
+
* Downgrade version of http4k by @mohamead in [PR #29](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/29)
10
31
11
-
- Initial code with functionality that matches fiskeoye
12
-
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
32
+
### New Contributors
33
+
*@mohamead made their first contribution in [PR #1](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/1)
34
+
*@dependabot made their first contribution in [PR #10](https://github.com/statens-pensjonskasse/fiskeoye-plugin/pull/10)
0 commit comments