Skip to content

Commit

Permalink
Preparing new version 3.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Sep 4, 2024
1 parent 423000c commit fa7aad0
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 @@ -12505,7 +12505,7 @@ upload_filters :
is_nonnative_preview_removed=0
repeat narg($versions) {
ver:=arg0($>,$versions)
if !$is_nonnative_preview_removed" && "$ver>=341 # Remove non-native preview splitter for version 3.4.1+
if !$is_nonnative_preview_removed" && "$ver>=342 # Remove non-native preview splitter for version 3.4.2+
l {
s +,{'\n'}
foreach {
Expand Down Expand Up @@ -42169,7 +42169,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.4.1</i>").\n\n
#@gui : (e.g. "<i>G'MIC-Qt for GIMP 2.10 - Linux 64 bits - 3.4.2</i>").\n\n
#@gui : Note that this information may solely be used for purely anonymous
#@gui : statistical purposes.
#@gui : "}
Expand Down Expand Up @@ -42198,8 +42198,8 @@ fx_gmicky_preview :
#@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 : - <b>2024/06/14</b> : version <i>3.4.0</i>.\n
#@gui : - <span foreground="purple"><b>2024/08/28</b> : version <i>3.4.1</i> (Current stable).</span>\n
##@gui : - <b>2024/XX/XX</b> : version <i>3.4.2</i> (Current pre-release).</span>\n
#@gui : - <span foreground="purple"><b>2024/09/04</b> : version <i>3.4.2</i> (Current stable).</span>\n
##@gui : - <b>2024/XX/XX</b> : version <i>3.4.3</i> (Current pre-release).</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 fa7aad0

Please sign in to comment.