Beta update notifications

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
void
Developer
Posts: 15098
Joined: Fri Oct 16, 2009 11:31 pm

Beta update notifications

Post by void »

What is the Beta update notification?
The "Beta update notification" will include beta updates when checking for updates.
If a new beta update is available a notification window will appear in Everything.

What are the requirements to use the beta update notification?
Requires "Everything" version 1.3.3.653b or later.

How do I enable the beta update notifications?
To enable the beta update notifications in Everything:
  • Exit Everything (Right click the Everything tray icon and click Exit Everything).
  • Open your Everything.ini with notepad.
  • Change the following line:

    Code: Select all

    beta_updates=0
    to:

    Code: Select all

    beta_updates=1
How do I disable the beta update notifications?
The beta update channel is disabled by default.

To disable the beta update notifications in Everything:
  • Exit Everything.
  • Open your Everything.ini with notepad.
  • Change the following line:

    Code: Select all

    beta_updates=1
    to:

    Code: Select all

    beta_updates=0
Post Reply