Skip to content

Commit

Permalink
Prepare for release v11
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellass committed Jan 3, 2025
1 parent 87c1442 commit d149488
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v11
2025-01-03

* Support more naming schemes, such as ${prefix}[-]${version}-${suffix} (#10)
* Do not hardcode min and max versions
* Minor code cleanup based on shellcheck suggestions

## v10
2023-09-24

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017, 2018, 2019, 2020 Michael Lass
Copyright (c) 2017, 2018, 2019, 2020, 2023, 2024 Michael Lass

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions archlinux-java-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#
# (c) 2017, 2018, 2019, 2020, 2023 Michael Lass
# (c) 2017, 2018, 2019, 2020, 2023, 2024 Michael Lass
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand All @@ -25,7 +25,7 @@
# This script uses `exec` on purpose to launch a suitable JRE before the end of
# the script.
# shellcheck disable=SC2093
VERSION=10
VERSION=11
JAVADIR=###JAVADIR###

JAVAFX_MODULES=javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web
Expand Down

0 comments on commit d149488

Please sign in to comment.