Releases: hmcalister/Event-Tracker-App
Releases · hmcalister/Event-Tracker-App
Event Tracker App v1.0
The first complete functional release!
What's Changed
- Add event model struct by @hmcalister in #9
- Add event struct associated methods by @hmcalister in #10
- Add methods to create and setup a database by @hmcalister in #12
- Update go mod and go sum with new packages by @hmcalister in #13
- Update gitignore to ignore database file and coverage file by @hmcalister in #15
- Add unit tests for event methods by @hmcalister in #20
- Add unit tests for database methods by @hmcalister in #21
- Add integration testing between event and database methods by @hmcalister in #22
- Add name field to Event struct by @hmcalister in #25
- Add go build and go test as github action by @hmcalister in #26
- Add code coverage as action by @hmcalister in #27
- Try commenting out IF by @hmcalister in #28
- Update code coverage thresholds by @hmcalister in #29
- Update badges to fit on one line by @hmcalister in #31
- Update database tests by @hmcalister in #33
- Update integration tests by @hmcalister in #35
- Update integration tests by @hmcalister in #37
- Add frontend dist by @hmcalister in #39
- Update frontend to skeleton by @hmcalister in #41
- Update vite.config to allow serving of wailsjs directory by @hmcalister in #43
- Rename NewApp function to InitApp by @hmcalister in #45
- Update Event struct with json and typescript attributes by @hmcalister in #47
- Update front end with newest version by @hmcalister in #52
- Fix wails build by @hmcalister in #54
- Calculate progress on frontend by @hmcalister in #56
- Add .gitkeep to frontend/build to ensure directory is tracked by @hmcalister in #57
- Circular progress bar by @hmcalister in #58
- Add modern theme by @hmcalister in #60
- Add background color reactivity based on event completition by @hmcalister in #62
- Add Event ID to frontend binding using JSON tag by @hmcalister in #64
- Add event form by @hmcalister in #66
- Update app to make binding functions more consistent by @hmcalister in #68
- Update frontend components by @hmcalister in #70
- Add image of bin to static directory by @hmcalister in #73
- Update wails generated bindings by @hmcalister in #74
- Add images to readme by @hmcalister in #77
New Contributors
- @hmcalister made their first contribution in #9
Full Changelog: https://github.com/hmcalister/Event-Tracker-App/commits/v1.0