-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
90 lines (74 loc) · 2.18 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Version 0.8.0
--------------
+ Allow renaming a remindme
+ Easen argument passing and parsing
= Codebase updated
Version 0.7.0
--------------
+ Allow getting raw output
Version 0.6.2
--------------
= Fix import errors occurring during install, with pip
The last fix was a poop!
Version 0.6.1
--------------
= Fix import errors occurring during install, with pip
Version 0.6.0
--------------
+ Add support for list indexing
+ Allow changing the 'end line' for built-in editor
+ Allow retrying decryption on failure
= Fix missing newlines in output from content added using built-in editor
= Fix error when prompt is left empty in --remove-all
= Remove unnecessary module import ins setup file
Version 0.5.2
---------------
- Disable automatic migrations before installation
Version 0.5.1
---------------
= Fix error while updating plain-text remindmes
Version 0.5.0
---------------
+ Add encryption
- Drop official support for python 3.2, as the cryptography library
used does not support it
Version 0.4.0
---------------
+ Allow using an external editor e.g. vim
+ Allow editing existing remindmes, using an external editor
- Drop official support for python 2.6
Version 0.3.2
---------------
= Fix error when installing
Version 0.3.1
---------------
- Remove automatic data migration during installation
Version 0.3.0
---------------
+ Use of OOP Design
- Untested on Python 2.6
Version 0.2.1
-------------
+ Rejecting empty remindmes
= Fixing error when removing empty remindmes
Version 0.2.0
-------------
+ -i/--in to get input when piped
+ confirmation before removing all remindmes
+ preview remindmes with keywords starting with some text
+ added line numbers in both listing and reminding view
+ added LICENSE link in epilog
Version 0.1.0
-------------
+ editing new remindmes over several lines with help of `:end`
and keyboard interrupt.
+ allow removing all the remindmes at once with new CLI option `-Ra`
= too much space is no longer used in output.
Version 0.0.3
--------------
= fixed missing parameter while adding a remindme from commandline.
Version 0.0.2
--------------
= -r/--remove failing to remove remindme, fixed.
= typo in README, fixed.
+ keywords and content stored in sqlite3 database.