Skip to content

Commit

Permalink
-use stubMapping name in case it is defined in tree and list view. Th…
Browse files Browse the repository at this point in the history
…is applies for mappings and for served events. If the name is not set the url is used as usual.

-Add indicator for prio != 5 (default) up or down is shown.
  • Loading branch information
holomekc committed Dec 12, 2023
1 parent 3bb8e63 commit 108689a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
## Feature

- Files can be created, edited and moved via the "Files" page.
- Tree and List view indicators moved to the right side.
- Version is shown in the settings dropdown menu.

## Fix

- Some layout issues
- Some routing issues
- Use StubMapping name in case it is present. This applies for Mappings and Matched view. Otherwise, the url is shown.
- Show url in as subtitle in case the StubMapping name is present.
- Indicator for lower or higher priority than 5, which is the default.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ allprojects {
mavenCentral()
}

version = '3.3.1.3'
version = '3.3.1.4'


sourceCompatibility = 11
Expand Down

0 comments on commit 108689a

Please sign in to comment.