Releases: emmanueltouzery/cigale
Releases · emmanueltouzery/cigale
v0.5.4
v0.5.3
- upgrade dependencies, including gtk-rs and relm
- drop the ":" from some labels, in gnome style there are no ":"
- center the preferences window on the parent+make it modal.
- rename some menu items
- some code cleanups
- left-align popover menus, as in gnome apps
- gitlab: fix MR comments vs issue comments: used to detect MR comments as issue comments by mistake
- git: separate commit header & contents: used to have commit header+contents in the title. now we have only commit header in the title, commit contents separately.
v0.5.2
v0.5.1
- gitlab: fix code comments outside of merge requests that would break parsing
- gitlab: support the API pagination, fixes import if you have more than 20 items
- update dependencies versions
v0.5.0
- Fix duration display in iCal (thanks to @j-veylop)
- new feature "copy all headers". no GUI for it, only a keyboard shortcut.
- new event provider: stack exchange site votes.
- icons: properly invert when using a dark theme
- new preferences window: dark theme option+skip weekends on prev/next option
- gitlab would fail parsing changes in some cases, fixed that
- various code improvements
v0.4.0
- git: fix bug where one commit would be displayed multiple times
- new event source: gitlab, collecting merge request+issues infos
- fix bug with redmine and ical event source if you had multiple event sources of those types
- multithread events fetching for speed
- git: if you configured a gitlab source, can open commits in the browser for gitlab repos. Also autodetect github repos and enable the same.
- email: multipart/alternative email bodies now display correctly.
- new button to copy the current event header to the clipboard
- keyboard shortcuts for previous day, next day, and copy header to the clipboard.
v0.3.0
- when we get an error display from which event provider type and from which event source we got the error.
- redmine: handle multilanguage: translations for 'today'+date formats based on the language+ISO support. Also clean up error handling.
v0.2.0
- Make the redmine event souce react better to errors
- Much nicer first-run experience
- Reload the events view immediately when the config is changed
First release
v0.1.0 the flatpak needs FS+network access