Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.1.4

## What's new

## Fixes

* Increase log length limit to 4096 to reduce log clipping

## Changes

* Update tui-app to 0.1.4
* Update tui-server to 0.1.2

# 0.1.3

## What's new
Expand Down
2 changes: 1 addition & 1 deletion external/package/tui-app/tui-app.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

TUI_APP_VERSION = 0.1.3
TUI_APP_VERSION = 0.1.4
TUI_APP_SITE = https://github.com/tiny-webui/webapp.git
TUI_APP_SITE_METHOD = git
TUI_APP_GIT_SUBMODULES = YES
Expand Down
2 changes: 1 addition & 1 deletion external/package/tui-server/tui-server.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
################################################################################


TUI_SERVER_VERSION = 0.1.1
TUI_SERVER_VERSION = 0.1.2
TUI_SERVER_SITE = https://github.com/tiny-webui/server.git
TUI_SERVER_SITE_METHOD = git
TUI_SERVER_INSTALL_STAGING = NO
Expand Down