Skip to content

Releases: gautamxgambhir/Sheriff

1.6

20 Sep 16:01
Compare
Choose a tag to compare

Fixed Issue #3

Summary -

  • Dependencies, dlib and cmake removed from install_requires attribute in setup.py. Now the user have to manually install the dlib module, for that the user have to install cmake gui from here and cmake library from here and run pip install cmake in Powershell. and the user have to install dlib module by running pip install dlib in Powershell.

1.5

14 Sep 08:42
Compare
Choose a tag to compare
1.5

Summary

  • Added change notes in package/README.md
  • Added LICENSE.txt & README.md in MANIFEST.in

1.4

14 Sep 08:41
Compare
Choose a tag to compare
1.4

Summary

  • Bug Fixed : Dependencies not installing.

1.3

13 Sep 16:09
Compare
Choose a tag to compare
1.3

Summary

  • Changed gui_data directory name to .gui_data, so that it will be hidden when you run the ls or list command.
  • Bug Fixed - Window icon not showing on open-cv feed window.

1.2

13 Sep 15:42
Compare
Choose a tag to compare
1.2

Error Fixed

Traceback (most recent call last): File "C:\python\lib\site-packages\sheriff\gui.py", line 147, in browsefiles trackMultipleObjects() File "C:\python\lib\site-packages\sheriff\gui.py", line 233, in __init__ root.iconbitmap("gui_data/res/logo.ico") File "C:\python\lib\tkinter\__init__.py", line 2109, in wm_iconbitmap return self.tk.call('wm', 'iconbitmap', self._w, bitmap) _tkinter.TclError: bitmap "gui_data/res/logo.ico" not defined

Summary

Now when the sheriff will be imported in your program it will create a directory named gui_data and images, data, UI file etc. will be stored in that directory. In the last release v1.1 Images were not displaying on home screen like icon and logo, It's also fixed! 🎉