Projects STRLCPY maigret Commits 9bbc5e61
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 1 lines
    2 2   
    3 3  ## [Unreleased]
    4 4   
     5 +## [0.1.14] - 2021-02-25
     6 +* added JSON export formats
     7 +* improved tags markup
     8 +* realized username detection in userinfo links
     9 +* added DB stats CLI option
     10 +* added site submit logic and CLI option
     11 +* added Spotify parsing activation
     12 +* main logic refactoring
     13 +* fixed Dockerfile
     14 +* fixed requirements
     15 + 
    5 16  ## [0.1.13] - 2021-02-06
    6 17  * improved sites list filtering
    7 18  * pretty console messages
    skipped 47 lines
  • ■ ■ ■ ■
    maigret/maigret.py
    skipped 16 lines
    17 17   save_json_report
    18 18  from .submit import submit_dialog
    19 19   
    20  -__version__ = '0.1.13'
     20 +__version__ = '0.1.14'
    21 21   
    22 22   
    23 23  async def main():
    skipped 388 lines
  • ■ ■ ■ ■
    setup.py
    skipped 11 lines
    12 12   requires = rf.read().splitlines()
    13 13   
    14 14  setup(name='maigret',
    15  - version='0.1.13',
     15 + version='0.1.14',
    16 16   description='Collect a dossier on a person by username from a huge number of sites',
    17 17   long_description=long_description,
    18 18   long_description_content_type="text/markdown",
    skipped 10 lines
Please wait...
Page is in error, reload to recover