-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHistory.txt
More file actions
80 lines (59 loc) · 2.55 KB
/
History.txt
File metadata and controls
80 lines (59 loc) · 2.55 KB
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
1.0.13.0 -- 2026-01-25
- Fix cleared column name to "Jived" for import file and "Cleared" for CCB export file. Fixes import column automap.
1.0.12.0 -- 2026-01-15
- Fix cleared column name to "Cleared Status" for import file and "Cleared" for CCB export file. Fixes import column automap.
1.0.11.0 -- 2026-01-15
- Change Google search string to "Credit Card Charge from "{payee}" ... which provides
more relevant results for "payee"
1.0.10.0 -- 2025-10-26
- Change splitter between transactions and category panels to non-fixed.
- Treat "Yes" (case-sensitive) as true, and all else as false for cleared column.
- Nuget package updates.
- .NET Core 3.1 to .NET 8
1.0.9.0 -- 2025-05-04
- Bug fix: Ensure filter results list is enabled when the filter text is being used.
- Add Summary form to show total amount imported from each category (multii-select rows for filtering).
1.0.8.0 -- 2024-06-05
- support for ctrl+mouse wheel font sizing.
- better flexibility for column management.
1.0.7.1 -- 2024-05-25
- headers un-fixed (Cleared Status back to Jived)
1.0.7.0 -- 2024-03-08
- headers fixed.
1.0.6.4 -- 2024-03-01
- Adjust headers again.
1.0.6.3 -- 2024-02-26
- Adjust Jive headers to Cleared: reaction to CCB import and export change.
1.0.6.2 -- 2023-09-14
- Fixed bug in category filtering.
1.0.6.1 -- 2023-07-10
- Fixed closing behavior
- Better, more helpful display when adding new category via filter text box.
1.0.6.0 -- 2023-06-06
- Added more panels in depth for better resizing adjustment
- Increaed the font from
1.0.5.2 -- 2022-11-06
- Set column width to autosize for data content.
1.0.5.1 -- 2022-07-26
- Format Transaction Amount in grid as currency
- Format Transaction Date in grid as MM/dd/yyyy
- Zero out ID file for each file load
- net5 is now upgraded to net6.
1.0.5.0 -- 2022-07-26
- Add ability to exclude a transaction from the output when saved.
1.0.4.0 -- 2021-11-28
- Adds a summary dialog to show the totals per category
- Updates the status bar text to show total in, total out and summary total of changes.
- Microsoft says no support for the Winforms outside of Windows. Bummer.
- Dropped the framework472 project.
- dotnetcore31 is now upgraded to net5.
1.0.3.0 -- 2020-09-25
- Update original version to Framework 4.7.2
- Create v2 projects for .NET Core 3.1 LTS.
- Can not yet run in Linux or MacOS, but that should be (hopefully) be added soon.
1.0.2.0 -- 2019-07-2019
- Double click on payee or description opens Google Search for that value.
1.0.1.0 -- 2016-03-11
- Fix bug with parsing
1.0.0.0 -- 2016-03-06
- Initial version for public release