Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
R#
Browse files Browse the repository at this point in the history
  • Loading branch information
zill committed Oct 29, 2023
1 parent 540df04 commit f3b948a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 40 deletions.
51 changes: 11 additions & 40 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,22 @@

All notable changes to this project will be documented in this file,ChangeLog information is generated by the [CommitMessage plugin](https://plugins.jetbrains.com/plugin/12256-commit-message-create)

## [v1.1.8.2](https://github.com/javadib/v2-xbot/compare/v1.1.8.2...master)
## [v1.1.9.0](https://gitlab.com/javadib/v2proxy/compare/v1.1.9.0...master)


### feat

* Configurable bot values ([fd8a18a](https://github.com/javadib/v2-xbot/commit/fd8a18a))
* refactor message workflow ([13c268c](https://github.com/javadib/v2-xbot/commit/13c268c))
* Replace `sendToAdmin` with Logger.log ([187867a](https://github.com/javadib/v2-xbot/commit/187867a))
* init extend account module ([bddbd0f](https://github.com/javadib/v2-xbot/commit/bddbd0f))
* improve orderDetails text ([1f67c53](https://github.com/javadib/v2-xbot/commit/1f67c53))
* Implement account details ([49b5422](https://github.com/javadib/v2-xbot/commit/49b5422))
* implement orderDetails page ([98cfbf3](https://github.com/javadib/v2-xbot/commit/98cfbf3))
* Replace /start with editedStart ([ba748cf](https://github.com/javadib/v2-xbot/commit/ba748cf))
* show order history ([c596b4f](https://github.com/javadib/v2-xbot/commit/c596b4f))
* show start menu with editable options ([eaa6917](https://github.com/javadib/v2-xbot/commit/eaa6917))
* disable admin button in select models ([072a531](https://github.com/javadib/v2-xbot/commit/072a531))
* viewById for view client app details ([0f3e00c](https://github.com/javadib/v2-xbot/commit/0f3e00c))
* manage clientApp ([be88e60](https://github.com/javadib/v2-xbot/commit/be88e60))
* refactor message workflow ([b37fa3f](https://gitlab.com/javadib/v2proxy/commit/b37fa3f))
* import v2xBot submodule ([2e843f4](https://gitlab.com/javadib/v2proxy/commit/2e843f4))
* implement update & extend account ([d0b0217](https://gitlab.com/javadib/v2proxy/commit/d0b0217))
* hiddify - getAccout info ([286a493](https://gitlab.com/javadib/v2proxy/commit/286a493))


### fix

* adminId to number & some bug fixed ([3d51967](https://github.com/javadib/v2-xbot/commit/3d51967))
* 3e27880 fix some bug ([3e27880](https://github.com/javadib/v2-xbot/commit/3e27880))
* remvoe url from payment creation ([debb4c2](https://github.com/javadib/v2-xbot/commit/debb4c2))
* create model result fixed ([721f9d8](https://github.com/javadib/v2-xbot/commit/721f9d8))
* insert uid in order model ([410ac6a](https://github.com/javadib/v2-xbot/commit/410ac6a))
* create acctount in hiddify server ([0aa39df](https://github.com/javadib/v2-xbot/commit/0aa39df))
* remove fucky option from straMssage ([8a64aed](https://github.com/javadib/v2-xbot/commit/8a64aed))
* remvoe url from payment creation ([6069080](https://github.com/javadib/v2-xbot/commit/6069080))
* check ACL command ([2272be0](https://github.com/javadib/v2-xbot/commit/2272be0))
* order history compatibality ([299823f](https://github.com/javadib/v2-xbot/commit/299823f))
* transformed {modelName} in `confirmDelete` method ([f119a17](https://github.com/javadib/v2-xbot/commit/f119a17))
* update clientApp model ([13e4940](https://github.com/javadib/v2-xbot/commit/13e4940))
* basic validation for crete methods ([713d181](https://github.com/javadib/v2-xbot/commit/713d181))
* some bug patched ([72985ef](https://github.com/javadib/v2-xbot/commit/72985ef))
* som ebug ([7ae5672](https://github.com/javadib/v2-xbot/commit/7ae5672))
* comment in create account fixed ([4054b01](https://github.com/javadib/v2-xbot/commit/4054b01))
* some bug fix ([4265ae3](https://github.com/javadib/v2-xbot/commit/4265ae3))
* buy workflow refactor ([5f05c3a](https://github.com/javadib/v2-xbot/commit/5f05c3a))
* server.name to .title ([bba60d9](https://github.com/javadib/v2-xbot/commit/bba60d9))
* plan deletebyId ([96ffde7](https://github.com/javadib/v2-xbot/commit/96ffde7))


### refactor

* Replace Logger with pub ([ef3383d](https://github.com/javadib/v2-xbot/commit/ef3383d))
* Replace Logger with pub ([0083222](https://github.com/javadib/v2-xbot/commit/0083222))
* some bugs fixed ([8ff8702](https://gitlab.com/javadib/v2proxy/commit/8ff8702))
* update doc ([0827829](https://gitlab.com/javadib/v2proxy/commit/0827829))
* fix parseInput for all db models ([da68934](https://gitlab.com/javadib/v2proxy/commit/da68934))
* adminId to number & some bug fixed ([325f358](https://gitlab.com/javadib/v2proxy/commit/325f358))
* daat outpput in create accout api ([4b4a334](https://gitlab.com/javadib/v2proxy/commit/4b4a334))

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ v2-xBot is multi panel, serverless (cloudflare worker) bot to order management &
- Manage (CRUD) `Payments` methods in bot
- [x] Apps & link (for users)
- [x] Custom Welcome text
- [x] Seed data for `clientApps`
- [ ] User Profile
- [ ] Affiliate system
#
Expand Down

0 comments on commit f3b948a

Please sign in to comment.