You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+39-5Lines changed: 39 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,47 @@ Changelog
4
4
5
5
All notable changes to this project will be documented in this file.
6
6
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
7
41
8
42
readit v0.2 - 2018-05-10
9
43
========================
10
44
11
45
* Supports Python 3.0+
12
46
13
-
Updated
47
+
Updates
14
48
*******
15
49
16
50
* Write the documentation (#63)
@@ -32,8 +66,8 @@ readit v0.1.1 - 2018-03-04
32
66
33
67
* Supports Python 2.7 and Python 3.6
34
68
35
-
Solved
36
-
******
69
+
Updates
70
+
*******
37
71
38
72
* 'test.db' is created in current directory (#60)
39
73
* Convert README.md to ReStructuredText (#58)
@@ -45,8 +79,8 @@ readit v0.1 - 2018-02-11
45
79
46
80
* Initial release supports Python 2.7 and Python 3.6
0 commit comments