7.6 KiB
7.6 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.5 (2025-05-09)
Features
- added styles page table and edit modal (be03788)
- api: added message style api endpoints (a1bd362)
- api: Functional API endpoints for filters (e58d734)
- colour picker on message style edit modal (e9807ee)
- completed filter table and edit modal (73aed35)
- create and update feeds with filters (b528153)
- css shorthands for generic select toggle (fa42eb3)
- db: connect message style to feed (6356bb1)
- delete selected feed rows (2589cab)
- filter selection and table render for feed view (e935d80)
- migrate from sqlite to postgresql, and add message_style model (6d1f4e6)
- patch existing feeds (8477285)
- publish threshold field on Feed model (6761a91)
- select message style on feed (d5af04c)
Bug Fixes
- api: expected ids to be integers, not strings (00a4c74)
- api: patching feeds would duplicate channels #4 (e4ab506)
- api: style mutators causing errors if blank (99a59c6)
- channels select dropdown height breaking on smaller screens (2a88e1c)
- database: cascade channels on feed delete (79e331b)
- datatable count including entries from other guilds (6b6af17)
- error when searching filters (algorithm isn't searchable via API) (3ac33dc)
- ID not being reset when creating new feeds, causing unintentional edits over existing feeds (a0d2711)
- incorrect 'for' value being used on the editModal's 'value' label. (2d8a26f)
- mistakenly broken class on the style table delete button (cfde210)
- parse publish threshold on post/patch (816da70)
0.1.4 (2025-04-30)
Features
- add '15' as a page size option for tables (9b5913c)
- add filters guild page with table (missing full features) (6ff4bac)
- allow a custom 'where' clause parameter for datatable queries. (637415b)
- basic search functionality for feed table (f872416)
- functional 'create' modal for feed records (d8141e4)
- tag design for status and channels in feed table (1edc1d4)
- util for verifying feed channels (5323009)
Bug Fixes
- api: correctly handle arguments for channels and active (9896f8e)
- api: feed push fails if channels is undefined (left blank in UI) (ce51623)
- include filters on feed table (db5178f)
- redraw feed datatable when new entries are created (77c8d39)
- replace unusable renders with className parameters for col configs. (31b9063)
0.1.3 (2025-04-26)
Features
- add API controller new Feed models (d03dc8e)
- added footer with pagination to feed table (87da782)
- exposed api routes for Feed objects (95124ec)
- page size selector for feed table (07b163a)
- preline select box for table pagination (6cdef67)
Bug Fixes
- api: include channels in datatable response for feeds (10d55be)
- errors with feed datatables api endpoint (130fa63)
- missing preline dependencies (6f820fd)
- new feed api endpoints using bad regex (98b9bb1)
0.1.2 (2025-04-22)
Features
- basic table on feeds view (78ab28e)
0.1.1 (2025-04-22)
Features
- connect routers for accessing the new guild tabs (d02597b)
Bug Fixes
- add tab helper for highlighting the active guild tab (119339c)
0.1.0 (2025-04-22)
Initial version