Skip to content

Commit

Permalink
Remove auto-updater, make it very obvious that 4.X is the next intend…
Browse files Browse the repository at this point in the history
…ed version for users to migrate to
  • Loading branch information
Col-E committed Apr 27, 2024
1 parent 7e0add9 commit e5669cd
Show file tree
Hide file tree
Showing 23 changed files with 636 additions and 844 deletions.
117 changes: 0 additions & 117 deletions .mvn/wrapper/MavenWrapperDownloader.java

This file was deleted.

Binary file modified .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
24 changes: 24 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,26 @@
<link rel="stylesheet" href="css/pure/pure-min.css">
<link rel="stylesheet" href="css/pure/grids-responsive-min.css">
<link rel="stylesheet" href="css/scroll.css">
<link rel="stylesheet" href="css/code.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/menu.css">
<link rel="stylesheet" href="css/banner.css">
<style>
#announce {
color: white;
background: rgba(50, 110, 145, 0.7);
border: 1px solid rgb(0, 0, 0, 0.6);
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
padding: 10pt;

max-width: fit-content;
margin-left: auto;
margin-right: auto;
}
#announce-title {
font-weight: bold;
}
</style>
</head>
<body>
<header class="pure-menu pure-menu-horizontal">
Expand Down Expand Up @@ -62,6 +79,13 @@ <h1>Recaf</h1>
</div>
<article>
<div id="content">
<div id="announce">
<h3 id="announce-title">Recaf 4.0.0</h3>
<p>Recaf has been rewritten from the ground up and is almost ready for an official release.<br>
The new release is designed to facilitate extensive plugin and scripting support, new features and improvements to existing ones.</p>
<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>
<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>
</div>
<h3>What is Recaf?</h3>
<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>

Expand Down
Loading

0 comments on commit e5669cd

Please sign in to comment.