Skip to content

Commit

Permalink
v3.11.0
Browse files Browse the repository at this point in the history
This release further lowers memory required for compilation, mostly by
moving some static code out of templates into non-templated free
functions.

For the sake of consistency, plural plugin names have been
string-replaced into their singular form. The `Oneliners` plugin is now
the `Oneliner` plugin, `Notes`/`Note`, `Quotes`/`Quote`,
`Webtitles`/`Webtitle` and `ChanQueries`/`ChanQuery`. This should be
completely behind-the-scenes and configuration files should not be
broken by this change.

* Stopwatches now persist across connections (and across executions of
  the program)
* Miscellaneous cosmetic cleanup across the whole project
  • Loading branch information
zorael committed Jul 18, 2023
1 parent cff3bbf commit d0e777d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# kameloso [![Linux/macOS/Windows](https://img.shields.io/github/actions/workflow/status/zorael/kameloso/d.yml?branch=master)](https://github.com/zorael/kameloso/actions?query=workflow%3AD) [![Linux](https://img.shields.io/circleci/project/github/zorael/kameloso/master.svg?logo=circleci&style=flat&maxAge=3600)](https://circleci.com/gh/zorael/kameloso) [![Windows](https://img.shields.io/appveyor/ci/zorael/kameloso/master.svg?logo=appveyor&style=flat&maxAge=3600)](https://ci.appveyor.com/project/zorael/kameloso) [![Commits since last release](https://img.shields.io/github/commits-since/zorael/kameloso/v3.10.0.svg?logo=github&style=flat&maxAge=3600)](https://github.com/zorael/kameloso/compare/v3.10.0...master)
# kameloso [![Linux/macOS/Windows](https://img.shields.io/github/actions/workflow/status/zorael/kameloso/d.yml?branch=master)](https://github.com/zorael/kameloso/actions?query=workflow%3AD) [![Linux](https://img.shields.io/circleci/project/github/zorael/kameloso/master.svg?logo=circleci&style=flat&maxAge=3600)](https://circleci.com/gh/zorael/kameloso) [![Windows](https://img.shields.io/appveyor/ci/zorael/kameloso/master.svg?logo=appveyor&style=flat&maxAge=3600)](https://ci.appveyor.com/project/zorael/kameloso) [![Commits since last release](https://img.shields.io/github/commits-since/zorael/kameloso/v3.11.0.svg?logo=github&style=flat&maxAge=3600)](https://github.com/zorael/kameloso/compare/v3.11.0...master)

**kameloso** is an IRC bot with [Twitch support](#twitch). It is text-based and runs in your terminal or console.

Expand Down
2 changes: 1 addition & 1 deletion source/kameloso/semver.d
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum KamelosoSemVer
/++
SemVer minor version of the program.
+/
minorVersion = 10,
minorVersion = 11,

/++
SemVer patch version of the program.
Expand Down

0 comments on commit d0e777d

Please sign in to comment.