Incorporated changes for release 1.4.3
This commit is contained in:
18
CHANGELOG
18
CHANGELOG
@@ -1,5 +1,5 @@
|
||||
OpenDRS - Online Discrepancy Reporting System
|
||||
Copyright (C) 2024 Rod Wright
|
||||
Copyright (C) 2025 Rod Wright
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -146,8 +146,10 @@ Changelog
|
||||
in a trusted environment where anybody on the network can
|
||||
create/edit writeups and search the database, with a login required
|
||||
for everything else.
|
||||
- On the View Open Writeups and View All Writeups pages, replaced the
|
||||
"Last 30 days" button with a dropdown with more options.
|
||||
- On the View All Writeups pages, replaced the "Last 7 days" and
|
||||
"Last 30 days" buttons with a dropdown with more options, including
|
||||
future dates so that OpenDRS can be more useful for things like
|
||||
preventive maintenance.
|
||||
- Changed the global font to a sans-serif font.
|
||||
- For Raspberry Pi:
|
||||
- Removed the Raspberry Pi terminal setup from OpenDRS. Setting up
|
||||
@@ -168,3 +170,13 @@ Changelog
|
||||
"View Open Writeups" page.
|
||||
- Removed open, closed, and deferred constant definitions from common.php
|
||||
since only one was ever used, and that in only one place.
|
||||
|
||||
1.4.3 - 2025-02-27
|
||||
- Poorly documented changes in the previous three versions resulted
|
||||
in confusion about when the date range selection dropdown should
|
||||
appear on the View Open Writeups and View All Writeups pages.
|
||||
Since the View Open Writeups page seemed redundant (all that info
|
||||
was available on the View All Writeups page) removed the View
|
||||
Open Writeups page entirely. The writeups page now shows all
|
||||
writeups for the selected date range, or today if no dates are
|
||||
specified.
|
||||
|
||||
Reference in New Issue
Block a user