Blame

deb19d Hargata Softworks 2024-03-02 11:21:18 1
# Roadmap
2
933669 Hargata Softworks 2024-11-20 16:25:15 3
## 1.4.1
4
Scheduled Release: TBD
5
6
### Objectives
7
- Bug Fixes
8
- Fixed bug with drag and drop for plan items
ba73fc Hargata Softworks 2024-11-20 19:15:40 9
- Fixed bug where plan type does not display correctly in Kiosk mode
933669 Hargata Softworks 2024-11-20 16:25:15 10
- Features
11
- Cached Report Metrics are now vehicle specific
b08e66 Hargata Softworks 2024-11-20 19:15:59 12
- Added option to toggle between 2 and 3 decimal places for fuel consumption(Issue: #723)
ba73fc Hargata Softworks 2024-11-20 19:15:40 13
- Deleting records will now replenish requisitioned supplies(Issue: #429)
738e2e Hargata Softworks 2024-11-21 03:49:17 14
- Users can now add supplies to existing records(Issue: #454)
933669 Hargata Softworks 2024-11-20 16:25:15 15
- Misc. Tech Debt
16
- Additional Code Cleanup(PR: #721, #722) with ideas from [Scorpoon](https://github.com/Scorpoon)
17
7a1cdf Hargata Softworks 2024-11-01 00:17:16 18
## 1.4.0
a26048 Hargata Softworks 2024-11-14 22:01:53 19
Released: 11/14/2024
7a1cdf Hargata Softworks 2024-11-01 00:17:16 20
21
### Objectives
22
- Bug Fixes
23
- Fix Translation Editor Bug(Issue: #681)
24
- Features
25
- Add Custom Dashboard functionality(Issue: #660, #678)
c01c09 Hargata Softworks 2024-11-02 03:36:13 26
- Add Kiosk View for Vehicles, Reminders, and Planners
89cc50 Hargata Softworks 2024-11-02 03:41:16 27
- Add functionality to duplicate records across vehicles(Issue: #526)
701947 Hargata Softworks 2024-11-02 03:43:29 28
- Add Tags to POST API methods(Issue: #684)
c78319 Hargata Softworks 2024-11-02 22:50:42 29
- Add functionality to automatically format decimal inputs(Issue: #611)
0e7d6f Hargata Softworks 2024-11-12 20:57:24 30
- Allow Custom Logos and Extra Fields in Vehicle Maintenace Report(Issue: #702)
8bb0e3 Hargata Softworks 2024-11-12 00:31:07 31
- Misc Tech Debt
9fec45 Hargata Softworks 2024-11-14 22:03:45 32
- [Code Cleanup](https://github.com/hargata/lubelog/pull/704) by [Scorpoon](https://github.com/Scorpoon)
7a1cdf Hargata Softworks 2024-11-01 00:17:16 33
f06085 Hargata Softworks 2024-09-25 14:09:42 34
## 1.3.9
10c8e4 Hargata Softworks 2024-10-31 20:01:07 35
Released: 10/31/2024
f06085 Hargata Softworks 2024-09-25 14:09:42 36
37
### Objectives
4541fe Hargata Softworks 2024-10-25 23:39:32 38
- Bug Fixes
39
- Fix AdjustedOdometer endpoint with decimal odometer multiplier
40
- Fix bug with inverted bar chart colors with metric calculations(Issue: #649)
41
- Fix bug with average/min/max fuel mileage labels
42
- Fix Page Titles
610f34 Hargata Softworks 2024-10-29 01:19:51 43
- Fix misaligned columns when viewed on small screens
44
- Fix mobile nav closing on iOS devices when scrolling
4541fe Hargata Softworks 2024-10-25 23:39:32 45
- Features
46
- Enter key to submit on Forms(Issue: #639)
47
- Add functionality to edit extra fields for multiple records(Issue: #483)
48
- Add Attachment Exports for Notes
49
- Add emphasis lines for API methods in documentation
50
- Add support for smaller tabs in smaller screens
51
- Add thumbnail resizing(Issue: #616)
52
- Add Experimental GPS Integration(Issue: #511)
53
- Allow ExtraFields to be displayed in place of LicensePlate(Issue: #485)
5dcafd Hargata Softworks 2024-10-28 02:03:02 54
- Add Built-In Translation Downloader and Editor
fd3305 Hargata Softworks 2024-10-30 15:39:50 55
- Add functionality to re-order tabs(Issue: #518)
10c8e4 Hargata Softworks 2024-10-31 20:01:07 56
- Add funtionality to reveal password on password fields
4541fe Hargata Softworks 2024-10-25 23:39:32 57
- Misc Tech Debt and Changes
58
- Move Delete Vehicle button into Edit Vehicle modal(Issue: #637)
59
- Automatically create app schema in existing Postgres container
60
- Remastered Admin Panel
61
- Improve Code Maintainability(Split VehicleController out)
168eba Hargata Softworks 2024-10-25 23:40:26 62
- Load sponsors asynchronously for users with slower internet connection
f06085 Hargata Softworks 2024-09-25 14:09:42 63
a29834 Hargata Softworks 2024-09-25 01:22:59 64
## 1.3.8
3649f9 Hargata Softworks 2024-09-25 04:39:07 65
Released 09/24/2024
a29834 Hargata Softworks 2024-09-25 01:22:59 66
67
### Objectives
4e5226 Hargata Softworks 2024-09-25 03:48:54 68
- Add Vehicle Info endpoint documentation
69
- Add endpoint to get adjusted odometer for vehicle
a29834 Hargata Softworks 2024-09-25 01:22:59 70
- Fix Light mode issue on PC with dark mode preference(Issue: #630)
71
- Add vehicle flag to indicate odometer entry is optional(Issue: #619, #563, #312)
330adb Hargata Softworks 2024-09-25 04:32:04 72
- Updated demo default file
a29834 Hargata Softworks 2024-09-25 01:22:59 73
20484f Hargata Softworks 2024-08-29 14:14:59 74
## 1.3.7
45f02b Hargata Softworks 2024-09-23 23:06:00 75
Released 09/23/2024
20484f Hargata Softworks 2024-08-29 14:14:59 76
77
### Objectives
78
- Add Vehicle Info endpoint for third party widgets/dashboard
79
- Fix minor tooltip bug on touchscreen devices in reminders view
471675 Hargata Softworks 2024-09-12 17:16:28 80
- Add default email recipient for reminder emails(Issue: #517)
20484f Hargata Softworks 2024-08-29 14:14:59 81
- Add ability to login via OICD for root user(Issue: #482)
fdd327 Hargata Softworks 2024-08-31 23:04:46 82
- Add data table view(Issue: #551)
83
- Add user-configurable vehicle metric chips(Issue: #537)
336672 Hargata Softworks 2024-09-03 19:55:14 84
- Add color-coded icons for Planner Items(Issue: #598)
597e1b Hargata Softworks 2024-09-07 14:41:02 85
- Add custom thresholds for Reminders(Issue: #609)
dbab85 Hargata Softworks 2024-09-13 14:00:31 86
- Add adaptive theme if Dark Mode is not enabled(Issue: #603)
2f08c9 Hargata Softworks 2024-09-22 16:25:48 87
- Add ability to disable Registration(Issue: #618)
20484f Hargata Softworks 2024-08-29 14:14:59 88
077581 Hargata Softworks 2024-08-13 14:27:05 89
## 1.3.6
d54ec1 Hargata Softworks 2024-08-26 21:32:03 90
Released 08/26/2024
077581 Hargata Softworks 2024-08-13 14:27:05 91
92
### Objectives
93
- Fix Postgres table bug for vehicles with zero records(Issue: #576)
94
- Add PKCE to OICD Auth(Issue: #568)
5ef22a Hargata Softworks 2024-08-19 18:08:08 95
- Add fuel type dropdown(Issue: #534)
aa6ac3 Hargata Softworks 2024-08-22 00:14:08 96
- Add functionality to upload files on paste(Issue: #570)
516489 Hargata Softworks 2024-08-22 17:14:22 97
- Add Cleanup API method to clear out temp files and unlinked documents/thumbnails
25a5f6 Hargata Softworks 2024-08-23 19:46:08 98
- Add functionality to export extra fields in CSV
7e54e1 Hargata Softworks 2024-08-26 16:36:05 99
- Add Due Date and Odometer in API output for Reminders
8501c5 Hargata Softworks 2024-08-26 18:44:59 100
- Add tooltip to show configured due date and odometer for reminders(Issue: #531)
a170cb Hargata Softworks 2024-08-26 21:14:12 101
- Added Extra Fields to API methods(Issue: #588)
077581 Hargata Softworks 2024-08-13 14:27:05 102
6d5cdd Hargata Softworks 2024-06-18 14:34:21 103
## 1.3.5
eefb3e Hargata Softworks 2024-07-11 00:28:23 104
Released 07/10/2024
6d5cdd Hargata Softworks 2024-06-18 14:34:21 105
106
### Objectives
107
- Allow currency values greater than six figures(Issue #515; PR #542 by [kapcake](https://github.com/kapcake))
108
- Add maskable icons for Android PWA(PR #519 by [NateWright](https://github.com/NateWright))
b501f6 Hargata Softworks 2024-07-07 17:38:08 109
- Auto-create PostgreSQL schema on init(PR #508 by [snpaul22](https://github.com/snpaul22))
820411 Hargata Softworks 2024-07-01 15:02:18 110
- Functionality to reset password for root user without disabling auth
111
- Make initial odometer reading readonly by default to prevent unintended edits
781c2c Hargata Softworks 2024-07-09 16:44:46 112
- Reminder recurring intervals are now based on reminder metric(Issue #512)
0774e9 Hargata Softworks 2024-07-09 20:49:16 113
- Map extra fields to records via CSV import(Issue #545)
6d5cdd Hargata Softworks 2024-06-18 14:34:21 114
0aaa73 Hargata Softworks 2024-05-31 15:01:13 115
## 1.3.4
3aa552 Hargata Softworks 2024-06-04 17:22:00 116
Released 06/04/2024
0aaa73 Hargata Softworks 2024-05-31 15:01:13 117
118
### Objectives
119
- Fix bug where zero cost supplies cannot be selected
120
- Add missing translation keys
121
- Fix bug with locale where space is used for thousand separator
122
- Fix bug with SMTP servers with no authentication
123
360465 Hargata Softworks 2024-05-21 21:08:49 124
## 1.3.3
bc2fb8 Hargata Softworks 2024-05-21 21:42:20 125
Released 05/21/2024
360465 Hargata Softworks 2024-05-21 21:08:49 126
127
### Objectives
128
- Remove Commercial Restrictions
129
- Fix SweetAlert2 Restrictions
7ff4d3 Hargata Softworks 2024-05-21 21:09:15 130
- Add Sponsorship Tiers
360465 Hargata Softworks 2024-05-21 21:08:49 131
d4b65c Hargata Softworks 2024-04-25 16:32:09 132
## 1.3.2
133
Released 04/25/2024
134
135
### Objectives
136
- Replace .NET SMTPClient with MailKit
137
- Fix bug with persistent metric on Dashboard
138
- Fix bug where year dropdown does not show Odometer Record year
139
3ba3ea Hargata Softworks 2024-04-12 14:11:52 140
## 1.3.1
8c59cb Hargata Softworks 2024-04-24 04:32:52 141
Released 04/23/2024
3ba3ea Hargata Softworks 2024-04-12 14:11:52 142
143
### Objectives
144
- Fix donation link colors not being visible in light mode
145
- Fix alternate fuel units in European locale
c670cd Hargata Softworks 2024-04-15 14:25:37 146
- Temporarily persist selected metrics in Dashboard
3ba3ea Hargata Softworks 2024-04-12 14:11:52 147
188dbe Hargata Softworks 2024-04-04 02:06:47 148
## 1.3.0
06e576 Hargata Softworks 2024-04-08 16:14:38 149
Released 04/08/2024
188dbe Hargata Softworks 2024-04-04 02:06:47 150
151
### Objectives
152
- Allow users to increment from last reported odometer reading when creating records
153
- Cache records including unsaved changes to prevent accidental closing of modal
154
- Global search
155
- Functionality to edit plan record templates
156
604196 Hargata Softworks 2024-03-24 02:57:33 157
## 1.2.9
06e576 Hargata Softworks 2024-04-08 16:14:38 158
Released 03/29/2024
604196 Hargata Softworks 2024-03-24 02:57:33 159
160
### Objectives
f4068f Hargata Softworks 2024-03-27 03:50:44 161
- Allow users to select multiple reminders to push back when creating new record
0fe408 Hargata Softworks 2024-03-26 14:44:28 162
- Add tagging feature to Reminders
385504 Hargata Softworks 2024-03-27 03:50:59 163
- Add option to copy Supplies attachments when requisitioned by new Plan/Service/Repair/Upgrade records
b8c644 Hargata Softworks 2024-03-28 02:21:53 164
- Add chips to vehicle tile in Garage tab for Mileage and Past Due/Very Urgent Reminders
6e5b13 Hargata Softworks 2024-03-28 22:24:52 165
- Reminders renewed via creation of records now use the date/mileage of the record for next interval
8b0869 Hargata Softworks 2024-03-29 04:39:06 166
- Improve Reminders tab usability on mobile devices
604196 Hargata Softworks 2024-03-24 02:57:33 167
ed737a Hargata Softworks 2024-03-18 21:48:01 168
## 1.2.8
30ed21 Hargata Softworks 2024-03-22 05:42:32 169
Released 03/21/2024
ed737a Hargata Softworks 2024-03-18 21:48:01 170
171
### Objectives
e4ae11 Hargata Softworks 2024-03-18 21:48:07 172
- Fix security vulnerability where unauthorized users can access uploaded files
05483d Hargata Softworks 2024-03-20 20:36:27 173
- Improve LiteDB Implementation to bypass concurrency issue
696fff Hargata Softworks 2024-03-20 19:56:19 174
- Add URL Parser to Extra Field Values
ed737a Hargata Softworks 2024-03-18 21:48:01 175
306878 Hargata Softworks 2024-03-15 18:34:35 176
## 1.2.7
38a882 Hargata Softworks 2024-03-16 19:53:39 177
Released 03/16/2024
306878 Hargata Softworks 2024-03-15 18:34:35 178
179
### Objectives
81be2f Hargata Softworks 2024-03-15 21:10:43 180
- Add Odometer Adjustments for vehicle where odometer units differ from user settings or vehicles with swapped odometers that no longer reflect actual mileage
181
- Fix bug where Odometer Records are not deleted when the vehicle is deleted
dc3601 Hargata Softworks 2024-03-16 15:39:10 182
- Fix bug where translation are not being backed up
d0babf Hargata Softworks 2024-03-16 18:21:05 183
- Add functionality to edit multiple fuel records at once
81be2f Hargata Softworks 2024-03-15 21:10:43 184
- Add webhooks
e45121 Hargata Softworks 2024-03-16 17:50:01 185
- Add logging for backup restoration
306878 Hargata Softworks 2024-03-15 18:34:35 186
d65b54 Hargata Softworks 2024-03-09 02:06:02 187
## 1.2.6
ae9afe Hargata Softworks 2024-03-13 17:58:24 188
Released 03/13/2024
d65b54 Hargata Softworks 2024-03-09 02:06:02 189
190
### Objectives
191
- Made columns automatically shrink when extra fields are visible
192
- Improve file names when exporting attachments
193
- Fixed bug with black boxes showing up under Vehicle Maintenance Report
7db3db Hargata Softworks 2024-03-10 15:31:41 194
- Add Initial Odometer Reading and Distance metric to Odometer Records
195
- Distance Traveled chart in Reports tab now rely solely on odometer records
4638ce Hargata Softworks 2024-03-13 16:43:21 196
- Added functionality to edit multiple odometer records at once
d65b54 Hargata Softworks 2024-03-09 02:06:02 197
deb19d Hargata Softworks 2024-03-02 11:21:18 198
## 1.2.5
05f414 Hargata Softworks 2024-03-08 00:21:42 199
Released 03/07/2024
deb19d Hargata Softworks 2024-03-02 11:21:18 200
201
### Objectives
202
- State persistence for column visibilities
203
- Flex basis for table columns to take up as much space as needed(no more white spaces)
b2e613 Hargata Softworks 2024-03-03 16:20:49 204
- Statistics between records (average distance traveled and average days elapsed)
f4068f Hargata Softworks 2024-03-27 03:50:44 205
- Allow users to set their own acceptable file extensions for documents upload
34b3b4 Hargata Softworks 2024-03-04 16:16:25 206
- Allow users to inject root user credentials via Environment Variables
bd7bb5 Hargata Softworks 2024-03-04 23:21:08 207
- Allow users to hide sold vehicles
208
- Allow users to configure reminder urgency thresholds
8cb979 Hargata Softworks 2024-03-06 14:45:04 209
- Column-specific search
0f64fb Hargata Softworks 2024-03-07 19:53:18 210
- Added a Message of the Day(MOTD) feature.