Skip to content

Commit

Permalink
1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
autonordev committed Jul 9, 2023
1 parent a25f4af commit ae5f6cb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.12.0

- Add `convertTimestamp` default command, outputs a human-readable timestamp from epoch seconds
- Add `positiveInteger`, `nonNegativeInteger`, `byte` (0-255), `digit` (0-9) built-in types (including respective plural types)
- Add `json` built-in type, takes in a Json string and provides a Luau table
- Add internal IsServer assertions for `RegisterDefaultCommands` and `commandServerScript`
- Add 'tips' to the help command output
- Make window scroll to bottom on input
- Make fuzzy finders search the entire string, rather than looking at the start
- Make autocomplete menu scrollable
- Fix window not resizing on clear
- Remove global initialization scripts feature

# v1.11.0

- Add support for new Roblox CoreGui Chat
Expand Down
2 changes: 1 addition & 1 deletion Cmdr/BuiltInCommands/Debug/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local version = "v1.11.0"
local version = "v1.12.0"

return {
Name = "version",
Expand Down
2 changes: 1 addition & 1 deletion rotriever.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
name = "evaera/Cmdr"
author = "evaera"
content_root = "Cmdr"
version = "1.11.0"
version = "1.12.0"
license = "MIT"
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "evaera/cmdr"
description = "Extensible command console for Roblox developers"
version = "1.11.0"
version = "1.12.0"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit ae5f6cb

Please sign in to comment.