mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2025-12-11 20:15:30 +01:00
Bump version and update announcement message
This commit is contained in:
parent
53e545fa11
commit
b611b52c7a
@ -10,8 +10,8 @@ export class AppConfig {
|
||||
|
||||
public readonly RELEASE_MODE;
|
||||
public readonly MAJOR_VERSION = 0;
|
||||
public readonly MINOR_VERSION = 8;
|
||||
public readonly HOTFIX_VERSION = 9;
|
||||
public readonly MINOR_VERSION = 9;
|
||||
public readonly HOTFIX_VERSION = 0;
|
||||
public readonly VERSION_TYPE: 'd' | 'a' | 'r' = 'r'; // dev, alpha, or release build
|
||||
public readonly MINECRAFT_VERSION = '1.20.1';
|
||||
|
||||
|
||||
@ -53,7 +53,8 @@ export class HeaderComponent extends BaseComponent<HTMLDivElement> {
|
||||
public override generateHTML(): string {
|
||||
return `
|
||||
<div class="col-container announcement">
|
||||
The next release of ObjToSchematic will be a major overhaul with new features coming later in 2024. Join the Discord for updates.
|
||||
This is the legacy version of ObjToSchematic. <br>
|
||||
It will not receive any more updates, bug fixes, or community support. Pull requests will be considered for merging.
|
||||
</div>
|
||||
<div class="col-container header-cols">
|
||||
<div class="col-container">
|
||||
|
||||
@ -18,6 +18,9 @@
|
||||
--blue-500: hsl(190, 85%, 27%);
|
||||
--blue-600: hsl(190, 75%, 35%);
|
||||
--blue-700: hsl(190, 58%, 48%);
|
||||
|
||||
--amber-500: rgb(127, 88, 10);
|
||||
--amber-600: rgb(156, 112, 22);
|
||||
|
||||
--text-bright: white;
|
||||
--text-light: hsl(0, 0%, 85%);
|
||||
@ -752,8 +755,8 @@ a {
|
||||
}
|
||||
|
||||
.announcement {
|
||||
border: 1px solid var(--blue-600);
|
||||
background: var(--blue-500);
|
||||
border: 1px solid var(--amber-600);
|
||||
background: var(--amber-500);
|
||||
margin-bottom: 30px;
|
||||
padding: 10px;
|
||||
color: var(--text-bright);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user