Release 0.7.13
What's Changed
Defect Fixes
- Quote string environment variables in docker-compose .env files by @jmgrady in #1512
- [DataEntry] Fix crash on window resize by @imnasnainaec in #1524
- Fix new-entry note bug by @imnasnainaec in #1525
- Revert to using {} instead of undefined for empty goal edit steps by @imnasnainaec in #1527
Documentation
- Correct brace style in C# style guide by @johnthagen in #1513
- Bump copyright year in user guide by @johnthagen in #1516
Code Maintenance
- Add more linting rules; Make progress on function return types by @imnasnainaec in #1523
Deployment
Other Changes
- Upgrade to .NET 6 by @johnthagen in #1509
- Upgrade Python dependencies by @johnthagen in #1514
- Modernize ESLint React/TypeScript configuration by @johnthagen in #1518
- Use Python 3.9 to build the user guide by @johnthagen in #1522
- Update frontend dependencies by @johnthagen in #1520
- Enable jsx-key linting by @imnasnainaec in #1526
- Remove direct usages of Node backend modules from frontend by @johnthagen in #1529
- Remove imports of React that are no longer needed by @johnthagen in #1531
Full Changelog: 0.7.12...0.7.13