-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #475 from raimund-schluessler/0.1.0
docs: bump version to 0.1.0 and add changelog
- Loading branch information
Showing
4 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" | ||
|