Skip to content

Commit

Permalink
Merge pull request #475 from raimund-schluessler/0.1.0
Browse files Browse the repository at this point in the history
docs: bump version to 0.1.0 and add changelog
  • Loading branch information
raimund-schluessler authored Feb 4, 2024
2 parents 99a7ab8 + 2b08506 commit 5ece40c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 0.1.0 - 2024-02-04

Initial release of the inventory app

### Features

- List all items and their properties in your inventory
- Sort items into folders or places
- Link parent, related and sub items
- Upload attachments such as invoices and manuals
- Upload images for items
- Find item instances by their storage place
- Assign unique UUIDs and find item instances by scanning their GTIN or QR code
- Assign tags to items and search by tag
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Inventory</name>
<summary>The inventory app for Nextcloud</summary>
<description>Inventory App</description>
<version>0.0.6</version>
<version>0.1.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Raimund Schlüßler</author>
<namespace>Inventory</namespace>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inventory",
"description": "Nextcloud - Inventory",
"version": "0.0.6",
"version": "0.1.0",
"author": {
"name": "Raimund Schlüßler",
"email": "[email protected]"
Expand Down

0 comments on commit 5ece40c

Please sign in to comment.