@@ -4,75 +4,48 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ 3.1.0] - 2023-10-17
6
6
7
- ### ⚙️ Miscellaneous Tasks
8
-
9
- - Update changelog
10
- - Update changelog
11
-
12
- ### TODO
13
-
14
- - Figure out how to map filers and seraches based languges
15
-
16
- ### Changelog
7
+ ### 💼 Other
17
8
9
+ - Saving search history to a file now
18
10
- Trying to fix changelog
19
-
20
- ### Gui
21
-
22
- - Added scrollbar to command builder & now supports other languages
23
- - Started working on clickable dates/commits using list
24
-
25
- ### Lib
26
-
11
+ - Figure out how to map filers and seraches based languges
27
12
- Python works besides for one edge case when the function is the last node
28
13
- Pl filters now working very messy and boilerplatety
14
+ - Added scrollbar to command builder & now supports other languages
15
+ - Shortend filter loc
16
+ - Added more filters
29
17
- Fixed bug where I didnt understand how cfg-if works, also filter_by macro works just neeeds docs
30
- - Removed unstable feature and switched to gix crate
31
-
32
- ### Proc-macro
33
-
18
+ - Started working on clickable dates/commits using list
34
19
- Added a way to get a vairaints type based on a string
20
+ - Removed unstable feature and switched to gix crate
21
+ - Following changed to ratatui
35
22
36
- ### Tui
23
+ ### ⚙️ Miscellaneous Tasks
37
24
38
- - Saving search history to a file now
39
- - Shortend filter loc
40
- - Added more filters
41
- - Following changed to ratatui
25
+ - Update changelog
26
+ - Update changelog
42
27
43
28
## [ 2.1.0] - 2022-09-28
44
29
45
- ### Library
30
+ ### 💼 Other
46
31
47
32
- More parllesim
48
- - Trying to optimize threading realizng the problem is not with the trreading but with something else
49
- - Added parelel as optinal (but default feature
50
-
51
- ### Todo
52
-
53
33
- Decide paarlel
54
-
55
- ### Tui
56
-
34
+ - Trying to optimize threading realizng the problem is not with the trreading but with something else
57
35
- Added loading ...
36
+ - Added parelel as optinal (but default feature
58
37
59
38
## [ 1.0.0] - 2022-09-19
60
39
61
- ### Cli/tui
40
+ ### 💼 Other
62
41
63
42
- Input still needs to be fine tuned/refactored the main body now has up and down scrolling
64
-
65
- ### Gui
66
-
67
- - Removed title bar just using native one moved color theme to status bar
68
- - Now using logger instead of println!()s
69
-
70
- ### Tui
71
-
72
43
- Text input is now seamless + has scrolling
73
44
- Added threading for ruinning commands
45
+ - Removed title bar just using native one moved color theme to status bar
74
46
- Finished search part just need to do filter and change files/commits in viewer
75
47
- Started working on way to change where in whic commit/file your in
76
48
- Edit mode via shift : or : for maximux um campitiblity
77
49
- Filters are done and dates should work
50
+ - Now using logger instead of println!()s
78
51
0 commit comments