Skip to content

Commit 215a7f3

Browse files
chore: 1.8.0 update changelog & version info (#413)
* chore: update changelog & version info * fixes --------- Co-authored-by: Himanshu <him.speedo@gmail.com>
1 parent c89d801 commit 215a7f3

File tree

3 files changed

+36
-5
lines changed

3 files changed

+36
-5
lines changed

app/changelog/changelog.tsx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,37 @@ type ChangelogEntry = {
1717

1818
const updates: ChangelogEntry[] = [
1919
// =================================================================
20+
{
21+
date: "12 February 2025",
22+
title: "Introducing Coding Agent & New Focus",
23+
version: "v1.8.0",
24+
description: (
25+
<>
26+
<ul className="mt-2 list-disc space-y-3 ps-6 text-lg">
27+
<li>Introducing PearAI Coding Agent, powered by Roo Code / Cline.</li>
28+
<li>
29+
This coding agent, with your permission, accesses your development
30+
environment to facilitate a feedback loop, enabling it to code on
31+
your behalf.
32+
</li>
33+
<li className="flex items-center gap-6">
34+
<Image
35+
src="/images/changelogs/pearai-cline_v1.8.png"
36+
alt="PearAI Cline v1.8"
37+
width={800}
38+
height={0}
39+
sizes="100vw"
40+
className="h-auto w-full max-w-[300px] rounded-xl border-4 border-green-200 shadow-lg shadow-green-500" // Added green hue border
41+
style={{
42+
width: "60%",
43+
height: "auto",
44+
}}
45+
/>
46+
</li>
47+
</ul>
48+
</>
49+
),
50+
},
2051
{
2152
date: "27 January 2025",
2253
title: "UI bug fixes",

components/pricing.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@ type VersionInfo = {
4747

4848
export const platformVersions: Record<string, VersionInfo> = {
4949
Windows: {
50-
version: "v1.7.1",
51-
releaseDate: "Jan 27, 2025",
50+
version: "v1.8.0",
51+
releaseDate: "Feb 12, 2025",
5252
},
5353
"Mac (M chip)": {
54-
version: "v1.7.1",
55-
releaseDate: "Jan 27, 2025",
54+
version: "v1.8.0",
55+
releaseDate: "Feb 12, 2025",
5656
},
5757
"Mac (Intel)": {
5858
version: "v1.5.4",
5959
releaseDate: "Dec 1, 2024",
6060
},
6161
Linux: {
6262
version: "v1.7.0",
63-
releaseDate: "23 Jan, 2025",
63+
releaseDate: "Feb 12, 2025",
6464
},
6565
};
6666

2.92 MB
Loading

0 commit comments

Comments
 (0)