ImprovedPublished calendar views show the correct day length and day/week/month display, and allows the viewer to navigate the calendar just like in Tana.
FixedThe 'Node filter' parameter will now show up in the field (>) autocompleter for group nodes. Used for setting a node filter on a group/dropdown of custom command buttons.
InfoStudents can get 50% off all plans - details at https://tana.inc/students. New templates available: Student hub (course management, lecture transcription, AI study tools), Application tracker, and Networking.
NewPublish: Tana View! Publish content that looks and behaves like Tana - with tables, tabs, cards, calendar views, banner images, icons, reference sections, and interactive embedded media. Viewers can zoom into nodes and explore your workspace structure exactly as you do, no Tana account required.
ImprovedNew "Tag fields" dropdown in query builder. You can now quickly pick fields from tags you've already added to your search query without typing them manually.
FixedCreating a new node in a grouped view now correctly sets the field value to match the group it's added to, also when the field has a default value.
FixedFixed related content sections styling issues in light mode.
FixedFixed "Cmd+K -> Hard delete including references" not working on nodes in search results. It will now delete the original node and references like it used to.
ImprovedBetter transcription model which supports 60 most common languages, very good at recognizing language switching and automatically choosing correct language. Used both for live transcription in app and from mobile capture. Non-supported languages in app fall back to Whisper (if you set it with Set default transcription language command).
FixedLong-pressing a node to copy text on Android will now copy all visible content to the clipboard, not just the selected node. Expand nodes before copying to include their content in the copied text.
NewGPT-5 models added to model picker in AI chat and commands. Three models with reasoning and web search capabilities: GPT-5, GPT-5 Mini and GPT-5 Nano.
ImprovedCode blocks/paste as code: Language picker only shown on hover, and you can type to search. Highlighting updates when you edit. Button to copy code.
ImprovedImprovement to grouping. When you choose a field to group by, the default is now "All groups" - any new groups will be automatically added. If you want to remove some groups, turn this off. Now, you need to manually specify which groups that should be shown.
ImprovedYou can now use sys:nodeId, sys:nodeURL or sys:tags on an ancestor node (using sys:owner one or multiple times). Use with Insert Tana Paste command to reference ancestor nodes, for example: [[^${sys:owner.sys:nodeId}]], or to include information in AI prompts.
FixedFixed issue with AI: commands (like AI: Translate and AI: Explain) crashing. All quick AI commands in CMD+K should now work with selected nodes as context.
FixedCmd+K 'Open Library/Schema/Inbox/etc' will now open node in current panel (zoom)
Fixed'Export workspace as Markdown' didn't link some nodes to the markdown file that node went into in the zip file. Now they should. Also if we couldn't link it, because that node wasn't being exported, we will now (for workspace export) add a HTML comment with the node id, like: "ref:nodeid".
NewSelect AI models, including the default one, will now automatically do web search to include current information. Models with web search will be clearly marked in the model picker. Currently limited to only OpenAI models
ImprovedMore refinements to bot-less meetings to make audio quality less flaky, stop crashing when using multiple monitors, and use much less CPU in some cases
ImprovedUpdated default prompt for Text Processing Agent to achieve better summary results for most meetings. We recommend tweaking your summary prompt for better results for specific meeting types
FixedAI prompts would sometimes not care to wait for the search results to update before sending them. Also 'Refresh search' command line now also wait, so any dependent command nodes running after it will have a updated search to reference.
NewThe Tana Template Store (early version) is now live! You can browse and install a growing collection of official Tana templates, directly inside the app.
To check it out, click Supertags in the sidebar and then “Browse templates.”
NewYou can now easily reset your primary workspace! Go to your home node options > Reset workspace. Instructions and screenshots in the Workspaces doc.
InfoWe will now extract action items with the text processing agent as long as there is a "Action item target". If you want them tagged as well, configure the "Tags to use for action items" as well
ImprovedSome cleanup of text processing agent parameters: removed some deprecated ones and reorganized the most important ones up top. No change for already configured commands.
InfoAlphabetic sorting is based on a more intuitive expectation now:
(A b a A B) would previously sort to (A A B a b), whereas now it will sort to (A A a B b).
ImprovedWe now automatically include Source materials in AI chat as context (you can remove the node from the chat message, if you don't want it included)
ImprovedPasting Markdown (with correct mime-type) now at least *tries* to read the headers and make an outline from that. It also supports some **markdown** _formatting_ now.