From 11a8e9f189737ef56469ce1e9cff629275ce9bbd Mon Sep 17 00:00:00 2001 From: David <2889367+daveleroy@users.noreply.github.com> Date: Tue, 8 Feb 2022 22:48:27 -0800 Subject: [PATCH] Version 0.6.3 --- docs/change_log.txt | 5 +++++ messages.json | 2 ++ 2 files changed, 7 insertions(+) diff --git a/docs/change_log.txt b/docs/change_log.txt index fed8a230..1314f017 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -1,5 +1,10 @@ For getting set up see https://github.com/daveleroy/sublime_debugger +Version 0.6.3 + +- Adjusted the calculation for determining a good value for ui_rem_width_scale +- Added setting ui_rem_width_scale_adjust_automatically for disabling automatic calculation of ui_rem_width_scale + Version 0.6.2 - Fixes a layout issue on Linux diff --git a/messages.json b/messages.json index b548054f..f63c2776 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,7 @@ { "install": "docs/change_log.txt", + "0.6.3": "docs/change_log.txt", + "0.6.2": "docs/change_log.txt", "0.6.1": "docs/change_log.txt", "0.6.0": "docs/change_log.txt", "0.5.4": "docs/change_log.txt",