How to disable update check on Windows

image

It drives me crazy every time I open Anki and see this popup. I don’t want to update Anki any time soon because it will break addons. When I click “Ignore this update,” it does nothing; the next time I open Anki, the popup appears again. The same issue occurs with addons.

I would appreciate any help with this matter.

my current version is
Version ⁨23.10.1 (fac9e0ee)
Python 3.9.15 Qt 6.6.0 PyQt 6.6.0

2 Likes

What add-ons do you use? Can see if they have been ported to newer versions or alternatives

We only offer support for latest release, which currently is 24.06.3

Is there any toggle to disable this in newer versions?

My addons are
image

There isn’t any way to disable update notification overall. Those notifications don’t come out often – you can see that one was for a release 7 months ago. The “Ignore” button should ordinarily be enough to get it to stop. Unfortunately, I can see that there was a bug discovered in January, that was fixed in the next release (24.04.x). [If you are going to upgrade though, you should go all the way to 24.06.x, because 24.04 had some hanging/crashing issues for some folks.]

Have you tried clicking “Yes” in the update notification instead? Updating Anki requires a download and then running the installer. If you just do what the annoying box wants (download), but don’t install – I wonder if it will leave you alone?

However – on the add-ons front –
Which of those add-ons are you concerned will break on a newer version of Anki?

4 Likes

:white_check_mark: = Works on latest version based on last updated and reviews
:orange_square: = Unclear, should be working
:red_square: = Broken, years without an update, here is the alternative …

Remember to update your add-ons after updating your Anki to latest version

Advanced Browser :white_check_mark:

AJT Japanese for JP Mining Note :white_check_mark: Optional: Replace with “Official AJT Japanese”

AnkiConnect :white_check_mark:

AutoReorder: Author recommends using “FieldReporter”

CSS Injector - Change default editor styles :orange_square:

Edit Field During Review :white_check_mark: (i use on latest)

Full Screen Toggle :red_square: (Anki has a full screen shortcut built-in)

Japanese Pitch Accent :white_check_mark:

JPMN Manager with prereleases New Version :white_check_mark:

Kanji Grid :red_square: Replace with “Kanji Grid Kuuube”

PassFail (JP): :orange_square: Coudn’t figure out which one was, replace with Pass/Fail 2: Remove the “Easy” and “Hard” buttons

Puppy Reinforcement :white_check_mark:

Review Heatmap :white_check_mark:

Straight Reward :white_check_mark: : (obsolete with FSRS)

Study Time Stats :white_check_mark:

True Retention :white_check_mark:

Yomichan Forvo Server :white_check_mark:

4 Likes

I have tried clicking ‘yes,’ and it then redirects me to the newest version of Anki, namely this. If I download the .exe file for the newer version, it doesn’t change anything, and I still have this popup.

Thanks to NameLessGO, I understand even better now that none of the essential add-ons for me will break. I also forgot that I can check compatibility on the add-ons page.

Just as you suggested, I have updated Anki to version 24.04, and currently, I see no issues with the add-ons. Previously, I had version 2.1.x or something, and after updating to 23.10.1, some add-ons that I liked broke. However, I got used to this and don’t use them anymore, so updating this time was okay.

Thank you for your time. I should have been more conscious of the Anki add-ons webpage, where I could check compatibility with newer versions to ensure there are no issues with updating. I’m just always hesitant to update apps because they may change the layout that I am used to or break features that I heavily rely on.

Anki version numbers have been changed from Anki23 to date.

  • Anki23.12 → December 2023, Anki24.06 → June 2024

Previously a change in number like “Anki2.0 → Anki2.1 → Anki23” meant a big update so updating would break many add-ons.

But the numbers after Anki23 are just years, so it has nothing to do with whether add-ons are broken or not. So 23 and 24 are almost the same (for add-ons), maybe 25 too.

1 Like

That’s great! I did suggest going all the way to 24.06 – the most recent released version, but if 24.04 is working for you, then that is a fine place to be.

@dae Would you accept a PR that adds an option to disable these checks completely?
I wish to minimize all network activities. On Windows, blocking Anki with a firewall to skip update checks doesn’t stall the initial start. On Linux, doing the same causes the main screen to be faded for ~5 seconds until I get “error trying to connect: …” in the console.
Maybe two separates issues to consider here? Dunno.

1 Like

On the same note, it seems like we are contacting the sync server regardless of having a custom one set. Is there any reason for this? Maybe the default sync server has a chance to be contacted, because the Python code only sets the custom sync server shortly after the app’s initialization?

Yes, happy to accept a PR.

I wouldn’t expect that. Are you sure? If so, a PR fix or repro steps would be appreciated.

1 Like

Coming right up.

Repro would be to disable update checks and see that a connection to sync.ankiweb.net is made here. Maybe it becomes easier to notice once you can toggle update checks in the preferences with the PR.

1 Like

Should be ready for review now Add option to toggle checking for updates by voczi · Pull Request #3346 · ankitects/anki · GitHub

1 Like

@dae False alarm, seems like it was just a lingering connection? So, ignore what I said. No other connections with the update checks turned off.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.