Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Releases: Ousret/hermes

hermès

19 Jul 22:37
f48ddb4
Compare
Choose a tag to compare

bugfix release #40

  • unable to observe past automaton execution

hermès

25 Jun 23:10
3653ecf
Compare
Choose a tag to compare

🚑 🐛 bugfix release about the docker image of hermes.
Regarding issue #36

hermès

30 Apr 07:02
c217e88
Compare
Choose a tag to compare

🚑 Very tiny emergency update patch. (again)

hermès

28 Apr 07:26
451c17e
Compare
Choose a tag to compare

🚑 Very tiny emergency update patch. (again)

hermès

22 Apr 21:30
Compare
Choose a tag to compare

🚑 Very tiny emergency update patch.

hermès

21 Apr 21:16
d5a9d83
Compare
Choose a tag to compare

Changes :

  • Bugfix : Headers weren't parsed correctly, so now, we are using kiss-headers to help with that.
  • Bugfix : The main thread, automatons engine, can crash because of one sqlalchemy query that could return more than one result. Fixed by using first() instead of one(). Will do better latter.

Hermès

13 Apr 18:31
735046b
Compare
Choose a tag to compare

Changes :

Minor bugfixes see #23 #24

Hermès

16 Mar 08:16
759097f
Compare
Choose a tag to compare

Changes :

  • Bugfix : GET http request, parameters were not put in the good place #20
  • Bugfix : Issue when moving message but folder does not exist logger args were missing #20
  • Feature : Add fillIfVoid and stripTag filters for variables #20
  • Bugfix : Properly extract attribute from header content-type #20

Hermès

10 Mar 13:05
a5fae23
Compare
Choose a tag to compare

Changes :

  • Improvement : 🚑 Force charset to utf8 in dist.yml configuration 0b86b89
  • Improvement : Front-end deps upgraded (#14)
  • Bugfix : Using wrong public member in sqlalchemy model (#15)
  • Improvement : Upgrade node version to 13.x used in Dockerfile (#16)

Hermès

09 Mar 13:07
6314bdc
Compare
Choose a tag to compare

Changes :

  • Bugfix : Various errors encountered when using Gmail as IMAP/Inbox source.