Skip to content

Releases: pythonpune/readit

v1.0.3

25 Oct 06:56
b052d88
Compare
Choose a tag to compare

Updates

  • Removed image from readme file

v1.0.2

25 Oct 06:37
3c12c15
Compare
Choose a tag to compare

Features

  • Add URL with Tags: Introduced the ability to add URLs along with a tag in a single operation, improving efficiency and flexibility.
  • Enhanced Bookmark Export: Users can now choose the path to save exported bookmarked URLs, offering greater control and customization.

Improvements

  • URL Validation: Improved validation logic for URLs to ensure accuracy and prevent errors.
  • URL Tagging: Enhanced the tagging feature, allowing a URL to be associated with multiple tags.
  • Search Functionality: Expanded search capabilities, enabling users to search URLs by tags or substrings for better filtering and retrieval.
  • Open URL Flexibility: Updated the "open URL" feature, giving users the ability to specify how many URLs they want to open simultaneously.
  • Error Handling: Improved error handling across the application, providing more graceful responses and preventing abrupt failures.

Updates

  • Test Cases for Database Modules: Added comprehensive test cases for database-related modules to ensure stability and reliability with future updates.
  • Documentation: Updated the project documentation to reflect newly added features and changes.

v1.0.0

25 Oct 06:16
37d0579
Compare
Choose a tag to compare

Updates:

  • GitHub action fixes.

0.3

21 Jan 05:32
06e12a6
Compare
Choose a tag to compare
0.3
  • github action workflows
  • refactor setup.cfg and setup.py
  • fix deploy

0.2

10 May 06:39
b3c8a50
Compare
Choose a tag to compare
0.2

Update

  • Write the documentation (#63)
  • Update description in setup file (#100)
  • Write the test-cases for --help option (#85)
  • Taglist should available to user instead of Error message (#91)
  • Update README.rst (#90)
  • User should get information about existed URLs in database (#88)
  • User should have flexibility to bookmark links offline (86)
  • Show list of all Tags (#83)
  • Add doc strings to each method (#79)
  • Export bookmarks to CSV file (#77)
  • Copyright header appearing multiple times in the readthedocs documention (#98)
  • Convert CHANGELOG.md to ReStructuredText for documentation (#93)
  • Deprecation Warning after prompting any commands leads to readit (#103)

0.1

11 Feb 10:49
b3c8a50
Compare
Choose a tag to compare
0.1
  • Bookmark multiple URLs at a time
  • Bookmark URL with respective Tags
  • Search and display Bookmarks by TAG
  • Display all Bookmarks in table format
  • Remove a Bookmarked URL
  • Remove all Bookmarked URLs
  • Update a Bookmarked URL with specific ID
  • URL validation
  • Open URL in browser