Skip to content

Commit

Permalink
Facerecognition v0.8.5
Browse files Browse the repository at this point in the history
- Initial support for php 8. See issue #456
- Add link to show photos of person on sidebar.
- Add static analysis, phpunit and lintian test using github workflow.
- Add an real OCS public API to get all persons. See PR  #512.

- Fix sidebar view when user has disable it.
- Set the Image Area slider to the maximum allowed by the model. See issue #527
- Don't try to force the setCreationTime argument to be DateTime. See PR #526
- Migrate hooks to OCP event listeners. See PR #511

- New Czech translation thanks to Pavel Borecki, and update others. Thank you so
  much everyone.
  • Loading branch information
matiasdelellis committed Nov 20, 2021
1 parent c84b4b6 commit 29f4fe2
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 94 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.8.5] - 2021-11-20
### Added
- Initial support for php 8. See issue #456
- Add link to show photos of person on sidebar.
- Add static analysis, phpunit and lintian test using github workflow.
- Add an real OCS public API to get all persons. See PR #512.

### Fixed
- Fix sidebar view when user has disable it.
- Set the Image Area slider to the maximum allowed by the model. See issue #527
- Don't try to force the setCreationTime argument to be DateTime. See PR #526
- Migrate hooks to OCP event listeners. See PR #511

### Translations
- New Czech translation thanks to Pavel Borecki, and update others. Thank you so
much everyone.

## [0.8.3] - 2021-07-08
### Added
- Initial support for NC22.
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- **🚀 Build your own thing:** FaceRecognition app is just a basic building block. Through FaceRecognition API, you can build your advanced scenarios - automatically add tags to images, connect contacts and persons, share images from specific person… We want to hear your ideas!
]]>
</description>
<version>0.8.3</version>
<version>0.8.5</version>
<licence>agpl</licence>
<author>Matias De lellis</author>
<author>Branko Kokanovic</author>
Expand Down
Loading

0 comments on commit 29f4fe2

Please sign in to comment.