Releases: edmw/wishlist
Releases · edmw/wishlist
1.7.0
🎁 Notifications for changes to favorite lists
- Add functionality to get notifications for new items on favoured wish lists
- Add template tags to render alert boxes, action buttons, icons
- Refactor event recording
- Add bootstrap javascript
- Update bootstrap stylesheet to 4.4.1
- Add configuration for server host and port
- Improve logging
- Fix functionality to release items for owners
- Fix access control to favorite notifications
- Fix propagated messaging errors for background notifications
- Fix bootstrap btn
1.6.0
🎁 Receive, archive and unarchive items
- Add functionality to put items into archive
- Add functionality to get items from archive
- Add functionality to mark items as received
- Add status field to Reservation
- Add archival field to Item
- Extract english texts into language file
- Extend PageContext to hold actions aka links for templates
- Unify page generation in controller
- Improve button design
- Setup Travis CI
1.5.0
🎁 Move items between wishlists
- Add functionality to move items between wishlists
- Change handling of .env files: already existing env values will have precedence
- Enable test runs for Linux
- Add automatic generation of LinuxMain.swift
- Improve docker scripts
- Fix references on fluent models (again)
- Fix recover job
- Fix Environment tests
1.4.3
1.4.2
- Add Swift Backtrace to automatically printing crash backtraces
- Add code generation for Representation Context types
- Add code generation for Domain String Value types on Linux
- Refactor Values types
- Fix references on fluent models
- Fix sort order of items
- Fix lost data at list import
- Fix closures for converting in Values types on Linux
1.4.1
- Introduce code generation
- Introduce structured logging
- Add BitArray data structure
- Add BloomFilter data structure
- Add data objects for database repositories
- Make ids for entities into value objects
- Refactor image handling for items
- Improve env file parsing
- Add tests
- Fix sending invitation mail