Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Jan 12, 2024
1 parent 1bd3965 commit 872765f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gmic_stdlib.gmic
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
#
# Pre-defined plug-in variables:
#
# - _preview_enabled: Boolean that tells if the preview is enabled or not.
# - _preview_width: Width of the preview image.
# - _preview_height: Height of the preview image.
# - _preview_area_width: Width of the preview widget area.
Expand Down Expand Up @@ -9851,7 +9852,7 @@ update_deprecate : check "isint($1) && $1>0 && $1<999"

# update_download_html.
# Update file versions on G'MIC download page, with specified version number.
# $1 = version number (e.g. '3.3.2').
# $1 = version number (e.g. '3.3.3').
update_download_html : check "
is_digit(c)=(c>=_'0' && c<=_'9');
ver = ['${1=undefined}'];
Expand Down Expand Up @@ -41847,7 +41848,7 @@ fx_gmicky_preview :
#@gui : from the server logs: <i>IP address of the client; date and time of the request;</i>
#@gui : as well as a short string, supplied through the HTTP protocol <i>"User Agent"</i> header
#@gui : field, which describes the full plugin version as shown in the window title
#@gui : (e.g. "<i>G'MIC-Qt for GIMP 2.10 - Linux 64 bits - 3.3.2</i>").\n\n
#@gui : (e.g. "<i>G'MIC-Qt for GIMP 2.10 - Linux 64 bits - 3.3.3</i>").\n\n
#@gui : Note that this information may solely be used for purely anonymous
#@gui : statistical purposes.
#@gui : "}
Expand Down Expand Up @@ -41875,8 +41876,7 @@ fx_gmicky_preview :
#@gui : - <b>2022/04/06</b> : version <i>3.1.0</i>.\n
#@gui : - <b>2023/01/16</b> : version <i>3.2.0</i>.\n
#@gui : - <b>2023/09/04</b> : version <i>3.3.0</i>.\n
#@gui : - <span foreground="purple"><b>2023/11/10</b> : version <i>3.3.2</i> (Current stable).</span>\n
##@gui : - <b>2023/12/XX</b> : version <i>3.3.3_pre</i> (Current pre-release).\n
#@gui : - <span foreground="purple"><b>2024/01/12</b> : version <i>3.3.3</i> (Current stable).</span>\n
#@gui : "}
#@gui : sep = separator()
#@gui : url = link{"View changelog for upcoming major version (3.4)","https://discuss.pixls.us/t/on-the-road-to-3-4"}
Expand Down

0 comments on commit 872765f

Please sign in to comment.