-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrelease-notes.html
More file actions
50 lines (47 loc) · 2.51 KB
/
Copy pathrelease-notes.html
File metadata and controls
50 lines (47 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en" class="landing-active">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Q3Edit release notes: bot-ready Quick Play, local AI map authoring with Codex and Claude, browser-based Quake III editing, workflow improvements, and compatibility updates.">
<meta name="theme-color" content="#111311">
<meta property="og:type" content="website">
<meta property="og:title" content="Q3Edit Release Notes">
<meta property="og:description" content="See what is new in Q3Edit, the browser-based Quake III Arena map editor.">
<meta property="og:url" content="https://q3edit.com/release-notes.html">
<meta name="twitter:card" content="summary">
<link rel="icon" type="image/svg+xml" href="/logo.svg">
<link rel="canonical" href="https://q3edit.com/release-notes.html">
<title>Q3Edit Release Notes — Quake III map editor updates</title>
<link rel="stylesheet" href="/src/style.css">
</head>
<body class="landing-active">
<main id="landing" class="release-notes-page">
<nav class="landing-nav" aria-label="Primary navigation">
<a class="landing-brand" href="/" aria-label="Q3Edit home">
<img class="landing-brand-mark" src="/logo.svg" alt="" width="22" height="22">
<span>Q3EDIT</span>
</a>
<div class="landing-nav-links">
<a class="landing-nav-link landing-nav-release-notes" href="/release-notes.html" aria-current="page">Release notes</a>
<a class="landing-nav-link landing-nav-github" href="https://github.com/drdator/q3edit">GitHub <span aria-hidden="true">↗</span></a>
<a class="landing-nav-link" href="/?editor">Launch editor <span aria-hidden="true">→</span></a>
</div>
</nav>
<div class="release-notes-page-content">
<header class="release-notes-page-header">
<div class="landing-kicker"><span></span> Product updates</div>
<h1>Q3Edit release notes</h1>
<p class="landing-lede">New map-editing features, workflow refinements, rendering improvements, and Quake III compatibility fixes.</p>
</header>
<div class="release-notes-history">
<!-- Q3EDIT_RELEASE_NOTES -->
</div>
</div>
<footer class="landing-footer">
<span>Q3Edit is an independent community project, not affiliated with id Software or ZeniMax.</span>
<span><a href="/">Home</a> · GPL-2.0 · <a href="https://github.com/drdator/q3edit">Source & license</a></span>
</footer>
</main>
</body>
</html>