Releases: vincode-io/Zavala
Releases · vincode-io/Zavala
Crashers
Zavala Release 3.0.4
- Fixed an issue where Nested Tags could crash if a Parent Tag had the same name as a Child Tag.
- Fixed a crash that could happen when syncing and a Row’s completion state isn’t fully set.
- Fixed a crash that could happen when deleting a row using backspace that contained a document link to itself.
Bug Fixes
Zavala Release 3.0.3
- Fixed a crash that could happen if a row with children was split and subsequent actions were performed on those children.
- Fixed a rare situation where Rows might be synced before the parent Outline has been which could cause an Outline to be corrupted.
- macOS
- Resolved issue that was causing Zavala to crash when trying to launch on macOS 14
Bug Fixes
Zavala Release 3.0.2
- The length of Tags shown in the Editor are now restricted to prevent overflowing the Editor area and causing crashes.
- Long tags in the Collection View (Sidebar) now truncate in the middle instead of the end to match Tag truncation in the Editor.
- We no longer try to sync removed or missing rows when fixing a corrupted outline.
- Fixed a rare crash that could happen when clearing the Outline Editor.
Bug Fixes
Zavala Release 3.0.1
- Fixed a rare crash that could happen while moving through search results.
- iOS
- The buttons in the Editor are now spaced farther apart on the larger devices that have space for them.
- Fixed bug that was not allowing the keyboard to be hidden on iPad after doing a Find.
Under the Hood Changes
Zavala Release 3.0
- Added the Group Rows command.
- Added the Sort Rows command.
- Adopted the Swift Structured Concurrency model which will reduce the number of runtime crashes.
- Reworked the Rows context menu to be more consistent.
- Copying an Outline between accounts now copies Images if the Outline has them.
- The sync toolbar item now correctly enables and disables itself.
- The cursor now behaves correctly when moving to and from shorter lines while using the up and down arrow keys.
- We now change the Document Title in all the correct places in the UI when updated via iCloud.
- Fixed a crash that can happen if someone’s Font Preferences get corrupted somehow. This shouldn’t happen, but it was happening to at least one user.
- Zavala no longer tries to delete completed rows that aren't visible due to Focus being enabled. This was incorrect behavior and was crashing because of it.
- iOS
- The keyboard now hides on scroll when the cursor is in the Title or Tag fields.
- macOS
- Updated the App Icon to version 3.0.
Hang Fix
Zavala Release 3.0 - Beta 3
- Added support for Apple Intelligence Writing Tools when the device and operating system supports them.
- Added the Group Rows command.
- Added the Sort Rows command.
- Adopted the Swift Structured Concurrency model which will reduce the number of runtime crashes.
- Reworked the Rows context menu to be more consistent.
- Copying an Outline between accounts now copies Images if the Outline has them.
- The sync toolbar item now correctly enables and disables itself.
- The cursor now behaves correctly when moving to and from shorter lines while using the up and down arrow keys.
- We now change the document title in all the correct places in the UI when updated via iCloud.
- Fixed a crash that can happen if someone’s Font Preferences get corrupted somehow. This shouldn’t happen, but it was happening to at least one user.
- iOS
- The keyboard now hides on scroll when the cursor is in the Title or Tag fields.
- macOS
- Updated the App Icon to version 3.0.
Apple Intelligence Support
Zavala Release 3.0 - Beta 2
- Added support for Apple Intelligence Writing Tools when the device and operating system supports them.
- Added the Group Rows command.
- Added the Sort Rows command.
- Adopted the Swift Structured Concurrency model which will reduce the number of runtime crashes.
- Reworked the Rows context menu to be more consistent.
- Copying an Outline between accounts now copies Images if the Outline has them.
- The sync toolbar item now correctly enables and disables itself.
- The cursor now behaves correctly when moving to and from shorter lines while using the up and down arrow keys.
- We now change the document title in all the correct places in the UI when updated via iCloud.
- iOS
- The keyboard now hides on scroll when the cursor is in the Title or Tag fields.
- macOS
- Updated the App Icon to version 3.0.
iCloud Enhancement
Zavala Release 2.7.4
- Made the iCloud limit of 750 rows per Outline now be 750 rows per Parent (Outline or Row). This enables significantly larger Outlines in the iCloud account than before.
Bug Fixes
Zavala Release 2.7.3
- Fix the race condition that could cause rows to come back after being deleted which caused corrupt outlines.
- Disable the text formatting palette since we don’t support hardly any of the formatting features.
Bug Fix
Zavala Release 2.7.2
- Fixed a bug that caused parts of the Editor to stop updating after using the Find function.