|
1 | 1 | # Anytype Changelog |
2 | 2 |
|
| 3 | +## [Fixes] - {PR_MERGE_DATE} |
| 4 | + |
| 5 | +- Fix error when creating objects without linked type properties |
| 6 | +- Fix display issues when Note layouts are missing icons |
| 7 | +- Fix draft functionality in CreateObject form |
| 8 | +- Fix form validation in AddToList command |
| 9 | +- Fix string pluralization issues |
| 10 | + |
| 11 | +## [UI Polish, Tag Management & Fixes] - 2025-05-26 |
| 12 | + |
| 13 | +- Add context actions to manage tags on objects (add/remove) |
| 14 | +- Improve type indicators across all object lists |
| 15 | +- Support built-in SVG icons for type creation and editing |
| 16 | +- Standardize placeholder text and information messages |
| 17 | +- Update to API version 2025-05-20 |
| 18 | + |
| 19 | +## [Properties, Types & Tags] - 2025-05-07 |
| 20 | + |
| 21 | +#### New Creation Options |
| 22 | + |
| 23 | +When browsing spaces, press `CMD+N` to create new objects, types, properties or tags. |
| 24 | + |
| 25 | +- Add ability to create new spaces |
| 26 | +- Add ability to create new types |
| 27 | +- Add ability to create new properties |
| 28 | +- Add ability to create new tags |
| 29 | + |
| 30 | +#### Edit Form Enhancements |
| 31 | + |
| 32 | +Use `CMD+E` to quickly edit the currently selected item - whether it's a space, object, type, property, or tag. |
| 33 | + |
| 34 | +- Add support for editing spaces |
| 35 | +- Add support for editing objects |
| 36 | +- Add support for editing types |
| 37 | +- Add support for editing properties |
| 38 | +- Add support for editing tags |
| 39 | + |
| 40 | +#### New Commands & Navigation |
| 41 | + |
| 42 | +- Add new command to add objects to lists |
| 43 | +- Pop back to list view when deleting object, with automatic refresh |
| 44 | +- List properties when browsing space |
| 45 | +- Browse tags for select/multi-select properties |
| 46 | +- Open bookmarks directly in browser |
| 47 | + |
| 48 | +#### Form Improvements |
| 49 | + |
| 50 | +- Allow custom properties (inherited from type) for object creation |
| 51 | +- Improve number and emoji validation logic in create form |
| 52 | + |
| 53 | +## [✨ AI Enhancements & Improvements] - 2025-04-22 |
| 54 | + |
| 55 | +#### AI Extension |
| 56 | + |
| 57 | +- Interact naturally with your Anytype spaces using `@anytype` to create object content with the power of AI |
| 58 | +- Use simple natural-language queries to search globally or within specific spaces |
| 59 | +- Manage objects and lists (collections) easily with commands like adding to or removing objects from lists |
| 60 | + |
| 61 | +#### Pinning |
| 62 | + |
| 63 | +- Pin objects to top of global search for quicker access |
| 64 | +- Pin spaces and specific objects/types/members per space |
| 65 | + |
| 66 | +#### Object Creation & Templates |
| 67 | + |
| 68 | +- Create objects directly within collections |
| 69 | +- Use predefined templates when creating new objects |
| 70 | +- Quickly create spaces and objects with pre-selected context (space, collection, or type) directly from empty search results |
| 71 | + |
| 72 | +#### Object Details |
| 73 | + |
| 74 | +- Show all properties (including custom ones) of an object in the detail sidebar |
| 75 | +- Toggle the sidebar visibility using action or keyboard shortcut |
| 76 | +- Make object references clickable in the sidebar (e.g. type of the object, linked project etc.) |
| 77 | + |
| 78 | +#### Browsing |
| 79 | + |
| 80 | +- Browse items within lists (collections and sets) with support for multiple views |
| 81 | +- Display objects of a specific type beneath their corresponding templates when viewing types within a space |
| 82 | +- Show space names in navigation titles when browsing spaces or lists |
| 83 | + |
| 84 | +#### Preferences |
| 85 | + |
| 86 | +- New preference setting to open objects directly in Anytype app instead of displaying them in Raycast’s detail view |
| 87 | +- Add setting to make URLs & Mailto links clickable in sidebar |
| 88 | + |
| 89 | +#### Bug Fixes & Performance Improvements |
| 90 | + |
| 91 | +- Fix fetching limitation of max 100 types in dropdown during object creation |
| 92 | +- Correctly handle UNIX epoch date timestamps for members |
| 93 | + |
3 | 94 | ## [Fixes] - 2025-01-28 |
4 | 95 |
|
5 | 96 | - Fix bugs for search, navigation and deeplinks |
|
0 commit comments