boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Hub should show notification when new version is available #35

Open boakley opened 10 years ago

boakley commented 10 years ago

It would be nice if there was some sort of notification when the hub detects a new version has been loaded to pypi.

aaltat commented 9 years ago

As a side comment, release notes would be nice too.

JonathonCwik commented 9 years ago

I started experimenting with this and it seems easy enough (until you get to the ui stuff). We can get the latest version from: https://pypi.python.org/pypi/robotframework-hub/json and the current version is stored in version.py so it's a simple comparison.

What are you thinking of for the UI? Going to get it to work in the cmd prompt at launch first but it's possible to put it in the Web UI or the OS UI. Ideas?