Add an option to control the default update_check_interval when building kitty packages

Fixes #1675
This commit is contained in:
Kovid Goyal
2019-06-04 14:27:28 +05:30
parent 8f8a37bf94
commit a75d075dd1
3 changed files with 19 additions and 3 deletions

View File

@@ -115,5 +115,5 @@ brew or MacPorts as well.
.. note::
|kitty| has its own update check mechanism, if you would like to turn
it off for your package, change the default value of
:opt:`update_check_interval` to zero.
it off for your package, use
``python3 setup.py linux-package --update-check-interval=0``

View File

@@ -22,6 +22,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- panel kitten: Fix the contents of the panel kitten not being positioned
correctly on the vertical axis
- Add an option to control the default :opt:`update_check_interval` when
building kitty packages
0.14.1 [2019-05-29]
---------------------