fmaclen / hollama

A minimal web-UI for talking to Ollama servers
https://hollama.fernando.is
MIT License
455 stars 37 forks source link

Display current release version in the UI #111

Closed fmaclen closed 3 months ago

fmaclen commented 3 months ago

In the publish Github action we could probably set an environment variable APP_VERSION after semantic-release runs.

We could display the version in the Settings page (or maybe in a MOTD if #50 is implemented).

fmaclen commented 3 months ago

This feature is only partially implemented, there was an attempt to fix it in 0.7.0 .. 0.7.3 but I couldn't get the package.json to be updated with the correct version when running the publish.yml GH action.

We would also need to make sure the Cloudflare worker release also has the correct version. Might need to move that pipeline to the GH action.

fmaclen commented 3 months ago

This is finally working 🎉 https://github.com/fmaclen/hollama/pull/118