# CHANGELOG
## [0.8.0] - 2025-01-03
## Add
- Show recent opened conferences in star page
- Store more speakers details, if available
- Show speakers avatars
- Let user choose talks grouping in talks list
## Fixed
- Pentabarf parsing
- Start/end date parsing
- Icon selection logic for links
## Changed
- Flatpak: bump to GNOME Runtime 47
- Flatpak: updated dependecies
- Updated Event edit dialog to use Adwaita dialog window (Michael Evans)
- Rework main window navigation using Adwaita views

## [0.7.1] - 2024-01-23
## Add
- German translation, thanks to Sebastian Crane
## Fixed
- Fix Meson build scripts (Sebastian)
- Fix day format in Swedish translation (Luna)
- Update README (Sebastian)
- Try to fix appinfo metadata issues noted by flathub.org checks
## Changed
- Flatpak: bump to GNOME Runtime 45
- Remove blueprint meson subproject. Blueprint is now a build requirement.
- Bigger default window size in settings

## [0.7.0] - 2023-07-25
## Changed
- Ported to Gtk4/libadwaita
- Reviseted user interaction, dialogs and shortcuts
## Add
- Copy talk detail into clipboard as plaintext from menu or shortcut
## Fixed
- Correct day for events that are after UTC midnight (edward)

## [0.6.5] - 2023-06-01
### 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

## [0.6.4] - 2022-08-17
### 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

## [0.6.3] - 2021-12-29
### Add
- Metainfo data about inputs support and screen size requirements

## [0.6.2] - 2021-11-10
### Fixed
- Better icons appearence in sidebar
- Squared "Star" buttons
### Changed
- Round corners in lists
- Use app icon in empty starred page

## [0.6.1] - 2021-07-18
### Add
- 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.

## [0.6.0] - 2021-06-12
### 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)


## [0.5.5] - 2020-04-06
### Added
- Open urls with default application per file type, if possible

## [0.5.4] - 20201-02-18
### 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


## [0.5.3] - 2021-01-28
### Added
- Event progress indicator in event list row widget

### Fixed
- Fix overlapping events query (don't return event ending/starting on same exact time)


## [0.5.2] - 2021-01-17
### Added
- Search in conferences list
- Global shortcuts
- Shortcuts window

### Changed
- Install python module in python's site-lib dir
- Fix metadata install path
- Fix flatpak manifest: add python deps


## [0.5.1] - 2020-12-30
### Added
- Allow edit user-added conference metadata
- Allow remove user-added conferences
- Show editing dialog after adding a custom url
- Clear cache from preferences dialog

### Changed
- Set a maximum size for conferece logo in main page

### Fixed
- Small fixes to UI
- Support "baseurl" property in pentabarf
- Fix XML entities stripping

