# [[Changelog for AnimalTrakker Farm Desktop]]
**The AnimalTrakker® Desktop app is being completely re-written to handle major changes in structure of the database, a switch to Electron as a development platform for better cross platform compatibility and changes to the user interface. **
**We expect to have a new version out and available in mid-2025.**
## Version 0.0.2 (2022-09-08)
### Features
- Added create a .CSV file of tests requested as the start of getting the Lab Submissions Reports created. This is a placeholder for the more complete Lab Submission forms.
- Added code to display the version on the main screen
### Bug Fixes
- Windows .exe file created properly now.
### Known Issues
- None of the previous known issues are fixed yet.
- User should be able to adjust the order in which breeds, tag colors, tag types etc. are displayed in the drop-down menu items.
### Breaking Changes
- Requires at least database version 3. Conversion from database version 0, 1 or 2 is currently a manual process. Contact support for assistance in converting your current database.
## Version 0.0.1 (2022-05-03)
### Features
- Basic Structure for the code defined.
- Overall screen designs implemented.
### Bug Fixes
- Calendar selection for range for reports now working even for a single day.
- Fixed Crash when clicking outside the screen targets.
- Fixed incorrect JOIN in report query so it gets bulls without a BSE entry.
### Known Issues
- .CSV file still has an underscore in the EID tag number. Some labs do not want special characters.
- .CSV file still shows calculated birth date not a year and months age for each record.
- Not all defaults are being properly recorded into the database.
- Animal Health Lab PDF has the same name for the Feces and Trich Tube checkboxes. If you click one both are checked. There is no way to only select one sample type. I may not be able to fix this because it's built into the form.
- Windows version is not working. Still trying to build an executable .EXE file.
- County not being added correctly to the AHL form.
- "See attached .CSV file" note not being added to any form.
- Animal Updates and Contact Updates not completed
### Breaking Changes