Skip to content

Releases: emmanueltouzery/cigale

v0.5.4

14 Sep 16:22
Compare
Choose a tag to compare
  • upgrade gtk-related dependencies
  • newer runtime for the flatpak

v0.5.3

10 Jul 19:50
Compare
Choose a tag to compare
  • 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

26 May 18:49
Compare
Choose a tag to compare
  • git: would fail importing events for https github repos
  • Removed event sources would only disappear after an application restart

Thanks to @sophie-h for reporting both issues.

v0.5.1

16 May 16:32
Compare
Choose a tag to compare
  • 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

18 Apr 14:20
Compare
Choose a tag to compare
  • 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

31 Mar 19:28
Compare
Choose a tag to compare
  • 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

25 Mar 17:27
Compare
Choose a tag to compare
  • 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

06 Mar 18:55
Compare
Choose a tag to compare
  • 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

01 Mar 08:56
Compare
Choose a tag to compare
v0.1.0

the flatpak needs FS+network access