commit f5c42477cad4814de4406dfa37986d33cbcf1ca8
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Jan 27 16:19:41 2021 -0500

    add the cut/copy/paste accelerator keys

 data/ui/mainwindow.ui | 3 +++
 1 file changed, 3 insertions(+)

commit 4835fc9ef4e3d0c76d6136d33df2a87b4429fb3c
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Jan 27 14:29:02 2021 -0500

    NEWS update

 NEWS | 1 +
 1 file changed, 1 insertion(+)

commit a2098a5477a652ca1671fa4ee010b885568b7df1
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Wed Jan 27 15:02:37 2021 +0000

    Update Brazilian Portuguese translation

 po/pt_BR.po | 638 +++++++++++++++++++++++++-----------------------------------
 1 file changed, 270 insertions(+), 368 deletions(-)

commit 6ea62963d3ce04bf45a41510848372803e4d1f92
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Tue Jan 26 14:54:02 2021 -0500

    version bump, NEWS update, correct bug database URL

 NEWS         | 7 +++++++
 configure.ac | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit af6a872437a610b4ab5cff6c06b3d450324204b8
Author: Yuri Chornoivan <yurchor@ukr.net>
Date:   Tue Jan 26 18:24:19 2021 +0000

    Update Ukrainian translation

 po/uk.po | 55 ++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 34 insertions(+), 21 deletions(-)

commit f650e02b35f1e53b41308edcc36550edcd0af877
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Tue Jan 26 09:48:13 2021 -0500

    use different connectButton icons for connected/disconnected states

 data/ui/mainwindow.ui | 2 +-
 src/MainWindow.vala   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 87b68b1370ac3a9b6c55311aa870e0ea6a92ece1
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Tue Jan 26 09:30:57 2021 -0500

    add option to connect automatically on startup or profile load

 data/ui/settings_dialog.ui | 57 +++++++++++++++++++++++++++++-----------------
 src/MainWindow.vala        |  5 ++++
 src/Settings.vala          | 12 +++++++---
 src/SettingsDialog.vala    | 14 +++++++++++-
 4 files changed, 63 insertions(+), 25 deletions(-)