Releases: asachs01/school_menu_connector
Release v2.0.0
Refactoring to make CLI & web separate (#5) * Major restructuring Signed-off-by: Aaron Sachs <898627+asachs01@users.noreply.github.com> * Major restructuring Signed-off-by: Aaron Sachs <898627+asachs01@users.noreply.github.com> * Major refactor to split the CLI into its own tool Signed-off-by: Aaron Sachs <898627+asachs01@users.noreply.github.com> * Continuing to refactor the webUI Signed-off-by: Aaron Sachs <898627+asachs01@users.noreply.github.com> * Refactored to allow the web utility to live on its own Signed-off-by: Aaron Sachs <898627+asachs01@users.noreply.github.com> --------- Signed-off-by: Aaron Sachs <898627+asachs01@users.noreply.github.com>
Release v1.0.0
Merge pull request #3 from asachs01/naming_updates Renaming project and removing references to LINQConnect
Release v0.1.1
LINQ Connect Menu Notifier v0.1.0
This release marks a significant enhancement to the LINQ Connect Menu Notifier, introducing new features that expand its functionality and improve user experience.
Fixes
- Date logic: Date logic wasn't being handled correctly. This has now been addresed.
Commits
- [d73db91] Fixed date handling logic
Notes
This version is still considered to be in the initial development phase. While it adds significant new functionality, the API may still be subject to changes in future releases.
We encourage users to try out the new features and provide feedback to help improve the application further.
Release v0.1.0
LINQ Connect Menu Notifier v0.1.0
This release marks a significant enhancement to the LINQ Connect Menu Notifier, introducing new features that expand its functionality and improve user experience.
What's New
- ICS File Generation: Users can now generate ICS calendar files for a week of lunch menus, making it easier to integrate school lunch information into personal calendars.
- Debug Mode: A new debug flag has been added to provide more detailed output for troubleshooting.
- Flexible Configuration: New command-line flags and environment variables have been added to support the new features and provide more control over the application's behavior.
- Improved Documentation: The README has been updated with comprehensive examples and explanations of the new features.
- License Change: The project is now licensed under the GNU General Public License v3.0 to better protect the codebase and ensure derivative works remain open source.
Commits
- [0d34b10] Add ICS file generation functionality
- [0d34b10] Implement debug mode for improved troubleshooting
- [dd8e512] Enhance README with new examples and configuration options
Notes
This version is still considered to be in the initial development phase. While it adds significant new functionality, the API may still be subject to changes in future releases.
We encourage users to try out the new features and provide feedback to help improve the application further.
Release v0.0.1
Initial Commit Signed-off-by: Aaron Sachs <898627+asachs01@users.noreply.github.com>