tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

CHANGELOG (533B)


      1 1.1.1
      2 =========
      3 
      4 * fix version determination (thanks @florimondmanca)
      5 
      6 1.1.0
      7 =====
      8 
      9 - typing stubs (thanks @bluetech)
     10 - ci fixes
     11 
     12 1.0.1
     13 ======
     14 
     15 pytest 5+ support
     16 
     17 1.0
     18 ====
     19 
     20 - re-sync with pylib codebase
     21 
     22 0.2
     23 ==================
     24 
     25 - added ability to ask "name in iniconfig", i.e. to check
     26   if a section is contained.
     27 
     28 - fix bug in "name=value" parsing where value was "x=3"
     29 
     30 - allow for ': ' to delimit name=value pairs, so that e.g. .pypirc files
     31   like http://docs.python.org/distutils/packageindex.html
     32   can be successfully parsed