Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Changelog

### 1.0.1

- ignore public shares
- ignore direct shares to user
- catch exception on unrelated entities
- cleaning code
- more tests
- strict comparison of related resources

### 1.0.0

- clear cache on share creation/deletion
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ app_name=Related_Resources
build_dir=$(CURDIR)/build/artifacts
sign_dir=$(build_dir)/sign
package_name=$(shell echo $(app_name) | tr '[:upper:]' '[:lower:]')
version=1.0.1
version=1.0.0

all: release

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>
Displays resources related to current item in right panel.
</description>
<version>1.0.1</version>
<version>1.0.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>RelatedResources</namespace>
Expand Down