Skip to content

Commit

Permalink
Merge pull request #17 from Antimonit/update_readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
Antimonit authored Sep 4, 2022
2 parents 45ee047 + ed88dfa commit 7239e23
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ A plugin for IntelliJ IDEA and Android Studio.
Lowlights all calls to functions annotated with a custom annotation and allows
folding of all such calls at once.

<img src="images/lowlighting.png" />
| Without lowlighting | With lowlighting | Lowlighting collapsed |
|--------------------------------------------------------|-----------------------------------------------------|----------------------------------------------------------|
| <img src="images/lowlighting_without.gif" width=480 /> | <img src="images/lowlighting_with.gif" width=480 /> | <img src="images/lowlighting_collapsed.gif" width=480 /> |

## Usage

Expand Down
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/me/khol/lowlighting.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "me.khol.intellij.plugin"
version = "1.3.3"
version = "1.3.4"

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ import java.time.Month

val changeNotes = ChangeNotes(
releases = listOf(
Release(
version = SemVer(1, 3, 4),
date = LocalDate.of(2022, Month.AUGUST, 27),
notes = listOf(
"Fixed: Fix compatibility issues.",
),
),
Release(
version = SemVer(1, 3, 3),
date = LocalDate.of(2022, Month.AUGUST, 21),
Expand Down
Binary file added images/lowlighting_collapsed.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lowlighting_collapsed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lowlighting_with.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lowlighting_with.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lowlighting_without.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lowlighting_without.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7239e23

Please sign in to comment.