Skip to content

Commit 0676fe6

Browse files
committed
Evolution updated and usage statistics button added
1 parent 481ea80 commit 0676fe6

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

public/content/evolution.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
v6.1:
22
release: Feb 2026
33
info:
4-
- Sail integration
4+
- Sail integration (RISC-V 32 and RISC-V 64 full specification supported)
5+
- Cache module integrated by Sail
6+
- Arduino support for ESP-32
7+
- New activity bar
58
url: https://creatorsim.github.io/creator-v6.1
69

710
v6.0:

src/components/HeroSection.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@
3939
Documentation
4040
</a>
4141
</div>
42+
<div
43+
class="flex flex-col sm:flex-row gap-3 sm:gap-4 justify-center lg:justify-start"
44+
>
45+
<a
46+
class="lg:w-3xs inline-flex items-center justify-center px-6 py-3 bg-white text-blue-600 rounded-lg font-semibold hover:bg-blue-50 hover:scale-101 hover:shadow-xl transition-all"
47+
href="https://lookerstudio.google.com/s/pQXDJar8aoM"
48+
target="_blank"
49+
>
50+
Usage Statistics
51+
</a>
52+
</div>
4253
</div>
4354

4455
<!-- Carousel -->

0 commit comments

Comments
 (0)