Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
3.2.3
  • Loading branch information
alin23 committed May 7, 2020
1 parent 6e58bd5 commit 17666a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# 3.2.3
## Improvements

- Show built-in brightness in menu
- Update hotkey libraries
- Use Swift Package Manager for most of the frameworks
- Use LaunchAtLogin framework to fix start at login
# 3.2.2
## Fixes

Expand Down
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -84,7 +84,8 @@ release: changelog
echo "" >> /tmp/release_file_$(VERSION).md
cat ReleaseNotes/$(VERSION).md >> /tmp/release_file_$(VERSION).md
hub release create v$(VERSION) -a "Releases/Lunar-$(VERSION).dmg#Lunar.dmg" -F /tmp/release_file_$(VERSION).md
rsync -avz -e ssh Releases/Lunar-$(VERSION).dmg Releases/appcast.xml Lunar.dmg noiseblend:/static/Lunar
rsync -avz --remove-source-files -e ssh Releases/Lunar-$(VERSION).dmg Lunar.dmg noiseblend:/static/Lunar
rsync -avz -e ssh Releases/appcast.xml noiseblend:/static/Lunar
sentry-release:
./release.sh

Expand Down

0 comments on commit 17666a6

Please sign in to comment.