/[sudobot]/trunk/CHANGELOG.md
ViewVC logotype

Diff of /trunk/CHANGELOG.md

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 592 by rakinar2, Sat Aug 3 13:31:35 2024 UTC revision 606 by rakinar2, Tue Aug 20 09:30:48 2024 UTC
# Line 1  Line 1 
1  ## [9.20.2](https://github.com/onesoft-sudo/sudobot/compare/v9.20.1...v9.20.2) (2024-07-31)  ## [9.23.2](https://github.com/onesoft-sudo/sudobot/compare/v9.23.1...v9.23.2) (2024-08-18)
2    
3    
4  ### Bug Fixes  ### Bug Fixes
5    
6  * **welcomer:** `:guild:` placeholder is not replaced ([3b66ee4](https://github.com/onesoft-sudo/sudobot/commit/3b66ee410d91fe77fa74cbaa9a421bbd0823c075))  * **cluster:** feature flag proxy URL ([551075b](https://github.com/onesoft-sudo/sudobot/commit/551075b703471bad90e6367be248c37ad2050bcd))
7    * **commands:help:** broken links ([e30409d](https://github.com/onesoft-sudo/sudobot/commit/e30409de3d0c38531927c4e7f8064008d34c45db))
8    
9    
10    
11  ## [9.20.1](https://github.com/onesoft-sudo/sudobot/compare/v9.20.0...v9.20.1) (2024-07-28)  ## [9.23.1](https://github.com/onesoft-sudo/sudobot/compare/v9.23.0...v9.23.1) (2024-08-18)
12    
13    
14  ### Bug Fixes  ### Bug Fixes
15    
16  * **blazebuild:wrapper:** redundant warning about global version mismatch ([e55559c](https://github.com/onesoft-sudo/sudobot/commit/e55559c4e0f19f35605f38c2456e8bd8cd50f0f6))  * **commands:about:** broken links ([4535188](https://github.com/onesoft-sudo/sudobot/commit/4535188e26ee628c0848063b362fd952f00b75af))
17    
18    
19    
20  # [9.20.0](https://github.com/onesoft-sudo/sudobot/compare/v9.19.1...v9.20.0) (2024-07-27)  # [9.23.0](https://github.com/onesoft-sudo/sudobot/compare/v9.22.0...v9.23.0) (2024-08-07)
   
   
 ### Bug Fixes  
   
 * **commands:help:** incompletely showing command options ([6b9f655](https://github.com/onesoft-sudo/sudobot/commit/6b9f65512374ac150e0e83d4b1409602827f525b))  
21    
22    
23  ### Features  ### Features
24    
25  * **commands:shot:** `--nickname/-n` option ([8a29414](https://github.com/onesoft-sudo/sudobot/commit/8a2941470881b5ca68c4235d3ea943af5f4d9091))  * **commands:fun:** add HTTP cat/dog command ([1a67fb2](https://github.com/onesoft-sudo/sudobot/commit/1a67fb23e1d2b2673426db57d857041b2bb62d06))
26    
27    
28    
29  ## [9.19.1](https://github.com/onesoft-sudo/sudobot/compare/v9.19.0...v9.19.1) (2024-07-27)  # [9.22.0](https://github.com/onesoft-sudo/sudobot/compare/v9.21.0...v9.22.0) (2024-08-03)
30    
31    
32  ### Bug Fixes  ### Bug Fixes
33    
34  * help command group list sort ([96950db](https://github.com/onesoft-sudo/sudobot/commit/96950db2f62fd43c2d355113a1ce364b519d6425))  * **commands:afk:** issues with reason verification ([1b9ad56](https://github.com/onesoft-sudo/sudobot/commit/1b9ad567819e98a0a1ae4e601a1a9bfef3c10f83))
35    * **services:moderation_rules:** crashes during member permission checks ([8319428](https://github.com/onesoft-sudo/sudobot/commit/8319428e15567f084f6609919ea040fad725e14a))
36    
37    
38    ### Features
39    
40  # [9.19.0](https://github.com/onesoft-sudo/sudobot/compare/v9.18.2...v9.19.0) (2024-07-26)  * **logger:** add new logging mode `BUG` ([89f4a76](https://github.com/onesoft-sudo/sudobot/commit/89f4a7673519821029eef414096ba6351a846835))
41    
42    
 ### Bug Fixes  
43    
44  * afk command malfunctioning ([ff48821](https://github.com/onesoft-sudo/sudobot/commit/ff4882179e3f932905f2edd6175bcff5d486c829))  # [9.21.0](https://github.com/onesoft-sudo/sudobot/compare/v9.20.2...v9.21.0) (2024-07-31)
 * **blazebuild:** allow higher versions of node to be installed ([eafceef](https://github.com/onesoft-sudo/sudobot/commit/eafceef591921facf4cbe65b4ec607e7b65e28ec))  
 * **blazebuild:** install missing type definitions ([6814821](https://github.com/onesoft-sudo/sudobot/commit/6814821c2f6d1df3fa91e1f315b783c54b322110))  
 * correct all imports to ArgumentParser ([7d03379](https://github.com/onesoft-sudo/sudobot/commit/7d03379989219f5da53b4b8025c5c87d5eb27444))  
 * **framework:arguments:** error handling issues ([ca1b059](https://github.com/onesoft-sudo/sudobot/commit/ca1b05921122a8a988dfa6d8ed93a8faaeb25471))  
 * remove the old argument parser ([eb51d4f](https://github.com/onesoft-sudo/sudobot/commit/eb51d4f9b412353a13253e28c2fafd57167dd39d))  
 * typescript build errors ([922a1ff](https://github.com/onesoft-sudo/sudobot/commit/922a1ffaed75909a8a4629b6761ed19e7dcc8f02))  
45    
46    
47  ### Features  ### Features
48    
49  * introduce new argument parser ([5c2b4bc](https://github.com/onesoft-sudo/sudobot/commit/5c2b4bcff66933562df8dd4350023683414ae9cb))  * **logging:** unsubcribe to events and exclusion overrides ([c34f6ac](https://github.com/onesoft-sudo/sudobot/commit/c34f6ac0f815da781f553acc8479c82ffd41f548))
 * new argument parser completed ([ab8238d](https://github.com/onesoft-sudo/sudobot/commit/ab8238d549a6f82e1e0bf7f07d9d62ed483b689e))  
 * **trolling:** prevent users from using troll commands against the bot or sysadmins ([8c5265a](https://github.com/onesoft-sudo/sudobot/commit/8c5265aff952cb8b7bf9451afa342591f960ee0b))  
 * usable argument parsing ([41bb6c5](https://github.com/onesoft-sudo/sudobot/commit/41bb6c52aa85f8d51d7769d1ecea965dea1b1efd))  
50    
51    
52    

Legend:
Removed from v.592  
changed lines
  Added in v.606

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26