Skip to content

V 0.1.0

Latest
Compare
Choose a tag to compare
@krishsharma0413 krishsharma0413 released this 16 Aug 01:16
· 1 commit to main since this release

Tinder for Review [Version 0.1.0]

Labeling dataset the tinder way πŸ”₯ (Now even cooler 😎)

Features

  • Removed the single logout button and replaced it with a settings tab which includes new features like undo, log out,and export to JSON.
  • New file user_config.py to store all your database configurations.
  • Added examples, tests, and demoDB for user understanding.
  • Auto create new users table within database folder to remove updating the given database in user_config with unnecessary table.
  • Added feature to export your entire database into JSON file. The JSON file(s) are zipped together.
    • Each JSON file will have at max 15,000 elements. If the database contains more than that, multiple JSON files will be created based on the database size.
  • Added ASWD key press support for faster processing of data.

PRs

Future Updates

  • To be able to change the background to static color or custom background image via user_config.py.

Full Changelog: v0.0.1...v0.1.0