Skip to content

Commit 87f116a

Browse files
committed
1.7.6
1 parent 0b819c9 commit 87f116a

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.7.6
2+
3+
- Fixed low quality image issue with news cards.
4+
15
## 1.7.5
26

37
- Site used to embed videos has been changed to [anicour-embed-video.pages.dev](https://anicour-embed-video.pages.dev/)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _Note:_
3232
**This app does not have a code signing certificate and will give a warning message on installation.**
3333

3434
1. Download the setup file from the latest releases. The setup file is labeled as AniCour-Setup-x.x.x.exe, where x.x.x will denote the version.
35-
<br> **Example: AniCour-Setup-1.7.5.exe**
35+
<br> **Example: AniCour-Setup-1.7.6.exe**
3636
<br> _Some browsers may give a warning when downloading the setup file as it does not use a code signing certificate._
3737
<br> _In this case, to allow the download use the alternate option they provide. (Example: keep file)_
3838
2. Run the setup file, Windows will give a message like below, click on **"More info"** <p align="center"><a href="https://raw.githubusercontent.com/restartq/anicour/main/images/help/AniCourNoCodeSigningInitial.png"><img src="https://raw.githubusercontent.com/restartq/anicour/main/images/help/AniCourNoCodeSigningInitial.png" height="280"/></a></p>

release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anicour",
3-
"version": "1.7.5",
3+
"version": "1.7.6",
44
"description": "Anime, Manga, and Light Novel Tracker Desktop Application for Windows. A fast and interactive way for AniList users to track and manage their anime/manga lists. ",
55
"license": "GPL-3.0",
66
"author": {

src/renderer/components/app/news/NewsCardMAL.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ export default function NewsCardMAL({ props, reference, listValue }: any) {
5757
}}
5858
sx={{ height: 320, width: 225 }}
5959
>
60-
<CardMedia
61-
component="img"
62-
image={props.image}
63-
sx={{ height: 320, width: 225 }}
64-
/>
60+
<CardMedia component="img" image={props.image} />
6561
</CardActionArea>
6662
</RouterLink>
6763
<Box sx={{ display: 'flex', flexDirection: 'column' }}>

0 commit comments

Comments
 (0)