Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
5rahim committed Feb 8, 2025
1 parent 303e8c7 commit 1b19eef
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## v2.7.1

- ⚡️ Transcoding: Support for Apple VideoToolbox hardware acceleration
- ⚡️ Manga: New built-in extension
- 🦺 Fixed hardware acceleration regression
- 🦺 Fixed client cookie regression causing external player links to fail
- 🦺 Fixed Direct Play regression #224
- 🦺 Anime library: Fixed selecting multiple episodes to download at once #223
- 🦺 Desktop: Fixed copy to clipboard
- 🦺 Fixed UI inconsistencies
- 🏗️ Extensions: Removed non-working manga extension
- 🏗️ Improved logging in some areas
- 🏗️ Desktop: Refactored macOS fullscreen

## v2.7.0

- ✨ Updated design
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Development and testing might require additional configuration.

### Scanning

<img src="docs/images/v2/rec_scanning.gif" alt="preview" width="100%"/>
<img src="docs/images/4/rec-scanning.gif" alt="preview" width="100%"/>

### Watching

Expand Down Expand Up @@ -131,17 +131,13 @@ Development and testing might require additional configuration.

<img src="docs/images/4/online-streaming--sq.jpg" alt="preview" width="100%"/>

### Detailed library view

<img src="docs/images/4/detailed-library-view--sq.jpg" alt="preview" width="100%"/>

### Discover

<img src="docs/images/4/discover_02--sq.jpg" alt="preview" width="100%"/>

### AniList integration

<img src="docs/images/v2/anilist_01--squashed.jpg" alt="preview" width="100%"/>
<img src="docs/images/4/anilist_01--sq.jpg" alt="preview" width="100%"/>

</details>

Expand Down
Binary file added docs/images/4/anilist_01--sq.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/4/rec-scanning.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/v2/anilist_01--squashed.jpg
Binary file not shown.
Binary file removed docs/images/v2/rec_scanning.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion internal/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package constants
import "time"

const (
Version = "2.7.1-prerelease"
Version = "2.7.1"
VersionName = "Ekō"
GcTime = time.Minute * 30
ConfigFileName = "config.toml"
Expand Down
2 changes: 1 addition & 1 deletion seanime-desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Seanime Desktop",
"version": "2.7.0",
"version": "2.7.1",
"identifier": "app.seanime.desktop",
"build": {
"frontendDist": "../../web-desktop",
Expand Down

0 comments on commit 1b19eef

Please sign in to comment.