Skip to content

Latest commit

 

History

History
254 lines (148 loc) · 5 KB

File metadata and controls

254 lines (148 loc) · 5 KB

Changelog

All notable changes to this project will be documented in this file.

[1.14.2] - 2024-10-03

🎨 Styling

  • Config tailwind, prettier to order classes by prettier-tailwind sort plugin
  • Apply class sort to views files

⚙️ Miscellaneous Tasks

  • Update go packages. reconfigure air and makefile

[1.14.1] - 2024-09-22

🚀 Features

  • (deploy) Allow to embed https cert in app binary

🚜 Refactor

  • Change package name to equal to github url

⚙️ Miscellaneous Tasks

  • Add change log
  • Embed testing certs for https

[1.13.1] - 2024-08-23

🐛 Bug Fixes

  • (chi, store) Move tests to chi package. fix package name. cleanup sqlite store

🚜 Refactor

  • (server) Move default server to chi directory
  • (store) Use generic Store interface to use with servers
  • (server) Static files middleware. add docs to make ssl certs

📚 Documentation

  • Add todos about auth system
  • Add changelog

[1.13.0] - 2024-07-17

🚀 Features

  • (server) Add implementation for echo server

📚 Documentation

  • Changelog
  • Add changelog

[1.12.1] - 2024-07-15

🚀 Features

  • (production) Add mkcert for https. add manifest for pwa

[1.11.5] - 2024-07-04

🚜 Refactor

  • (search) Clean up search algorithm

🧪 Testing

  • (e2e) Edit and fix e2e tests based on ui changes

[1.11.4] - 2024-07-02

🐛 Bug Fixes

  • (counters) Use right align for completed label

📚 Documentation

  • Add changelog
  • Add license

Build

  • Embed static files in project binary

[1.11.2] - 2024-07-01

🐛 Bug Fixes

  • (counters) Hide all label when completed = all. fix label position

[1.11.1] - 2024-07-01

🐛 Bug Fixes

  • (counters) Hide completed tasks text when all is complete

📚 Documentation

  • Add changelog

[1.11] - 2024-07-01

🚀 Features

  • (ux) Add button to submit form for input new task
  • (ux) Update form to use button for update form
  • (ux) Show validation error on adding new task
  • (counters) Convert counters to progressbar
  • (delete) Show browser confirm dialog when try to delete task

🐛 Bug Fixes

  • (ux) Nav layout fix for lg and xs screens
  • (ux) Layout for validation error show in desktop

🚜 Refactor

  • (ux) Use grid to display head and task info
  • (ux) Move input to top after counters. extract nav to component
  • (ux) Resize buttons
  • (ux) Change utility set in css
  • (views) Extract counters to file

📚 Documentation

  • Add changelog

⚙️ Miscellaneous Tasks

  • Stop ignore some frontend assets in frontend

[1.6] - 2024-06-27

🚀 Features

  • (ux) Add project logo
  • (ux) Add logo and title to layout head
  • (counters) Add counters

🚜 Refactor

  • (config) Extract config to types

📚 Documentation

  • Add changelog. check todo item

🧪 Testing

  • (e2e) Use got router to start server
  • (e2e) Add multiple test. handle dynamic db
  • (e2e) Add tests for toggle status and filter tasks

[1.4] - 2024-06-27

🚀 Features

  • (search) Allow search tasks by description
  • (search) Allow search with status and description. better style for mobile
  • (ux) Add styles and code to handle mobile layout
  • (db) Allow cleanup db for testing
  • (ux) Prepend new task to tasks list

🐛 Bug Fixes

  • (ux) Hide input elements by css until remove by js

🚜 Refactor

  • (config) Allow to add config to start new server

📚 Documentation

  • Add changelog

🧪 Testing

  • Add e2e test util. use color name for tasks values
  • (add) Test ui for adding new task
  • (ux) Auto start server for tests

⚙️ Miscellaneous Tasks

  • Rename file to be consistant

[1.1] - 2024-06-24

🚀 Features

  • (db) Add toggle status related methods to store
  • (ux) Tasks status

📚 Documentation

  • Add CHANGELOG

🧪 Testing

  • (server) Extract test utils funcs to file. update toggle status test
  • (db,server) Generate fake descriptions. test fetch index with status

⚙️ Miscellaneous Tasks

  • Remove verbose output from templ generate
  • Ignore code coverage file

[1.0] - 2024-06-21

🚀 Features

  • (ux) Add fonts . extract layout to file
  • (ux) Finish general style of the current features
  • (db) Add sqlite store with tests
  • (index, create) Completed features
  • (db) Allow update task in db
  • (ux) Add scrollbar style
  • (db) Get task by id
  • (ux, db) Allow edit task. views and ui changes
  • (db, ux) Allow delete, update task

🐛 Bug Fixes

  • (ux) Correct align input with tasks list

🚜 Refactor

  • Dev mode better xp
  • (server) Move main file to cmd subdir
  • (views, sh) Extract some components to files. fix loc

📚 Documentation

  • Fixes in readme

🧪 Testing

  • (server) Refactor integration tests. add util funcs

⚙️ Miscellaneous Tasks

  • Init project. install route dependancy
  • Add tailwind, templ, htmx. live reload with make & air
  • Loc counter

WIP

  • Working on update & delete operations