From efbdf7b7967883c5430276a19e2cf235dfbbca39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 04:16:16 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a319edd..29cfb14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [1.1.0](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/compare/v1.0.0...v1.1.0) (2024-11-30) + + +### Features + +* /newtask command ([e05ecbe](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/e05ecbebf72d521b2c9acba03d0cb5956ccb91c5)) +* ask command ([49df118](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/49df118171672a4a96d9a97f52b0a03f495822f0)) +* callback proxy ([0673806](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/067380691740ae30f26834cb6caec496e088ea5d)) +* command input in action ([8babb80](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/8babb803d67f64606812aaf77e533d70bfcc949a)) +* create room on assignment, skip if exists ([390e3ed](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/390e3ed5c4ea26e3bae5371991c7c19f04187321)) +* disqualification trigger ([8e5ace4](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/8e5ace47770c6c363801e6dddb3345da05ce5d61)) +* embeddings adapter ([1760ede](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/1760edefb7fe176732ae8e5db9e6e4631d390b3a)) +* GitHub storage adapter ([db459b6](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/db459b6cdd38dd64aaadd8441bac5ff6c7301050)) +* GPT generated task spec ([6096062](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/60960625ea71f880cc811ccd108ee0d25dec0746)) +* payment notifications ([14b0843](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/14b0843a48a0f9ad5d91e50e2ef3ad71210417ce)) +* reminder trigger ([c72012f](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/c72012fc07c98d9d2ace6f474d9c5c1bfa8bf5c5)) +* repo secret saving, guided env setup ([00d9d42](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/00d9d422fd69aaf3dd605c351643480c589afa9a)) +* review trigger ([bf3a904](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/bf3a9048f503fea64c315edf90811f67c94da041)) +* sesson & storage manager ([50976ed](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/50976ed8373762a2765aebc205e8fd6132939de0)) +* storage app ([c471790](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/c4717907eb5a1cc584eded77015e815a24cca066)) +* subscribe command ([3afcea7](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/3afcea74d779885ec12e81162210f090c99803cd)) +* targetBranch config item ([0947e07](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/0947e076e2365b4f3d31ddade203843d967e0863)) +* telegram register command ([c46e204](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/c46e204893e5c1677e8632841cc1cf9989bcf61e)) + + +### Bug Fixes + +* add Telegram Room action and update workflows ([fcc10b1](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/fcc10b10e00329f8907ae224a5b4e9352b5b6a0e)) +* configure Jest to support ES modules in TypeScript ([47403a0](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/47403a02b98198a601615c44684b6b36102b2ee5)) +* manifest namme ([fef2dad](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/fef2dad2e29c566c6b246d46f8f307eca95e58d2)) +* proxy usage, event support for labeled/close/reopen with storage ([bf8dee4](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/bf8dee418132a1f58ff6a9ab59734d2f2436de93)) +* update logger and add support for multiple Octokit types ([71d2836](https://github.com/ubiquity-os-marketplace/ubiquity-os-kernel-telegram/commit/71d283650ddda609868578902906196cf41b1df5)) + ## 1.0.0 (2024-11-01) ### Features