Skip to content

Releases: xorgram/xor

0.3.5

Choose a tag to compare

@github-actions github-actions released this 11 Apr 16:20
0.3.5
d1b4d04

Full Changelog: 0.3.4...0.3.5

0.3.4

Choose a tag to compare

@github-actions github-actions released this 20 Jan 12:10
e3139c7

What's Changed

  • feat: implement util.whois by @ArnabXD in #3
  • refactor: fix eslint issues by @roj1512 in #5
  • feat: add eslint as hook by @roj1512 in #6
  • feat: code formatter hook by @ArnabXD in #8
  • fix: correct main in package.json by @roj1512 in #9
  • fix: handle possible errors by @roj1512 in #11
  • refactor: use getChat the correct way [1] by @roj1512 in #12
  • fix: husky pre-commit hooks by @ArnabXD in #13
  • style: format the shell result for better look by @roj1512 in #14
  • feat: disable default parse mode by @roj1512 in #16
  • feat: load built-in modules dynamically by @roj1512 in #19
  • fix: add raw opts to CommandHandler by @roj1512 in #17
  • refactor: ignore the test module by @roj1512 in #20
  • feat: make installModules install from a directory by @roj1512 in #22
  • fix: package version by @roj1512 in #23
  • feat: implement and use ModuleManager by @roj1512 in #25
  • feat: external modules by @roj1512 in #27
  • fix: correct the version constant by @roj1512 in #28
  • refactor: fix eslint error no-empty by @ArnabXD in #30
  • fix: add missed await in super.check call by @roj1512 in #31
  • fix: correct Roj's email in authors by @roj1512 in #32
  • feat: add @ArnabXD to authors by @roj1512 in #33
  • chore: git ignore external modules by @ArnabXD in #35
  • chore: enhance linter, formatter, lint-staged by @ArnabXD in #34
  • style: use prettier config and require curly by @roj1512 in #38
  • feat: add linting and building workflows by @ArnabXD in #36
  • fix: make the format script work on all platforms by @roj1512 in #37
  • feat: tell the user about errors by @roj1512 in #39
  • feat: util.eval by @roj1512 in #40
  • style: make eslint give warning for unused args by @roj1512 in #41
  • ci: run the workflows once for PUSHs by @roj1512 in #42
  • feat: add help to Module by @roj1512 in #43
  • feat: rename the package and make it public by @roj1512 in #45
  • feat: allow async eval and pass reply and message by @roj1512 in #46
  • fix: error when sending empty eval result by @roj1512 in #47

Full Changelog: https://github.com/xorgram/xor/commits/0.3.4

0.3.3

Choose a tag to compare

@github-actions github-actions released this 26 Nov 14:31
d87726a

Full Changelog: 0.3.2...0.3.3

0.3.2

Choose a tag to compare

@rojvv rojvv released this 23 Aug 19:36
390a5ea

What's Changed

  • fix(MessageHandler): take advantage of allowEdit properly by @roj1512 in #245
  • feat(util): allow edit for eval by @dcdunkan in #246

Full Changelog: 0.3.1...0.3.2

0.3.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 19:09
6198106

What's Changed

  • fix(security): don't auto delete messages if deactivated by @roj1512 in #242
  • chore(security): warn if not active by @roj1512 in #243
  • feat(security): ignore messages starting with "signore" by @roj1512 in #244

Full Changelog: 0.3.0...0.3.1

0.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 18:17
86e9ac8

What's Changed

  • feat: implement security module by @roj1512 in #240
  • fix: set fallback outgoing value to true by @roj1512 in #241

Full Changelog: 0.2.0...0.3.0

0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 18:23
4a848af

What's Changed

  • feat: module installation via URL by @roj1512 in #237
  • fix: uninstalling modules installed via URL by @ArnabXD in #238
  • feat: persist localStorage by @roj1512 in #239

Full Changelog: 0.1.6...0.2.0

0.1.6

Choose a tag to compare

@github-actions github-actions released this 08 Aug 11:54
8fdd796

What's Changed

  • chore: finalize #230 by @roj1512 in #235
  • chore: map std by @roj1512 in #236

Full Changelog: 0.1.5...0.1.6

0.1.5

Choose a tag to compare

@github-actions github-actions released this 29 Jul 20:21
0584a43

What's Changed

  • chore: migrate help messages to grm_parse by @roj1512 in #232
  • feat: allow using different prefixes to trigger commands by @ArnabXD in #233
  • chore: setup logging by @roj1512 in #234

Full Changelog: 0.1.4...0.1.5

0.1.4

Choose a tag to compare

@github-actions github-actions released this 27 Jul 19:54
8c5a3a3

What's Changed

  • chore: update help messages by @roj1512 in #229
  • chore(module_manager): don't check remaining handlers if a specific symbol was returned by @roj1512 in #230
  • chore(modules/admin): repair markdown by @roj1512 in #231

Full Changelog: 0.1.3...0.1.4