Skip to content

Commit 37d0579

Browse files
authored
Update CHANGELOG.rst
1 parent ab22502 commit 37d0579

File tree

1 file changed

+39
-5
lines changed

1 file changed

+39
-5
lines changed

CHANGELOG.rst

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,47 @@ Changelog
44

55
All notable changes to this project will be documented in this file.
66

7+
readit v1.0.0 - 2020-01-21
8+
========================
9+
10+
* Supports Python 3.6+
11+
12+
Features
13+
********
14+
- Add URL with Tags: Introduced the ability to add URLs along with a tag in a single operation, improving efficiency and flexibility.
15+
- Enhanced Bookmark Export: Users can now choose the path to save exported bookmarked URLs, offering greater control and customization.
16+
17+
Improvements
18+
************
19+
- URL Validation: Improved validation logic for URLs to ensure accuracy and prevent errors.
20+
- URL Tagging: Enhanced the tagging feature, allowing a URL to be associated with multiple tags.
21+
- Search Functionality: Expanded search capabilities, enabling users to search URLs by tags or substrings for better filtering and retrieval.
22+
- Open URL Flexibility: Updated the "open URL" feature, giving users the ability to specify how many URLs they want to open simultaneously.
23+
- Error Handling: Improved error handling across the application, providing more graceful responses and preventing abrupt failures.
24+
25+
Updates
26+
*******
27+
- Test Cases for Database Modules: Added comprehensive test cases for database-related modules to ensure stability and reliability with future updates.
28+
- Documentation: Updated the project documentation to reflect newly added features and changes.
29+
30+
readit v0.3 - 2020-01-21
31+
========================
32+
33+
* Supports Python 3.0+
34+
35+
Updates
36+
*******
37+
38+
* Github action workflows
39+
* Refactor setup.cfg and setup.py
40+
* Fix deploy
741

842
readit v0.2 - 2018-05-10
943
========================
1044

1145
* Supports Python 3.0+
1246

13-
Updated
47+
Updates
1448
*******
1549

1650
* Write the documentation (#63)
@@ -32,8 +66,8 @@ readit v0.1.1 - 2018-03-04
3266

3367
* Supports Python 2.7 and Python 3.6
3468

35-
Solved
36-
******
69+
Updates
70+
*******
3771

3872
* 'test.db' is created in current directory (#60)
3973
* Convert README.md to ReStructuredText (#58)
@@ -45,8 +79,8 @@ readit v0.1 - 2018-02-11
4579

4680
* Initial release supports Python 2.7 and Python 3.6
4781

48-
Added
49-
*****
82+
Updates
83+
*******
5084
* Bookmark multiple URLs at a time
5185
* Bookmark URL with respective Tags
5286
* Search and display Bookmarks by TAG

0 commit comments

Comments
 (0)