Skip to content

Commit

Permalink
prepare for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
desistefanova committed Aug 1, 2024
1 parent b740451 commit 2707662
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<img src="https://takecontrolsoft.eu/assets/img/takecontrolsoft-logo-green.png" alt="Sync Device by Take Control - software & infrastructure" width="25%">

## 1.0.0 Release notes (2024-07-27)
## 1.0.0 Release notes (2024-08-01)

### Enhancements
* Store files by date and user name.

* Store files in folders by username, deviceId and date of the files.
* Improve logging. Log to a file.

## 0.0.1-alpha Release notes (2024-01-09)

Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ http://localhost:3000/files
## To run docker image "tc" run:
`docker run --name t1 -p 3000:3000 tc:latest -e "LOG_LEVEL=3" -v /photos:./bin /logs:./bin`

## How to release
`git tag v1.0.0`
`git push --tags`

0 comments on commit 2707662

Please sign in to comment.