Skip to content

Commit e5669cd

Browse files
committed
Remove auto-updater, make it very obvious that 4.X is the next intended version for users to migrate to
1 parent 7e0add9 commit e5669cd

23 files changed

+636
-844
lines changed

.mvn/wrapper/MavenWrapperDownloader.java

-117
This file was deleted.

.mvn/wrapper/maven-wrapper.jar

3.73 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
# to you under the Apache License, Version 2.0 (the
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
8-
#
8+
#
99
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
10+
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
18+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

docs/index.html

+24
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,26 @@
1111
<link rel="stylesheet" href="css/pure/pure-min.css">
1212
<link rel="stylesheet" href="css/pure/grids-responsive-min.css">
1313
<link rel="stylesheet" href="css/scroll.css">
14+
<link rel="stylesheet" href="css/code.css">
1415
<link rel="stylesheet" href="css/common.css">
1516
<link rel="stylesheet" href="css/menu.css">
1617
<link rel="stylesheet" href="css/banner.css">
18+
<style>
19+
#announce {
20+
color: white;
21+
background: rgba(50, 110, 145, 0.7);
22+
border: 1px solid rgb(0, 0, 0, 0.6);
23+
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
24+
padding: 10pt;
25+
26+
max-width: fit-content;
27+
margin-left: auto;
28+
margin-right: auto;
29+
}
30+
#announce-title {
31+
font-weight: bold;
32+
}
33+
</style>
1734
</head>
1835
<body>
1936
<header class="pure-menu pure-menu-horizontal">
@@ -62,6 +79,13 @@ <h1>Recaf</h1>
6279
</div>
6380
<article>
6481
<div id="content">
82+
<div id="announce">
83+
<h3 id="announce-title">Recaf 4.0.0</h3>
84+
<p>Recaf has been rewritten from the ground up and is almost ready for an official release.<br>
85+
The new release is designed to facilitate extensive plugin and scripting support, new features and improvements to existing ones.</p>
86+
<p>Pre-releases will be available on the project's <span class="code"><a href="https://github.com/Col-E/Recaf/releases">releases</a></span> page</p>
87+
<p>You can track the progress on the 4.X development branch: <span class="code"><a href="https://github.com/Col-E/Recaf/tree/dev4">dev4</a></span> </p>
88+
</div>
6589
<h3>What is Recaf?</h3>
6690
<p>Recaf is an open-source Java bytecode editor that simplifies the process of editing compiled Java applications. To make things easier Recaf abstracts away much of the internal class file format. Difficult tasks such as updating stack-frames are done automatically. Along with additional features to assist in the process of editing classes, Recaf is the most feature-rich free bytecode editor available.</p>
6791

0 commit comments

Comments
 (0)