- Added BudgetArchiveJob for monthly budget archiving.
- Created BudgetArchive entity and BudgetArchiveRepository for managing archived budgets.
- Introduced JobController for handling job execution, pausing, and resuming.
- Developed ScheduledTasksView for displaying and managing scheduled tasks in the frontend.
- Updated PeriodicBillJob to improve scope handling.
- Enhanced OpenAiService with increased HTTP timeout.
- Added archiveBudgets API endpoint for archiving budgets by year and month.
- Refactored BudgetController to utilize new repository patterns and improved error handling.
- Introduced rich-content styles for better rendering of HTML content in Vue components.
- Updated various Vue components to support rich HTML content display.
chore: refactor ESLint configuration for improved linting rules and performance
fix: handle push event data parsing in service worker
style: adjust tabbar item properties for better readability in App.vue
refactor: remove unused functions and improve code clarity in TransactionDetail.vue
fix: ensure consistent event handling in CalendarView.vue
style: clean up component structure and formatting in various Vue files
chore: update launch script for better command execution
feat: add ESLint configuration file for consistent code style across the project
fix: resolve issues with button click events in multiple components