Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where are the release or commit tags? #52

Open
katzenbaer opened this issue Mar 7, 2022 · 1 comment
Open

Where are the release or commit tags? #52

katzenbaer opened this issue Mar 7, 2022 · 1 comment

Comments

@katzenbaer
Copy link

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
Copy link
Contributor

setempler commented Sep 5, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants