From de141f1a2cc1dc4ce617f4393fbe2b8b2fd79ec7 Mon Sep 17 00:00:00 2001 From: Kevin Hoang Date: Thu, 18 Jan 2024 00:30:45 -0600 Subject: [PATCH] 1.4.4 --- CHANGELOG.md | 6 ++++ README.md | 2 +- package-lock.json | 32 +++++++++---------- package.json | 2 +- release/app/package-lock.json | 4 +-- release/app/package.json | 2 +- .../components/app/main/MediaCard.tsx | 2 +- .../app/main/tables/MainMediaTable.tsx | 2 +- .../app/main/tables/MediaMuiReactTable.tsx | 2 +- .../components/app/search/FilterSelect.tsx | 2 +- .../app/search/tables/SearchMediaTable.tsx | 2 +- .../app/seasons/tables/SeasonMediaTable.tsx | 2 +- src/renderer/styles/App.scss | 2 +- 13 files changed, 34 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b933f8d..de9310f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changes +## 1.4.4 + +- Changed color of scrollbar back to blue. +- Added some spacing for the update button in grid view for a cleaner look. +- Lowered the overscanning number for virtualizition in list view to help with smoother scrolling. + ## 1.4.3 - Made the default descending sort for Next Airing Time be the earliest time to allow users to easily view the next airing seasonal anime. diff --git a/README.md b/README.md index 3dab711..25ae14a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ You can download the app [here](https://github.com/ReStartQ/AniCour/releases). C 1. Download the setup file from the latest release and install it on your computer. 2. The setup file is labeled as AniCour-Setup-x.x.x.exe, where x denotes a number for the version. -
**Ex: AniCour-Setup-1.4.3.exe** +
**Ex: AniCour-Setup-1.4.4.exe** 3. When you run the exe file, Windows will give a message like below because there is no code signing certificate, click on "More info"

Hello

4. A new option will appear, "Run anyway". Click on it.

Hello

5. The installer menu will open up to allow you to install it on your computer.

Hello

diff --git a/package-lock.json b/package-lock.json index f72f32e..6b91e53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "is-online": "^10.0.0", "jotai": "^2.4.2", "lodash": "^4.17.21", - "material-react-table": "^2.1.0", + "material-react-table": "^2.6.1", "moment": "^2.29.4", "mui-nested-menu": "^3.2.2", "react": "^18.2.0", @@ -4336,9 +4336,9 @@ } }, "node_modules/@tanstack/match-sorter-utils": { - "version": "8.8.4", - "resolved": "https://registry.npmjs.org/@tanstack/match-sorter-utils/-/match-sorter-utils-8.8.4.tgz", - "integrity": "sha512-rKH8LjZiszWEvmi01NR72QWZ8m4xmXre0OOwlRGnjU01Eqz/QnN+cqpty2PJ0efHblq09+KilvyR7lsbzmXVEw==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/@tanstack/match-sorter-utils/-/match-sorter-utils-8.11.3.tgz", + "integrity": "sha512-2XVYTN6fLFyeIPywDL/HGKIQce3V6oUch1FHweGwxruPKEXip6Z9qg+zWZwNE26WG6CktqJh6NqTq90a42jeEw==", "dependencies": { "remove-accents": "0.4.2" }, @@ -4386,11 +4386,11 @@ } }, "node_modules/@tanstack/react-table": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.11.2.tgz", - "integrity": "sha512-ztLg2OpM3HZIWzkQYjQER1inZuhbt79fBwZxc9bPXzsvqY+7RYI3dCZLw3CynYd9s4YltdrTbmSyh4xQSHexDQ==", + "version": "8.11.6", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.11.6.tgz", + "integrity": "sha512-i0heTVZtuHF9VPMwcYoZ21hbzGDmLjxHYemDMvbGpjk5fUZ8nLF3S8qjVRU79XfPW8KK9o7iTU2fGFVQQmxMSQ==", "dependencies": { - "@tanstack/table-core": "8.11.2" + "@tanstack/table-core": "8.11.6" }, "engines": { "node": ">=12" @@ -4421,9 +4421,9 @@ } }, "node_modules/@tanstack/table-core": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.11.2.tgz", - "integrity": "sha512-rR0VEQOtr0ARLvaNLaSQnt2BVwOp0OavOUA0LcZ3N45tLYXc4sXruNv8kJ7R7+5W1CrzGha217tzjBG83CpoMQ==", + "version": "8.11.6", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.11.6.tgz", + "integrity": "sha512-69WEY1PaZROaGYUrseng4/4sMYnRGhDe1vM6888CnWekGz/wuCnvqwOoOuKGYivnaiI4BVmZq4WKWhvahyj3/g==", "engines": { "node": ">=12" }, @@ -15939,12 +15939,12 @@ } }, "node_modules/material-react-table": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/material-react-table/-/material-react-table-2.1.0.tgz", - "integrity": "sha512-rigeICmEKilzw93G+xWW3j75mq3CX29vKNiB/TWMBjNcB0q9Skzz1bs+hxIGYMzNSpjkffoOEMSBmMPj4iij6w==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/material-react-table/-/material-react-table-2.6.1.tgz", + "integrity": "sha512-b3X/dH5PTYMkLi23GF/oMyOC0oZbTBBW26KZRqvYJWqCLguYi1xE6Dv6VUrSMKf4yBvg00dXoUrH9zT9PLEZ9g==", "dependencies": { - "@tanstack/match-sorter-utils": "8.8.4", - "@tanstack/react-table": "8.11.2", + "@tanstack/match-sorter-utils": "8.11.3", + "@tanstack/react-table": "8.11.6", "@tanstack/react-virtual": "3.0.1", "highlight-words": "1.2.2" }, diff --git a/package.json b/package.json index 12b64b0..ee00167 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "is-online": "^10.0.0", "jotai": "^2.4.2", "lodash": "^4.17.21", - "material-react-table": "^2.1.0", + "material-react-table": "^2.6.1", "moment": "^2.29.4", "mui-nested-menu": "^3.2.2", "react": "^18.2.0", diff --git a/release/app/package-lock.json b/release/app/package-lock.json index 7eb4a1f..fe82dd1 100644 --- a/release/app/package-lock.json +++ b/release/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "anicour", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "anicour", - "version": "1.4.3", + "version": "1.4.4", "hasInstallScript": true, "license": "GPL-3.0" } diff --git a/release/app/package.json b/release/app/package.json index 214f7a5..2a421be 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,6 +1,6 @@ { "name": "anicour", - "version": "1.4.3", + "version": "1.4.4", "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. ", "license": "GPL-3.0", "author": { diff --git a/src/renderer/components/app/main/MediaCard.tsx b/src/renderer/components/app/main/MediaCard.tsx index 84a5257..f3c63a9 100644 --- a/src/renderer/components/app/main/MediaCard.tsx +++ b/src/renderer/components/app/main/MediaCard.tsx @@ -418,7 +418,7 @@ export default function MediaCard({ props }: any) { )}