NewBackup audio recording for meetings. You can now keep the original audio of a transcribed meeting alongside the transcript, so you can listen back to what was actually said. The first time you start a live transcription, Tana asks if you'd like to turn this on. You can change your mind any time from the command palette using "Enable backup audio recording" or "Disable backup audio recording". AI meeting notetaker, Live voice transcription
NewDrag and drop between groups updates fields. In a grouped outline view, drag a node from one group into another and Tana updates the field the outline is grouped by. Drop a task into the "In progress" group and its status changes; drop one into another person's group and the owner is reassigned. Works for options, options from supertag, date, and the tags system field, and you can drop into empty groups too. Views
NewCopy node ID command. A new "Copy node ID" command in the command palette puts just the ID of a node on your clipboard. Useful when you want to point an AI tool like Claude Code or Codex straight at a specific node over MCP, without copying the full link and trimming the URL parts off. Command line, Local API / MCP
ImprovedPaste code and keep the formatting. Copy a code snippet from Claude, GitHub, or your editor, and pasting it into Tana now creates a proper code block with the right language for syntax highlighting. Before, the same paste collapsed into a single line of plain text. Copy-paste and export, Outline editor
ImprovedSnappier autocomplete with thousands of entries. Picking from a tag that has thousands of entries, like a big list of people or companies, now finds the right one sooner. The match you want tends to be at the top of the list after fewer characters. Nodes and references
FixedLong field values stay inside the card. In cards view, a long field value like a URL no longer spills out past the edge of the card. It trims with an ellipsis instead. Views
FixedSigning into the local MCP server from Claude Code. Signing into Tana's local MCP server from Claude Code no longer fails with an "invalid_redirect_uri" error. Local API / MCP
FixedLocal MCP server handles multiple requests at once. When an AI tool sends several requests to Tana's local MCP server at the same time, they no longer interfere with each other and fail partway through. Local API / MCP
FixedCase-sensitive text searches in MCP. The textMatches operator in searchNodes now correctly matches patterns that contain uppercase letters, and the /i case-insensitive flag takes effect. Before, any pattern with an uppercase letter silently returned no results. Local API / MCP, Search nodes
FixedOverdue search with MCP works with custom task tags. The overdue filter in searchNodes now finds tasks with a past due date on a custom task tag's own due-date field, not just the built-in system task type. Local API / MCP, Search nodes
InfoDesktop and mobile apps will soon be renamed to Tana Outliner. An update to the Tana Desktop and Mobile apps will roll out soon, renaming them from Tana to Tana Outliner. Everything else stays the same: your data, your settings, and your app icon. On Mac, if you keep Tana docked, you may need to re-dock it after the update. Tana Outliner for desktop, Tana Mobile
ImprovedSupport for Claude Sonnet 4.6, Opus 4.6, GPT 5.4, and Gemini 3.1 Pro. Added support for Claude Sonnet 4.6, Claude Opus 4.6, OpenAI GPT 5.4, Gemini 3.1 Pro (preview) and deprecated older models. Tana AI
ImprovedDefault AI model for chat. Paid accounts can now set a default AI model for chat. Use the "Set default AI model to" command or edit the AI model field in user preferences. The chosen default applies to all AI chats unless overridden by a per-chat or per-agent model selection. Use "Reset default AI model" to revert to the system default. AI Chat
ImprovedUndo no longer includes navigation actions. Cmd/Ctrl+Z now only undoes actual content changes. Navigation, zoom, and expand/collapse no longer fill up the undo stack. Navigation
FixedMeeting transcript processing failures. Fixed Text Processing Agent failures that were preventing meeting transcripts from being processed correctly. AI meeting notetaker
FixedPARENT.fields search with multiple values. Fixed PARENT.fields searches for multiple values not working for all types of search queries. Now also compatible with LINKS_TO and COMPONENTS_REC. Search nodes
FixedCalendar events with meeting links misclassified as tasks. Fixed calendar events with meeting links being classified as tasks instead of meetings. Events containing meeting links now automatically classify as meetings regardless of attendee count. Calendar integration
FixedAlphabetical sorting with formatted text. Fixed alphabetical sorting issues with inline references and formatted text. Nodes with bold text, inline references, and other formatting now sort properly by visible content instead of appearing first. Nodes and references
FixedSafari and iOS save errors. Fixed 'Saving changes locally failed' error that was appearing frequently on Safari and iOS. Your changes save reliably without these concerning error messages. Workspaces
NewGlobal Clipper for desktop - capture. Global Clipper for desktop - capture from anywhere with Cmd/Ctrl+Shift+Space (customizable). Quick modal overlay lets you paste content, apply supertags, set fields, and use @mentions without leaving your current app. Captures send to Today page automatically. Tana Outliner for desktop
NewFixed PARENT.field search expressions only matching first. Fixed PARENT.field search expressions only matching first value in multi-value fields. Search now correctly matches against all values in the field. Search nodes
ImprovedAdded new move_node tool to local API/MCP. Added new move_node tool to local API/MCP to programmatically move a node to any parent. Includes option to leave a reference when moving. Local API / MCP
ImprovedAdded user preference to collapse references section. Added user preference to collapse references section by default. Enable via command line to keep references collapsed when opening nodes instead of auto-expanding. Cmd/ctrl + K -> Collapse/expand references section by default. Nodes and references
FixedFixed Global Clipper not showing all available. Fixed Global Clipper not showing all available tags in autocomplete due to 200-supertag limit. Now displays all tags from your workspaces when typing. Tana Outliner for desktop
FixedFixed keyboard shortcut recording issue on macOS. Fixed keyboard shortcut recording issue on macOS where Option+Space wouldn't register properly as a shortcut for the Global Clipper. Tana Outliner for desktop
FixedFixed Global Clipper supertag autocomplete not showing. Fixed Global Clipper supertag autocomplete not showing supertags from linked workspaces. Now includes tags from all workspaces you have content access to. Tana Outliner for desktop
FixedFixed 'Sort children by name' command getting. Fixed 'Sort children by name' command getting confused by formatting and inline references. Now sorts properly by visible text content. Command line
FixedFixed local MCP issues with having. Fixed local MCP issues with having to re-authenticate for several reasons. Local API / MCP
FixedFixed local API/MCP bug with setting date. Fixed local API/MCP bug with setting date values of date system fields. Local API / MCP
FixedFixed MCP search_nodes failing when combining multiple. Fixed MCP search_nodes failing when combining multiple conditions. Search queries with multiple criteria no longer require explicit 'and' wrapper for simple cases. Local API / MCP
FixedFixed local API/MCP set_field_content creating fields. Fixed local API/MCP set_field_content creating fields not sourced from the supertag template field Local API / MCP
FixedFixed MCP set_field_content not creating proper node. Fixed MCP set_field_content not creating proper node references for instance fields. Node IDs now correctly convert to references instead of remaining as literal text. Local API / MCP
FixedFixed MCP search_nodes query parameter schema causing. Fixed MCP search_nodes query parameter schema causing Claude Desktop to serialize queries as strings instead of objects. Local API / MCP
NewMCP open_node tool for external navigation. Added open_node MCP tool to navigate and open specific nodes in the Tana Outliner UI from external applications. Local API / MCP
ImprovedMCP field tools support append and multi-value. Enhanced MCP set_field_option and set_field_content tools with append mode and multiple value support. Can now add to existing field values instead of only replacing, and set multiple values on multi-value fields. Local API / MCP
ImprovedMCP search indexes field-generated titles. Fixed MCP search_nodes not finding nodes by their title expressions, using the build title from fields. Search now indexes and returns results for titles generated from field values too. Local API / MCP
ImprovedMCP OAuth supports app-based redirects. Improved MCP OAuth redirect for external applications. Now supports app-based redirects for tools like Alter and Cursor, not just localhost URLs. Local API / MCP
ImprovedMCP date fields clearable with null values. Fixed MCP tool error when clearing date field values. Date fields can now be properly set to empty using null values through MCP. Local API / MCP
ImprovedPre-2023 user? Now you can access. Pre-2023 user? Now you can access your old workspace in case you reset your workspace. Workspaces
FixedResolved issue where MCP read_node with high. Resolved issue where MCP read_node with high depth would return unwanted schema definitions and system data instead of just content. Local API / MCP
FixedResolved MCP server OAuth authentication bug. Resolved MCP server OAuth authentication bug where scope URLs didn't match the /mcp path, preventing proper integration with Gemini CLI and other MCP client implementations. Local API / MCP
FixedFixed issues with having to re-authenticate. Fixed issues with having to re-authenticate for several reasons. Local API / MCP
FixedFixed date field values showing as 'Unavailable'. Fixed date field values showing as 'Unavailable' after being set through MCP. Date fields updated via MCP now properly sync and remain accessible in Tana Outliner. Local API / MCP
FixedFixed local API/MCP bug with setting date. Fixed local API/MCP bug with setting date values of date system fields. Local API / MCP
FixedFixed MCP search API rejecting numeric time-based. Fixed MCP search API rejecting numeric time-based query parameters. Search now properly handles edited.since, edited.last, created.since, and created.last parameters when passed as URL query strings. Local API / MCP
FixedFixed a bug where Markdown exporting could. Fixed a bug where Markdown exporting could crash if there were some cycles in the workspace data. Copy-paste and export
NewVoice chat on Android with workspace search. Voice chat now available on Android! Enhanced voice chat on both iOS and Android with new capabilities: search your Tana Outliner workspace, web search for current information, access pinned nodes, and zoom/fetch referenced content. Have natural conversations with full access to your knowledge graph. Tana Mobile
NewLocal API and MCP for programmatic access. Tana Outliner Local API/MCP - programmatic access to your Tana Outliner data through a local server alongside the desktop app. Build automations, connect AI coding assistants like Claude Code via MCP (Model Context Protocol), search/read nodes, create content with Tana Outliner Paste, and update fields programmatically. Local API / MCP, Tana AI
ImprovedFullscreen presentation mode for images. New fullscreen presentation mode for images. Click the monitor icon on image hover to view images fullscreen with black background. Images scale to fill viewport while maintaining aspect ratio. Navigate between sibling images with left/right arrow keys. Navigation
ImprovedText highlighting preserves existing formatting. Fixed text highlighting removing existing formatting. Highlighting text with bold, italics, or underline now preserves the original formatting instead of overriding it. Outline editor
FixedNavigation list state stable across panels. Resolved issue where navigation list state would reset when moving between detail panels or switching tabs. Navigation
FixediOS workspace switcher on day pages fixed. Fixed workspace switcher button not working on day pages in iOS app. Tana Mobile
FixedMicrosoft Teams new link format supported. Resolved Microsoft Teams meeting link parsing in meeting agent to support new link format. AI meeting notetaker
NewVoice chat review step with AI summary. iOS Early Access: New review step for voice conversations. After voice chat, preview an AI summary, generate infographics from your discussion, and share to other apps before sending to Tana Outliner. Continue conversations or send everything with one tap. Tana Mobile, Tana AI
NewVoice chat auto-configured from supertag fields. iOS Early Access: Voice chat now works automatically with any of your supertags. The conversation is informed by the fields for structured conversations without the need to enter custom voice chat instructions. You can still add your own instructions in the supertag configuration -> Voice chat. Tana Mobile, Tana AI
NewVoice chat from any node with context. iOS Early Access: Start voice chat from any node by long-pressing the bottom-right '+' button and choosing Voice chat. The node is added as context to the conversation. Transcript saves as child node or can be dismissed. Tana Mobile, Tana AI
ImprovedPublished view preserves expansion state. Publish Tana Outliner view now keeps the expansion state you specify from publish preview. Tana Publish
ImprovedExpand all nodes in published views. Viewers of published Tana Outliner views can now expand all nodes with Cmd/Ctrl+DownArrow on keyboard. Tana Publish
ImprovedOpen link command handles all URL types. 'Open link' command now works correctly with links, field references, and URLs containing query parameters. Command nodes
FixedCursor and scroll position preserved across tabs. Fixed issue with lost cursor and scroll position when switching tabs with navigation views. Navigation
FixedNavigation list state persists on reload. Fixed issue where we lost navigation list view state on app reload. Navigation
FixedRight-click copy nodes in calendar view. Fixed issue where you could not right click to copy nodes in calendar view. Views
InfoPreferences moved to top of Settings. Preferences is now shown on the top in Settings, for easier access. Account settings
NewAI voice chat on iOS (early access). AI voice chat now available on iOS (Early Access). Talk through ideas with Tana Outliner using voice and get AI responses tailored to your supertags. Configure supertag instructions to customize how AI assists with different types of content. Enable in the Manage tab of the iOS app, then configure supertag-specific instructions in the 'Voice chat' section of supertag configuration. Tana Mobile, Tana AI
NewCustom colors for supertags. Custom supertag colors - set your own colors for any supertag in the configuration panel. Choose colors that work well in both light and dark modes with the new color picker. Access via Supertag configuration. Supertags
NewTab reordering and keyboard shortcuts. Enhanced tab management in desktop app: Drag tabs to reorder. Jump to tabs with Cmd/Ctrl+1-9. Navigate tabs with Cmd+Shift+[ ] or Ctrl+(Shift+)Tab. Move tabs left/right with Ctrl+Shift+PageUp/PageDown (on laptops without PageUp/PageDown keys, use Fn+β/β). Navigation
NewAuto-embedding for Loom and X links. Added auto-embedding for Loom and X links. Paste a Loom video or X post URL and it displays inline automatically. Node types
NewNotion importer for workspace migration. Added Notion importer. Upload Notion exports (.zip, .csv, .md) to migrate your workspace to Tana Outliner. Preserves structure and converts databases to the app format. Access via User menu > Imports > Notion importer. Import data into Tana Outliner from other tools
NewGPT 5.2 with configurable reasoning. New model: GPT 5.2 with configurable reasoning levels. Tana AI
NewGemini 3 Flash for fast responses. New AI model: Gemini 3 Flash. Optimized for speed and cost-efficiency while maintaining quality responses. Tana AI
ImprovedSmart copy, paste, and duplicate nodes. Improved copy/paste: Smart copy as text or reference, right-click paste on empty nodes, duplicate nodes (Cmd+Shift+D), and copy actual URLs from link nodes. All available in right-click context menu. Outline editor
ImprovedMade with Tana Outliner footer removed for paid users. 'Made with Tana Outliner' footer removed from the app published content for paid users. Tana Publish
ImprovedAI credits indicator in top menu. Added AI credits display to top menu (optional). Track remaining AI credits without opening account settings. Enable/disable in Preferences > AI credits indicator. Tana AI
ImprovedExpand inline references with Alt-click. Alt/Option-click inline references to expand and collapse. Click once to expand, click again to collapse. Quick way to peek at content without navigation. Outline editor
ImprovedAI chat auto-focuses in navigation view. AI chat input field now auto-focuses when opened in list navigation view. AI Chat
ImprovedCustomizable top bar buttons. Customizable top bar - hide/show Keyboard and Help buttons via right-click or command line. Account settings
ImprovedBetter error messages for AI image generation. Improved error handling for AI image generation. Clear error messages now display when generation fails, and empty prompts are prevented from being submitted.
ImprovedClearer copy link and copy URL actions. Clarified URL copying: 'Copy link address' for external URLs, 'Copy node link' for Tana Outliner references to be pasted externally. Fixed previous confusion where 'Copy link' didn't copy the actual URL. Outline editor
FixedClaude agent chats with large prompts fixed. Fixed prompt caching bug that was causing Claude agent chats to fail with large system prompts. AI Chat
FixedAI fields with web search no longer duplicate. Resolved issue where AI fields with web search would run multiple times. Non-streaming AI requests now execute properly after web searches. AI for builders
FixedCustom AI chat model display corrected. Resolved display issue where custom AI chats would show GPT-4o regardless of the selected model. Model selection now displays correctly. AI Chat
FixedZoom full page no longer closes tabs. Resolved bug where using 'Zoom full page' command closed all open tabs instead of just zooming within current tab. Navigation
FixedPanel close targets correct panel. Fixed issue where closing one panel would incorrectly close a different panel. Navigation
FixedTana Outliner Paste nodeId variable resolution fixed. Fixed Tana Outliner Paste command incorrectly processing ${sys:nodeId} variables, which was causing ']]' to appear in generated content. Node IDs now resolve properly in templates and commands. Tana Paste
FixedTana Outliner Paste supports Traditional Chinese tags. Fixed Tana Outliner Paste not recognizing tags with Traditional Chinese characters. Commands now properly convert Chinese text to tags. Tana Paste
FixedShift-click inline reference opens in new panel. Fixed issue where shift-clicking inline references to open in new panel would break navigation, preventing the reference from opening correctly afterward. Navigation
InfoBrowse templates from user menu. New entry point to browse Tana Outliner templates directly from the top right user menu. Tana Outliner templates
NewAI image generation with configurable output. Added AI image generation via Nano Banana Pro from Google Gemini. Transform any node into banners, infographics, diagrams, or any other image. Configurable resolution (up to 4K) and 11 aspect ratio options. Now used in built-in image commands across Tana Outliner and in the custom command 'Generate image(s) with AI'. Tana AI
NewRecents view in sidebar. New Recents view in sidebar shows last 100 created/edited items across workspaces. Uses list navigation view and is sorted and grouped by last edited time. Sidebar
NewResizable and customizable sidebar. Sidebar enhancements: Resize by dragging (size persists per device), fully collapsible with Cmd/Ctrl+\, and customizable items in top section (right-click to hide/show any element). Reset width or toggle visibility via command line. Sidebar
ImprovedIndependent panel closing for navigation views. Improved panel closing - you can now close navigation list views independently from the content views by just clicking the "x" on the panel. The other panels will stay open. Views
ImprovedDate field presence filtering. Added presence filtering for date fields. Filter by 'Set' or 'Not set' to easily find nodes with or without dates. Search nodes
ImprovedBulk pin and unpin sidebar nodes. Added multi-selection support for pin/unpin commands. Select multiple nodes and use 'Pin nodes' or 'Unpin from sidebar' to add or remove them all at once. Sidebar
ImprovedVisual refresh for light and dark modes. Visual refresh across light and dark modes. Dark mode: darker content area with lighter sidebar for improved contrast. Light mode: warmer, lighter grey tones with enhanced tab and side menu visibility. Better overall contrast and a more modern, polished appearance throughout. Account settings
ImprovedToken caching for up to 90% AI savings. Added token caching to AI chats for up to 90% cost savings on repeated cached context within a timeframe of around 1 hour. Works automatically with all AI models. The 'AI credit monitor' (renamed from GPT log monitor) now displays more detailed token usage, cache and costs. AI Chat
ImprovedAdditional sidebar control commands. Added more sidebar control commands: 'Hide sidebar', 'Open sidebar', and 'Open mini sidebar' in addition to existing 'Toggle sidebar'. Sidebar
FixedField popover stays within viewport. Fixed field selection popover in view options to stay within viewport boundaries. Now properly fits on screen even with many custom fields. Views
FixedSidebar progress persists after reload. Fixed sidebar progress bars losing their checked state after page reload. Progress indicators now persist correctly. Sidebar
FixedConsistent green for completed progress bars. Removed recency-based color gradients from sidebar progress bars. All completed tasks now show with consistent green coloring. Sidebar
FixedSupertag config sections stay open between tabs. Supertag configuration open sections state will now be preserved when toggling between tabs. Supertags
FixedNavigation panel header sizing aligned. Adjusted navigation view panel header sizing to better match detail heading sizes for visual consistency. Views
InfoNew IS ENTITY search operator. New 'IS ENTITY' search operator - filters for nodes that have supertags, live in library, were captured from mobile, or created with Create new. Powers the new Recents view. Override entities with the 'Set entity override' commands. Search nodes
NewGemini 3 Pro and GPT-5.1 models. New AI models: Gemini 3 Pro (low/high reasoning) and GPT-5.1. Model selector shows reasoning support. Web search now available across all models. Tana AI
NewNative capture widgets for iOS and Android. Added native capture widgets for iOS and Android. Configure widgets per supertag for one-tap voice capture with auto-tagging and destination. iOS includes Shortcuts, Spotlight, Control Center, Action Button, and Siri integration. Tana Mobile
NewSidebar progress bars for tracked nodes. Sidebar progress bars. Drag nodes with progress indicators to the sidebar to display circular progress bars that update automatically. Hover for completed/total count, expand to work with tasks directly. Sidebar
ImprovedCheckboxes visible in global search. Checkboxes (done/not done) are now displayed in global search, cmd/ctrl+s. Navigation
ImprovedLegacy AI models deprecated with cheaper fallbacks. Streamlined AI model picker - deprecated legacy models with automatic fallbacks to newer, cheaper alternatives. Most fallbacks save 50-95% on costs while improving performance. Tana AI
ImprovedKeyboard shortcut to toggle sidebar. Added default keyboard shortcut to toggle sidebar: Ctrl/Cmd + \ Sidebar
FixedReference section expands to full width. Fixed reference section width - now expands to full width instead of being constrained. Nodes and references
FixedList view no longer opens extra panels. Fixed node opening in several panels when opening List navigation views in new panels from sidebar. Views
FixedClose navigation view in context menu. Added missing 'Close navigation view' option to context menu on right-click in list navigation views. Views
FixedLarge workspace export fixed. Resolved issue preventing very large workspaces from exporting successfully. Workspaces
FixedReliable image pasting on Windows. Fixed unreliable image pasting from clipboard on Windows that sometimes required multiple attempts to work. Node types
FixedNavigation panel title wrapping improved. Improved text wrapping for titles in navigation panel headers to prevent overflow and ensure full titles are visible. Views
NewOffline mode for desktop app. Tana Outliner for desktop now works offline! Full editing in personal workspaces, read access to shared workspaces. No disruption when temporarily disconnecting and option to enter full offline mode for longer sessions without internet. Tana Outliner for desktop
ImprovedWorkspace default content width setting. Added workspace default for content width. Shift+click a width option to set your default for all new nodes. Access via width button or command line with 'Set content width default'. New nodes will use your default width automatically. Per-node overrides still work. Views
ImprovedPinned fields for supertag configuration. Mark important fields as pinned in supertag configuration. Pinned fields are more accessible in the filter toolbar, display at the top of tagged nodes, and show first in all view options (Filter, Sort, Group, Display). Fields
ImprovediOS Liquid Glass design update. iOS: New Liquid Glass design. Tana Mobile
ImprovedClaude Haiku 4.5 added to AI model picker. Claude Haiku 4.5 added to AI model picker. Tana AI
FixedList view in set view type command. List (navigation) view is now also available in the "Set view type" command node. Command nodes
FixedOld workspace invite acceptance restored. Fixed accepting old invites that didn't have a 72h time limit, it was broken for a short while. Workspaces
FixedSupertag outdent from heading no longer locks. Outdenting a supertag definition from a heading parent no longer locks it in heading state. Supertags
FixedGray empty panel error resolved. Fixed 'Could not find node for panel' error that caused gray empty panels. Navigation
FixedMissing panel redirects to Today. Fix for error where "Nothing here" was shown, if you tried to navigate to a panel that didn't exist anymore. We will now route to Today instead. Navigation
FixedTemplate option fields no longer block publishing. Fixed issue where option fields in templates would incorrectly trigger 'References outside this template' errors, preventing template publishing. Tana Outliner templates
FixedGrammar fix in Find nodes command. Fixed grammatical error in 'Find nodes' command that used "that is" instead of "that are". Engineers promise to 'Ask AI' for grammar rules from now on. Command line
NewList navigation view with detail panel. List navigation view! Links two panels side-by-side: a list panel and a detail panel. When you click an item in the list (like a task, project, or note), its full content opens in the detail panel automatically. The list stays visible on one side while you view and edit details on the other. Views
New500 free AI credits for all users. Tana Outliner Free now includes 500 AI credits per month allowing all Tana Outliner users to now use transcription, AI chat, and mobile voice memos. And new users will now be able to sign up directly to Tana Outliner Free, no credit card required. Account settings
ImprovedGemini 2.5 Pro and Claude 4.1 models. Added Gemini 2.5 Pro, Claude Opus 4.1 and Sonnet 4.5 models to the model picker in AI chats and commands. Tana AI
ImprovedBug reporting from mobile apps. You can now report a bug or reach the team for help right from the mobile apps using the new βReport a bugβ option. Tana Mobile
ImprovedAI credit tracking on mobile. You can now track your AI credits usage on mobile under the Manage -> Subscription section. Tana Mobile
FixedPaste order from external sources fixed. Fixed messed up order when pasting text from some external sources. Copy-paste and export
FixedDuplicate supertags in overview removed. Fixed some supertags appearing twice in overview. Tana Mobile
InfoClassic list view renamed to Outline. Following the release of the new navigation view "List", the classic list view will be renamed to "Outline". Views
NewRe-transcribe from backup audio recording. Re-transcribe from audio recording. If a transcript stops because of network drops, or you want a different language as output, you can now re-process it from backup audio. This is optional, and can be enabled under Tana Outliner Labs in user settings as "Transcript backup audio recording". AI meeting notetaker
NewGoogle Play billing for Android. Google Play billing is now live for Android, meaning Android users can manage their subscriptions directly within the Tana Outliner app. Tana Mobile
ImprovedCalendar sync fetches up to 2500 events. Google Calendar integration now fetches 2500 events instead of 'only' 250. Some people have a lot of events π Calendar integration
FixedAI loading indicator clears properly. Fixed node bullet loading indicator not clearing after AI/command completion. Tana AI
FixedAI field buttons positioned correctly when nested. Fixed positioning for AI-enhanced field buttons when you have nested fields. AI for builders
FixedDuplicate day nodes on mobile eliminated. Squashed another case of duplicate day nodes created in certain scenarios on Tana Outliner mobile. Calendar integration
FixedLogin spinner on expired sessions resolved. Fixed edge case where in early-bootup we would show a forever-spinner if you had logged in before, and was now logged out again (i.e. session timeout or similar). Account settings
FixedAltGr+digit keys on non-US keyboard layouts. AltGr+digit key presses were being intercepted on Swiss German (and other) keyboard layouts. Navigation