mirror of
https://github.com/chenasraf/nextcloud-autocurrency.git
synced 2026-05-17 17:28:06 +00:00
chore(master): release 0.2.0
This commit is contained in:
@@ -1 +1 @@
|
||||
{".":"0.1.0"}
|
||||
{".":"0.2.0"}
|
||||
|
||||
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,5 +1,26 @@
|
||||
# Changelog
|
||||
|
||||
## [0.2.0](https://github.com/chenasraf/nextcloud-autocurrency/compare/v0.1.0...v0.2.0) (2024-12-03)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add admin example ([1b3804b](https://github.com/chenasraf/nextcloud-autocurrency/commit/1b3804ba0d8f73687c4260fbb2f20aac4470b758))
|
||||
* admin page view ([68ae6eb](https://github.com/chenasraf/nextcloud-autocurrency/commit/68ae6eb09e35057e426072c9986c7965d29401ea))
|
||||
* api controller poc ([802c72f](https://github.com/chenasraf/nextcloud-autocurrency/commit/802c72f0f7dd9be5f9abc3829ff403b9abfda7f8))
|
||||
* settings page logic ([20d66b3](https://github.com/chenasraf/nextcloud-autocurrency/commit/20d66b3650f53701a9a9ec54ac9cf15961592ced))
|
||||
* update name ([ab7c03b](https://github.com/chenasraf/nextcloud-autocurrency/commit/ab7c03b42475f701a151f383f06170f999d51c75))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* app info ([aebc8a5](https://github.com/chenasraf/nextcloud-autocurrency/commit/aebc8a52cc49cb736ce5e78f23ddc0626006a4d1))
|
||||
* build cmd ([4046b7b](https://github.com/chenasraf/nextcloud-autocurrency/commit/4046b7b8df01bce39fa4f31947971166b8f4aa56))
|
||||
* cron ([5aebc7a](https://github.com/chenasraf/nextcloud-autocurrency/commit/5aebc7a2aa46fba0daf403f11baa731620e335ae))
|
||||
* tests + use IAppConfig ([b6058ef](https://github.com/chenasraf/nextcloud-autocurrency/commit/b6058eff576790620f8b8166550d903872731f1d))
|
||||
* typescript version ([c4f625a](https://github.com/chenasraf/nextcloud-autocurrency/commit/c4f625a19236df7834a68b6a7d75c8b27d5113e6))
|
||||
* updateSettings ep + types ([aae1dbc](https://github.com/chenasraf/nextcloud-autocurrency/commit/aae1dbc141ab9c6ee8d57682e283d8615e3c4c91))
|
||||
|
||||
## 0.1.0 (2024-12-03)
|
||||
|
||||
|
||||
@@ -22,4 +43,3 @@
|
||||
* tests + use IAppConfig ([b6058ef](https://github.com/chenasraf/nextcloud-autocurrency/commit/b6058eff576790620f8b8166550d903872731f1d))
|
||||
* typescript version ([c4f625a](https://github.com/chenasraf/nextcloud-autocurrency/commit/c4f625a19236df7834a68b6a7d75c8b27d5113e6))
|
||||
* updateSettings ep + types ([aae1dbc](https://github.com/chenasraf/nextcloud-autocurrency/commit/aae1dbc141ab9c6ee8d57682e283d8615e3c4c91))
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ just a small amount to help sustain this project, I would be very very thankful!
|
||||
|
||||
I welcome any issues or pull requests on GitHub. If you find a bug, or would like a new feature,
|
||||
don't hesitate to open an appropriate issue and I will do my best to reply promptly.]]></description>
|
||||
<version>0.1.0</version>
|
||||
<version>0.2.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="contact@casraf.dev" homepage="https://casraf.dev">Chen Asraf</author>
|
||||
<namespace>AutoCurrency</namespace>
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.1.0
|
||||
0.2.0
|
||||
|
||||
Reference in New Issue
Block a user