Skip to content

Releases: jdobes/lunch

v1.0.1

09 Jul 16:12
Compare
Choose a tag to compare

v1.0.1 (2024-07-09)

Fix

  • fix(qwerty, sesamo): Facebook changed generated HTML (6f8abb9)

v1.0.0

09 Jul 15:48
Compare
Choose a tag to compare

v1.0.0 (2024-07-09)

Feature

  • feat: Enable python-semantic-release (6d1cf89)

  • feat: add Rubin (24295b3)

Fix

  • fix(restaurants): Rubin from their site (de46d69)

Unknown

  • hostname has to resolvable, and some real value is only needed in local env (1317faa)

  • add Moravia

closes #52 (d8ee915)

  • add more empty states (4481768)

  • parse jeanpauls from pdf (7ade9c1)

  • filter out empty responses from menicka (c29a48b)

  • sesamo stopped publishing to website, use facebook to get latest menu

unfortunately the format is different every week (689cd75)

  • don't clear the menu when it's removed from the page on the same day

remove it the next day (1f2208a)

  • add http proxy support (98f7165)

  • switch to firefox for playwright

chromium doesn't seem to run in k3s on arm64, this is easiest workaround

can't use distro firefox because playwright works only with custom firefox build (da0c35e)

  • add qwerty (4166d65)

  • simplify multi-arch build - build react app assets once

build final image without node bloat (881c5bc)

https://bugzilla.redhat.com/show_bug.cgi?id=1786449 (d6f5a7a)

  • reduce size using ubi-minimal (d58df79)

  • fix readme (c34a560)

  • split services (need to resolve nginx logging yet) (ac2d926)

  • update deps (4f38fc6)

  • switch to centos 8 and reduce image size (c2996bb)

  • fix velorex (b3956e1)

  • fix parsers (808c174)

  • add timestamp (5dc66b5)

  • continue parsing other modules in case of exception (32e1aa2)

  • Bump eslint-utils from 1.4.0 to 1.4.3 in /web

Bumps eslint-utils from 1.4.0 to 1.4.3.

Signed-off-by: dependabot[bot] <support@github.com> (8f150eb)

  • fix liquid bread (6741846)

  • fix purkynka (27401e2)

  • use a more precise name (788c5b6)

  • add taste of india (508df65)

  • add liquid bread (940e2df)

  • add comment (2fd2c0a)

  • add purkynka (febf9ec)

  • add nepal (6496706)

  • skip earlier days while syncing and remove empty lines (e26abb8)

  • parse zomato restaurants (f442bb6)

  • replace newlines with <br/> (2e3f672)

  • set utf-8 encoding, it's not set by default (8e8d46f)

  • define API url if running UI using npm start (4f81fd8)

  • fetch both APIs at once, combine re...

Read more