-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nikhil Nigade <[email protected]>
- Loading branch information
1 parent
1a6f301
commit 07f7722
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
layout: post | ||
title: April 2024 Release | ||
date: 2024-04-15 06:00:00+05:30 | ||
type: post | ||
categories: | ||
- iOS | ||
- macOS | ||
- notes | ||
- public | ||
- release | ||
permalink: "/blog/2024/04/15/v2024-4-for-ios-and-macos/" | ||
--- | ||
|
||
The April 2024 release brings a improvements and bug fixes to both the iOS and mac apps. | ||
|
||
If you feel generous and have a couple of minutes, please leave a [review on the App Store](https://apps.apple.com/app/id1433266971?action=write-review). It makes a huge difference for me. Thank you in advance. | ||
|
||
- Fixed a crashing bug that would sometimes occur when adding a new feed. | ||
|
||
- Fixed syncing of feed updates and changes across devices. | ||
|
||
- Improved sync: changes to feeds and folders are now picked up before syncing articles begins. | ||
|
||
- Fixed a bug where article enclosures would not get saved properly to disk. | ||
|
||
- Fixed a bug where articles with no explict cover image assigned, would show no cover image, if it had an image enclosure. | ||
|
||
- Fixed a bug where article enclosures without any articles would linger around consuming disk space. These are now cleaned up when the app starts. | ||
|
||
- `iOS`: Fixed split view behaviour on iPads | ||
|
||
--- | ||
|
||
The notaried build for this release is also available to download from [Github](https://github.com/ElytraApp/Elytra/releases/latest). |