Skip to content

Commit d4361cf

Browse files
committed
Add v4 changelog
1 parent ff2c927 commit d4361cf

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Anytype Changelog
22

3+
## [UI Polish, Tag Management & Fixes] - 2025-05-26
4+
5+
- Add context actions to manage tags on objects (add/remove)
6+
- Improve type indicators across all object lists
7+
- Support built-in SVG icons for type creation and editing
8+
- Standardize placeholder text and information messages
9+
- Update to API version 2025-05-20
10+
311
## [Properties, Types & Tags] - 2025-05-07
412

513
#### New Creation Options

src/utils/constant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { BodyFormat } from "../models";
44
import { encodeQueryParams } from "./query";
55

66
// Strings
7-
export const apiAppName = "raycast_v3_0425";
7+
export const apiAppName = "raycast_v4_0525";
88
export const anytypeNetwork = "N83gJpVd9MuNRZAuJLZ7LiMntTThhPc6DtzWWVjb1M3PouVU";
99
export const errorConnectionMessage = "Can't connect to API. Please ensure Anytype is running and reachable.";
1010

0 commit comments

Comments
 (0)