added .todo archive done <name>, to create an alternative to .todo archive add <name> in case you want to create an archive of only currently completed todos
Updated CHANGELOG.md, upped version to 5.3.9
This commit is contained in:
parent
4fb4a2d0c3
commit
96ce7b192e
2 changed files with 21 additions and 2 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -2,6 +2,25 @@
|
||||||
|
|
||||||
Mostly based on [keepachangelog](https://keepachangelog.com/en/1.1.0/) except date format. a-c-f-r-o
|
Mostly based on [keepachangelog](https://keepachangelog.com/en/1.1.0/) except date format. a-c-f-r-o
|
||||||
|
|
||||||
|
## [5.3.9] - 31.01.2025
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
|
- Added `.todo archive done <name>`
|
||||||
|
- Creates an archive of only currently completed todos
|
||||||
|
- An alternative to ".todo archive add <name>" which moves all todos to an archive
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
- Increased todo and archive limits slightly
|
||||||
|
- Global ellie captcha patron ad will show 12.5% of the time now, down from 20%, and be smaller
|
||||||
|
- `.remind` now has a 1 year max timeout, up from 2 months
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- Captcha is now slightly bigger, with larger margin, to mitigate phone edge issues
|
||||||
|
- Fixed `.stock` command, unless there is some ip blocking going on
|
||||||
|
|
||||||
## [5.3.8] - 29.01.2025
|
## [5.3.8] - 29.01.2025
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
@ -195,7 +214,7 @@ Mostly based on [keepachangelog](https://keepachangelog.com/en/1.1.0/) except da
|
||||||
|
|
||||||
- Self Assigned Roles reworked! Use `.h .sar` for the list of commands
|
- Self Assigned Roles reworked! Use `.h .sar` for the list of commands
|
||||||
- `.sar autodel`
|
- `.sar autodel`
|
||||||
- Toggles the automatic deletion of the user's message and Nadeko's confirmations for .iam and .iamn commands.
|
- Toggles the automatic deletion of the user's message and Ellie's confirmations for .iam and .iamn commands.
|
||||||
- `.sar ad`
|
- `.sar ad`
|
||||||
- Adds a role to the list of self-assignable roles. You can also specify a group.
|
- Adds a role to the list of self-assignable roles. You can also specify a group.
|
||||||
- If 'Exclusive self-assignable roles' feature is enabled (.sar exclusive), users will be able to pick one role
|
- If 'Exclusive self-assignable roles' feature is enabled (.sar exclusive), users will be able to pick one role
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>true</ImplicitUsings>
|
<ImplicitUsings>true</ImplicitUsings>
|
||||||
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
||||||
<Version>5.3.8</Version>
|
<Version>5.3.9</Version>
|
||||||
|
|
||||||
<!-- Output/build -->
|
<!-- Output/build -->
|
||||||
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
|
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
|
||||||
|
|
Loading…
Add table
Reference in a new issue