## Changed
- Ported to Gtk4/libadwaita
- Reviseted user interaction, dialogs and shortcuts
## New
- Copy talk detail into clipboard as plaintext from menu or shortcut
## Fixed
- Correct day for events that are after UTC midnight (~edwardbetts)
### Add
- French tranlsation, thanks to Irénée Thirion
- Swedish translation, thanks to Luna Jernberg
### Fixed
- Fix Pentabarf date parsing
### Changed
- Flatpak: bump to GNOME Runtime 44
### Add
- Convert markdown links to html hyperlinks
- Don't track visited links in labels
- Make labels selectable
- Margin in loading widget: no more loadbar touching screen edges in mobile
### Changed
- Event text justified to left
- Use symbolic icon in search placeholder
Add metainfo data about inputs support and screen size requirements
### Fixed
- Better icons appearence in sidebar
- Squared "Star" buttons
### Changed
- Round corners in lists
- Use app icon in empty starred page
### Added
- Support for adaptive filter in Phosh app drawer
### Fixed
- Event progressbar handle events with zero duration (devrtz) (fix ~fabrixxm/confy#18)
### Changed
- Store events datetimes as UTC in db, display in current timezone.
### Added
- Full-text search in shedule view (fix ~fabrixxm/confy#11)
- Full-text search in starred view (fix ~fabrixxm/confy#12)
### Fixed
- Add page stack to starred view (fix ~fabrixxm/confy#13)
- Move Search Bar revealer out of overlay (fix ~fabrixxm/confy#10)
### Changed
- Modify primary menu to better fit GNOME guidelines (seabass)
- Move 'star event' button to end of event widget (seabass)
### Added
- Open urls with default application per file type, if possible
### Fixed
- Use correct file for appstream metadata
- Remove more unsupported markup tags from strings
- Fix "next up" query and notification
### Changed
- Updated flatpack to GNOME Runtime 3.38
### Added
- Event progress indicator in event list row widget
### Fixed
- Fix overlapping events query
(don't return event ending/starting on same exact time)