Page 1 of 1

Beta update notifications

Posted: Sun Jun 16, 2013 10:27 am
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