Skip to content

Releases: hamid-shahsavani/negar

0.6.0

Choose a tag to compare

@hamid-shahsavani hamid-shahsavani released this 05 Feb 10:43
56a003c
  • 0.6.0
    • add 'title' argument in error & text function
      • set str value for show text in log file text , default is not show custom str , default is 'city < country < continent | user name | os > os version > architecture'

0.5.0

Choose a tag to compare

@hamid-shahsavani hamid-shahsavani released this 25 Oct 15:59
9ba293c
  • add 'line' argument in error & text function

    • set 'Flase' and 'True' value for show line python file in log file , default is False ...
  • add 'time' argument in error & text function

    • set 'Flase' and 'True' value for show line python file in log file , default is False ...
  • add 'line' argument in error & text function

    • set 'Flase' and 'True' value for show line python file in log file , default is False ...

0.4.0

Choose a tag to compare

@hamid-shahsavani hamid-shahsavani released this 08 Feb 10:48
  • add error function

    • write python project exceptions to a file
  • rename log function name

    • from negar.log to negar.text
  • rename text argument

    • from negar.text(text='hi') to negar.text(text_log='hi')

0.3.0

Choose a tag to compare

@hamid-shahsavani hamid-shahsavani released this 03 Dec 19:02
419b1af
  • convert negar source code to be pep8 style ...

  • fix bug write country to log file ...

0.2.0

Choose a tag to compare

@hamid-shahsavani hamid-shahsavani released this 30 Nov 21:36
3f8c4cf
  • create CHANGELOG file

  • create TODO file

  • change license

    • from gpl v3.0 to MIT license
  • update README.md

  • fix bugs reported

0.1.0

Choose a tag to compare

@hamid-shahsavani hamid-shahsavani released this 29 Nov 17:33
8e4def1
  • license

    • gpl v3.0
  • set log file size

    • default is 2
      • range 1 ... 5
  • set log file name

    • default log.txt
  • auto python source code line detection

    • maximum python source code line number support is 999999
  • auto python source code file name detection

    • maximum size of python file name support is 15 character
  • auto date derection

  • auto time detection

  • numbering for each line

    • maximum number to numbering lines support is 9999999
  • auto continent detection

    • no need network connection
  • auto country detection

    • no need network connection
  • auto city capital detection

    • no need network connection
  • auto username detection

  • auto os detection

  • auto os version detection

  • auto architecture detection