mirror of
https://github.com/chenasraf/nextcloud-pantry.git
synced 2026-05-18 01:28:57 +00:00
chore(master): release 0.1.0
This commit is contained in:
@@ -1 +1 @@
|
||||
{".":"0.0.0"}
|
||||
{".":"0.1.0"}
|
||||
|
||||
40
CHANGELOG.md
Normal file
40
CHANGELOG.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.0 (2026-04-07)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* account settings per house ([2aecd4c](https://github.com/chenasraf/nextcloud-pantry/commit/2aecd4cc6e850c715fafcf6ff69cfe1164bff8b3))
|
||||
* checklist category management ([efdc763](https://github.com/chenasraf/nextcloud-pantry/commit/efdc763ba93f3a7d20158f9d09e7b535b4fa2c8d))
|
||||
* checklist icons ([f78ec11](https://github.com/chenasraf/nextcloud-pantry/commit/f78ec11621a7116f834ace5d82161f495d174fb5))
|
||||
* checklist notifications ([f9dc3d7](https://github.com/chenasraf/nextcloud-pantry/commit/f9dc3d75dade340ccafc359dfea3c94b9d1e2e9d))
|
||||
* edit lists/items, upload item images + prefs ([4f760b5](https://github.com/chenasraf/nextcloud-pantry/commit/4f760b5b5979d837f94732eaff35b3e6434f733a))
|
||||
* edit/delete lists, label updates, workflow fix ([fdf4b00](https://github.com/chenasraf/nextcloud-pantry/commit/fdf4b006c0cf469bf31fa9e30f92da41be98f710))
|
||||
* home with lists poc ([6c4d7e6](https://github.com/chenasraf/nextcloud-pantry/commit/6c4d7e64a380374a75619fed6e78d11125095c95))
|
||||
* homes dropup, db fix, composer fix ([6ba2999](https://github.com/chenasraf/nextcloud-pantry/commit/6ba29998575c6e58ff1bcc61d742904221a39f3a))
|
||||
* list item form updates, toolbar component ([cb61c05](https://github.com/chenasraf/nextcloud-pantry/commit/cb61c05237425b140e697d1e861f47ef4ede5d8b))
|
||||
* notes wall ([8403ee0](https://github.com/chenasraf/nextcloud-pantry/commit/8403ee0aa490e2a9c1358751a70cbec319637bc3))
|
||||
* notifications ([33956a7](https://github.com/chenasraf/nextcloud-pantry/commit/33956a7ea4cdc938ab44e4de7c402c9b6fbcf370))
|
||||
* photo board ([6830094](https://github.com/chenasraf/nextcloud-pantry/commit/68300940d1da7152c22e067c6e3268ff8e51222d))
|
||||
* photo upload progress ([11cb7aa](https://github.com/chenasraf/nextcloud-pantry/commit/11cb7aa23373f21763c03b333da22b304e0fca6b))
|
||||
* recurring list item job, move house settings, fix list item checkbox ([f31e805](https://github.com/chenasraf/nextcloud-pantry/commit/f31e8056d6a45633b2e878084bda1a2c4947bc17))
|
||||
* rename files/contents ([d9c078e](https://github.com/chenasraf/nextcloud-pantry/commit/d9c078e9b85bb863ba43434a971d7de284b95cb8))
|
||||
* repeat from completion, categories table, navigation fixes ([cac1159](https://github.com/chenasraf/nextcloud-pantry/commit/cac1159588e9e2da325e96f087a9f52f389d5294))
|
||||
* updated notifications, refactored bought -> done ([de4d58a](https://github.com/chenasraf/nextcloud-pantry/commit/de4d58a0718548f7e5a865741649f0ba856186cc))
|
||||
* use nc input fields instead of bare fields ([ae21768](https://github.com/chenasraf/nextcloud-pantry/commit/ae217688d6d536fbdec4d5b7c3fa33af95fc4c2b))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add house member ([08cfe08](https://github.com/chenasraf/nextcloud-pantry/commit/08cfe08df179e25026c861588052f7cfc4d8aa22))
|
||||
* folder/container drag targets ([6cf31e2](https://github.com/chenasraf/nextcloud-pantry/commit/6cf31e2df044e3b4c44f03a49fa4a1c00f945089))
|
||||
* **l10n:** photo wall -> photo board ([46a26ee](https://github.com/chenasraf/nextcloud-pantry/commit/46a26eea9e90fadce99e44d3366cde78bbcfadf4))
|
||||
* photo/note reordering ([ba5dd33](https://github.com/chenasraf/nextcloud-pantry/commit/ba5dd33c7b8948cc182750525b17ee2ef14272ba))
|
||||
* proxy images for shared access ([674a4d3](https://github.com/chenasraf/nextcloud-pantry/commit/674a4d3d823f30a1ae3333751eb84c519fcfc8f3))
|
||||
* recurring jobs registration ([421815f](https://github.com/chenasraf/nextcloud-pantry/commit/421815f2f273a73faf961d1610cf1b4487d7cdd2))
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* prepare 0.1.0 release ([d68b354](https://github.com/chenasraf/nextcloud-pantry/commit/d68b354e06ff058924b56a073a92d3f723421ac3))
|
||||
@@ -18,7 +18,7 @@ Pantry helps households stay organized in Nextcloud.
|
||||
|
||||
All data is scoped to a house; members only see the houses they belong to.
|
||||
]]></description>
|
||||
<version>0.0.1</version>
|
||||
<version>0.1.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
|
||||
<namespace>Pantry</namespace>
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.0.0
|
||||
0.1.0
|
||||
|
||||
Reference in New Issue
Block a user