nfarina / homebridge-dummy

Dummy switches for Homebridge: https://github.com/nfarina/homebridge
267 stars 81 forks source link

Where are the release or commit tags? #52

Open katzenbaer opened 2 years ago

katzenbaer commented 2 years ago

I'm trying to see what's new in 0.6.0 but this repo doesn't have any releases or commit tags. How do I check this?

setempler commented 2 years ago

Long story short, tags are missing, so here is a summary/attempt of a CHANGELOG:

0.7.0 (5709690): add random feature for timed switches 0.6.0 (5b9bcb4): add accessory information 0.5.0 (f8f2258): add resettable timed switches 0.4.1 (52d9539): add config scheme 0.4.0 (4400286): add timed switches 0.3.0 (46fcde1): add persistent stateful switches


There are no tags, best option is to check the history of package.json:

image

From there go to your console and use git diff <hash1> <hash2> to compare.

Such as git diff 5b9bcb4 5709690 to show news in 0.7.0.