Skip to content

Commit 092013a

Browse files
committed
feat: update code search release notes
1 parent 290fe31 commit 092013a

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

src/projects/adt-plugins/abap-code-search/features.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ order: 2
2626
- [X] Access Controls (DCLS)
2727
- [X] Behavior Definitions (BDEV)
2828
- [X] Simple Transformations (XSLT)
29-
- [X] Structures (STRU) <Badge type="tip" vertical="top">[v1.11.0](./release-notes.html#_1-11-0-2024-05-xx)</Badge>
30-
- [X] Database Tables (DTAB) <Badge type="tip" vertical="top">[v1.11.0](./release-notes.html#_1-11-0-2024-05-xx)</Badge>
29+
- [X] Structures (STRU) <Badge type="tip" vertical="top">[v1.11.0](./release-notes.html#_1-11-0-2024-05-30)</Badge>
30+
- [X] Database Tables (DTAB) <Badge type="tip" vertical="top">[v1.11.0](./release-notes.html#_1-11-0-2024-05-30)</Badge>
31+
- [X] Service Definitions (SRVD) <Badge type="tip" vertical="top">[v1.16.0](./release-notes.html#_1-16-0-2025-08-15)</Badge> <Badge type="info" vertical="top">[Client-Based only](./README.md#client-based)</Badge>

src/projects/adt-plugins/abap-code-search/release-notes.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ icon: clock
44
order: 3
55
---
66

7+
## 1.16.0 - 2025-08-15
8+
9+
### Features
10+
11+
- New filter "api" for _Client-Based_ search mode
12+
- Added _Service definitions_ as possible object type <Badge type="info" vertical="top">[Client-Based only](./README.md#client-based)</Badge>
13+
:::important
14+
The targeted ABAP system requires version 7.54 (S/4HANA 1909) or higher
15+
:::
16+
717
## 1.15.0 - 2025-08-10
818

919
### Features
@@ -23,7 +33,7 @@ order: 3
2333

2434
### Features
2535

26-
- Search structures and database tables
36+
- Added _Structures_ and _Database Tables_ as possible object type
2737
:::important Attention
2838
ADT Backend [abap-code-search-tools](https://github.com/DevEpos/abap-code-search-tools) needs to be updated to **v1.6.0** for this feature.
2939

0 commit comments

Comments
 (0)