Skip to content

Commit

Permalink
fix zip path
Browse files Browse the repository at this point in the history
  • Loading branch information
omersiar committed Jan 2, 2019
1 parent 585fe21 commit d979f92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script:
- pio run -e generic -e relayboard -e debug
before_deploy:
- cd ..
- zip -r ${TRAVIS_BUILD_DIR}-${TRAVIS_TAG}.zip ${TRAVIS_BUILD_DIR}/bin
- zip -r -j ${TRAVIS_BUILD_DIR}-${TRAVIS_TAG}.zip ${TRAVIS_BUILD_DIR}/bin
deploy:
provider: releases
api_key:
Expand Down
28 changes: 8 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.9.1] Unreleased
- [firmware] fix the loadconfiguration loop

## [0.9.0] 2018-11-13
## [1.0.0] Unreleased

### BREAKING CHANGES (These changes will break your data on device, please make sure made a backup, also you can not use your old settings on this release but only can restore user data)

#### Added
- [firmware] fix the loadconfiguration loop @Pako2
- [firmware] #189 Flash layout changed to 2MB Firmware / 2MB SPIFFS Data @Pako2
- [firmware] Support for RDM6300 RFID readers (125kHz, UART) #163 @arduino12 / concurrently by @Pako2
- [firmware] debug firmware for debugging purposes
Expand All @@ -16,6 +15,8 @@ All notable changes to this project will be documented in this file.
- [webui] IP address choice option in AP mode @Pako2
- [webui] favicon.ico @Pako2
- [tools] websocket emulator can now store new configuration temporarly
- [firmware] log for firmware update #152
- [webui] Expired access attempts logged as "Expired"

#### Fixed
- [firmware] not able to connect MQTT server #157 @fivosg
Expand All @@ -24,27 +25,14 @@ All notable changes to this project will be documented in this file.
- [webui] usage of !important CSS rule
- [firmware] #191 relay type inversion @Pako2
- [firmware] #190 Increase PN532::WaitReady debug level @Pako2

#### Changed
- [webui] scrollbar on desktop screens (now hidden)
- [webui] sidebar colors (i hope you like it, standart bootstrap color)

## [0.8.3] 2018-11-11
#### Fixed
- [firmware] not able to connect MQTT server #157 @fivosg

## [0.8.2] 2018-09-05
#### Added
- [firmware] log for firmware update #152
- [webui] Expired access attempts logged as "Expired"

#### Fixed
- [firmware] validuntil is being ignored #151
- [firmware] the boot loop when ssid is empty on configuration file (actually more a workaround than a fix) #154

#### Changed
- [build] Change release type to a zip file (was tar.gz before)
- [webui] scrollbar on desktop screens (now hidden)
- [webui] sidebar colors (i hope you like it, standart bootstrap color)
- [webui] sanity check for firmware update file #152
- [firmware] MQTT reconnect code (dirty hack) #149

## [0.8.1] 2018-09-01
#### Added
Expand Down

0 comments on commit d979f92

Please sign in to comment.