mirror of
https://github.com/rxi/lovebird.git
synced 2024-11-15 22:54:21 +00:00
Version 0.2.0
Since version 0.1.0: * Adds support for tables with mixed keys * Adds support for numerical table keys * Adds support for up/down keys to recall input history * Adds counter next to repeated printed lines * Pre-compiles page templates * Fixes printed new lines * Improves error message clarity * Lots of internal changes and fixes
This commit is contained in:
parent
57ca73475c
commit
4ae1dcd5a5
@ -9,7 +9,7 @@
|
||||
|
||||
local socket = require "socket"
|
||||
|
||||
local lovebird = { _version = "0.1.0" }
|
||||
local lovebird = { _version = "0.2.0" }
|
||||
|
||||
lovebird.loadstring = loadstring or load
|
||||
lovebird.inited = false
|
||||
|
Loading…
Reference in New Issue
Block a user