• v0.0.1 34d169613f

    v0.0.1 Stable

    jd released this 2026-01-29 20:23:32 +00:00 | 0 commits to main since this release

    Changelog

    • e49791852c Add SQL formatter and sqlc configuration
    • 21c9c13b4b Add icons
    • 618e19b133 Add web frontend scaffolding with Vite and Tailwind CSS
    • 4d8e6adeef Fix migrations
    • 7b0f9ffe6f Improved UI
    • 3e4178acbd Initial commit
    • 0a0ae15aab Update conf
    • 34d169613f build(release): add gitea_urls configuration
    • 81b3731c90 build(release): add goreleaser and alpine packaging
    • b7c6eabd37 chore(auth): remove empty auth handler file
    • 2b8cabfea0 feat(app): implement task creation with database persistence and user assignment
    • f687c5091f feat(auth): add proactive token refresh before expiration
    • b09ecbfc9d feat(auth): implement OIDC authentication and core application structure
    • 3b9e191c6a feat(config): add yaml configuration file support
    • 1c2f09046e feat(cronparse): add cron expression parsing and time calculation
    • b8d84dc9f4 feat(db): add createdAt to event tables and enable migrations
    • d9a1d35c12 feat(db): add task management database schema and SQL queries
    • a07991bcf9 feat(db): implement database migrations and task schema
    • de100d3ac9 feat(db): implement prepared query caching and SQL documentation
    • 58d7dfe493 feat(db,ui): separate assigned and owned task queries and display
    • 8afaf65034 feat(task): add explicit publish field to form and replace string parsing
    • 45b69a2883 feat(task): add individual task view with permission checks and replace active with assignedAt
    • ab798c7881 feat(task): add task assignment generation with cron scheduling support
    • 3f0364f80e feat(task): add task editing functionality with reusable form component
    • bebaaaa4c0 feat(task): extract unixtime formatting and fix user assignment logic
    • 422c105f7a feat(templates): add info page template with user data display
    • 26430871a9 feat(templates): introduce templating for landing and home pages
    • ff798bcae5 feat(ui): add complete button to toggle assignment status from home dashboard
    • 2b05b56772 feat(ui): add dark mode theme toggle and user profile display
    • 5e1b92b0fa feat(ui): add task-table styling and line-clamp for descriptions
    • 042430aa59 feat(ui): add time formatting component and update templates
    • 7ea2cda1e7 feat(ui): enhance dashboard with icon buttons and improved table layout
    • f90bd7cd02 feat(ui): enhance task form with improved styling and validation
    • 18189a971b feat(ui): enhance task view with consistent time formatting and form improvements
    • e66aea0429 feat(ui): refactor dashboard layout from table to CSS grid
    • 70fa8b21d4 feat: add Unix timestamp support and task editing functionality
    • 7834e639a4 feat: add task listing and creation feature
    • a45023dab3 fix(auth,task): correct errors.Is argument order in error handling
    • 035a2c58f4 fix(cron): handle invalid dates in month-day calculation
    • 248e91b222 fix(db): correct SQL syntax and update TaskAssignment notes type
    • d502b318a0 refactor(auth)!: extract auth logic into separate package and update database schema
    • 3f3a08c6d3 refactor(auth)!: split middleware and add landing page with return-to functionality
    • 0b2156f548 refactor(auth): extract user database operations into dedicated package
    • c7d8109686 refactor(config): rename Insecure to Dev configuration option
    • d8ed0a86fc refactor(core): overhaul task scheduling logic and dashboard interface
    • 3c0e1d5695 refactor(db): change date columns from DATETIME to TIMESTAMP
    • b537726063 refactor(db): enhance GetUserOwnedTasks query to return full task details
    • 4b4f67563c refactor(task): rename tasks template package to task
    • 01f8c55bdd refactor(ui): add link styling classes and simplify layout template
    • aca7945938 refactor(ui): move OrderedMap to unixtime package and enhance time groupings
    • 979248a940 refactor(web): consolidate static file embed setup in devNot.go
    • 7a0cd0ba8b refactor(web): consolidate task route handling with shared middleware
    • c6c326dffc refactor: consolidate unixtime helpers and enhance assignment completion logic
    • 707f4adbfe style(ui): adjust header dark mode toggle background color
    Downloads