Changelog (Nightly)
🚧 Important Notice
Please do not share the nightly version.
If you encounter issues and bugs related to the nightly build, please don’t share them publicly in the community but report them in the #nightly-tester channel.
All other changes are on our What’s New page.
v1.47.7 (2025-04-25)
Automated backups are now available! 💾🕑
It is now possible to create automated schedules for generating backups. These can be defined under ‘Settings > Backups > Automated Backups’.
These allow a variety of possible options, such as:
- a selection of spaces (now even multi-space)
- the definition of flexible intervals
- settings for how many versions should be kept
- and many more!
The already mentioned improvement regarding the backup status will probably appear in an upcoming release next week. We look forward to your feedback on this new feature!
Please note that Capacities must be opened so that the backups can be created.
v1.47.6 (2025-04-22)
🐛 Fixes
- Potential fix for skip-back issues taking place.
v1.47.4 (2025-04-22)
Capacities now supports local backups! 📦🎉
Since we’ve been busy lately making Capacities offline-first, we can now work on features that would not be possible otherwise.
One of these features is local backups. This means that the archive of your content is no longer being generated on our servers, but rather directly on your own device. This has many advantages: you can back up your content even without an active internet connection - regardless of whether you are at home or in the middle of nowhere. In addition, backups can usually be generated within a few seconds, without having to wait for a notification email.
Since we have unified the export/backup system internally, all of these advantages are now also available when exporting individual objects or collections in Markdown format.
This is just part 1 of 2 of our reworked backups. Now that we’ve laid the foundation, we’ll be working on another new feature: automated backups.
🚩 Testing Request
Please test whether the backups created via ‘Settings > Backups’ and exported objects/collections in Markdown format are created as usual. Please pay attention to the following things:
- Does the backup contain all the content?
- Does the resulting format/structure meet expectations?
- Do all available settings work as expected?
- How long does it take to create the backup?
Thanks for your feedback!
✨ Improvements
Added two new object type templates:
- Media: Capture notes on films, lectures, or podcasts.
- Trip: Plan and track your trips.
Added an initial object for each object type template in the object studio to give guidance and inspiration how to use that object type.
Added support for specifying language for spellcheck (if spell check is not disabled).
Added the ability to insert a new block above and below selected blocks on mobile (phone and tablet).
Improved visibility of active page in the pagination footer, especially in dark mode.
The formula editor in tables now also supports the undo/redo function.
An attempt is made to close the app automatically if this is requested by the operating system, e.g. due to an update. Ticket
The application is now kept in the tray on MacOS, even if all windows are closed, as this is the expected behavior.
Added tldraw, IAWriter and Excalidraw to list of supported embeds. You can find the full list of supported embeds here in our docs.
🐛 Fixes
Fixed loading issues of individual objects not showing in table view.
Always show graph view on tablet in component header (was hidden on small screens or in portrait mode).
Better logic for counters in numbered lists. Headings of higher order now reset the counter in numbered list headings of lower order. Ticket
Fixed style of lists characters in headings, they now are bold as well.
Correct hover and cursor states for Calendar integration items: only show hover style when element is interactable or clickable. Ticket
Fixed layout of AI chat page view with backlinks (backlink section was overlapping with chat input). Ticket
Fixed issues with timeline rendering in daily view of calendar (text cut was off on small displays).
The automatic deletion of empty objects functionality has been restored. Ticket
The authentication flow of the Safari extension now also works if the user is already logged in to Capacities. Ticket
The object sidebar is now also available in table objects.
The shortcut to create a new inline math block now only opens the newly created one instead of all of them. Ticket, Ticket
The images in the card view are now displayed correctly again. Ticket
The number formatting is now also respected in PDF exports.
The active editors of the math block and formulas are now automatically closed as soon as the settings are opened. Ticket
Now only a maximum of one dot should be displayed in the calendar of the daily notes for the respective day with an entry. Ticket
v1.47.3 (2025-04-03)
✨ Improvements
- Precise cursor positioning in text when moving cursor up and down using arrow keys. When the cursor is moved to a text block above or below, the horizontal position is now maintained.
🐛 Fixes
- No sudden scroll position jumps when focussing text. The scroll position of the current window still follows the cursor whenever it leaves the current viewport.