From a78ab384ad9b226a9c67b5c82552cbfe860ef38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B0=D0=BB=D0=B8=D0=BD=D0=B8=D0=BD=20=D0=A1=D0=B5?= =?UTF-8?q?=D1=80=D0=B3=D0=B5=D0=B9=20=D0=92=D0=B0=D0=BB=D0=B5=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=D0=B8=D1=87?= Date: Tue, 21 Oct 2025 15:47:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D0=B0=D1=8F=20=D1=81=D0=B1?= =?UTF-8?q?=D0=BE=D1=80=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 9 +++++++++ projman.tcl | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e969b62..c0af542 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +projman (2.0.0-alpha17) stable; urgency=medium + + * Added the "Open Recent" menu. + * The "recentlyEditedFolders" option in the configuration file contains a list of recently opened directories. + * The procedures for working with this list have also been added. + * Новая сборка + + -- svk Sat, 18 Oct 2025 16:29:50 +0300 + projman (2.0.0-alpha17) stable; urgency=medium * Косметические изменения. diff --git a/projman.tcl b/projman.tcl index be83875..d41429c 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha17 -# Build: 18102025162821 +# Build: 21102025154120 ###################################################### # определим текущую версию, релиз и т.д.