Skip to content

Commit

Permalink
skill store beta and link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suvanbanerjee committed Dec 15, 2024
1 parent b438731 commit 5e0d177
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 41 deletions.
2 changes: 1 addition & 1 deletion components/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function ContactUs() {
<FontAwesomeIcon icon={faGithub} className="mr-2" />
GitHub
</Link>
<Link href="https://openvoiceos.github.io/community-docs/" className="bg-black text-white font-bold py-2 px-4 rounded flex items-center dark:bg-gray-800 dark:text-gray-200 hover:bg-gray-900 dark:hover:bg-gray-700">
<Link href="https://openvoiceos.github.io/ovos-technical-manual/" className="bg-black text-white font-bold py-2 px-4 rounded flex items-center dark:bg-gray-800 dark:text-gray-200 hover:bg-gray-900 dark:hover:bg-gray-700">
<FontAwesomeIcon icon={faBook} className="mr-2" />
Documentation
</Link>
Expand Down
2 changes: 1 addition & 1 deletion components/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function FaqPage() {
<div className="mt-6 text-center">
<p className="text-lg font-semibold text-gray-900 dark:text-gray-300 pt-8">
Got a question that isn't answered here? Check out our{' '}
<Link className="text-blue-700 dark:text-blue-400" href="https://openvoiceos.github.io/community-docs/305-faq">
<Link className="text-blue-700 dark:text-blue-400" href="https://ovoshatchery.github.io/community-docs/305-faq">
Full FAQ
</Link>
</p>
Expand Down
48 changes: 10 additions & 38 deletions components/release.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,57 +17,29 @@ export default function Release() {
return (
<div className="relative mx-auto items-center justify-center p-8">
<div className="dark:text-white p-5 mx-auto max-w-fit" data-aos="zoom-y-out" data-aos-delay="150">
<button onClick={handleToggleDialog} className="text-center text-xl font-extrabold relative underline underline-offset-4 decoration-[#fb4c4c] decoration-4" data-aos="zoom-y-out" data-aos-delay="150" id="message">
🎉 OpenVoiceOS v0.0.8 pre-release is now available!
<button onClick={() => { window.location.href = "https://suvanbanerjee.github.io/OVOS-skills-store/" }}
className="text-center text-xl font-extrabold relative underline underline-offset-4 decoration-[#fb4c4c] decoration-4" data-aos="zoom-y-out" data-aos-delay="150" id="message">
🎉 OpenVoiceOS Skill Store is now in beta!
</button>
</div>
{showDialog && (
{/* {showDialog && (
<div className="fixed inset-0 flex items-center justify-center z-50">
<div className="bg-white dark:bg-black dark:text-white p-16 rounded-lg shadow-lg">
<h2 className="text-xl md:text-xl font-bold leading-tighter tracking-tighter mb-4">OVOS v0.0.8 Pre-Release</h2>
<div className="max-h-[80vh] overflow-y-auto">
<p>
We're excited to announce that OVOS version 0.0.8 is now available as a pre-release beta! This version marks a significant milestone for OVOS: it's not only our final release that maintains Mycroft backwards compatibility but also our first to fully integrate OVOS plugins across most components. This step forward reflects our commitment to enhancing user experience and fostering innovation within our community.
</p>
<h3 className="mt-4 font-bold">Participate in our pre-release beta</h3>
<p>
We invite all community members to install and test the 0.0.8 pre-release beta. Your feedback is invaluable, especially during the next two weeks, as we focus on addressing any bugs you encounter. This beta testing period is crucial for ensuring a stable and polished 0.0.8 release. Although 0.0.8 alphas have been stable for months, your insights during this formal QA process will help us make the final release the best it can be.
</p>
<h3 className="mt-4 font-bold">How to upgrade</h3>
<p>
RaspOVOS users should use @builderjer's upgrade script to use with existing installations. They may also re-flash with the testing version of RaspOVOS.<br />
ovos-docker users should continue to use development containers - they will remain stable and receive bugfixes during the testing period.<br />
ovos-installer users can git pull to get the latest installer code, then re-run the installer. This will bring you to the latest pre-release version.
</p>
<h3 className="mt-4 font-bold">Reporting issues</h3>
<p>
If you encounter any issues, we encourage you to report them. For those familiar with GitHub, please submit your reports directly to the relevant repository. If you have a fix, feel free to open a PR!
</p>
<ul className="list-disc ml-5">
<li><a href="https://github.com/OpenVoiceOS/ovos-core/issues" target="_blank" rel="noopener noreferrer" className="underline">https://github.com/OpenVoiceOS/ovos-core/issues</a></li>
<li><a href="https://github.com/OpenVoiceOS/ovos-audio/issues" target="_blank" rel="noopener noreferrer" className="underline">https://github.com/OpenVoiceOS/ovos-audio/issues</a></li>
<li><a href="https://github.com/OpenVoiceOS/ovos-PHAL/issues" target="_blank" rel="noopener noreferrer" className="underline">https://github.com/OpenVoiceOS/ovos-PHAL/issues</a></li>
<li><a href="https://github.com/OpenVoiceOS/ovos-dinkum-listener/issues" target="_blank" rel="noopener noreferrer" className="underline">https://github.com/OpenVoiceOS/ovos-dinkum-listener/issues</a></li>
<li><a href="https://github.com/OpenVoiceOS/ovos-messagebus/issues" target="_blank" rel="noopener noreferrer" className="underline">https://github.com/OpenVoiceOS/ovos-messagebus/issues</a></li>
</ul>
<p>
If GitHub is unfamiliar to you, or you're unsure where to report, the <Link href="https://openvoiceos.com/support" target="_blank" rel="noopener noreferrer" className="underline">OpenVoiceOS - Support</Link> is your go-to place for assistance from our team.
</p>
<p><strong>Note:</strong> Non-urgent bugs may be scheduled for a future release, to keep our focus on critical issues.</p>
<h3 className="mt-4 font-bold">We're open to feature requests!</h3>
<p>
Should you have any suggestions or feature requests, we're all ears. While our immediate focus is on polishing 0.0.8, we're eager to hear how we can improve. Please share your ideas during this testing phase. Keep in mind, new feature implementation will likely be planned for version 0.1.0 or later unless we determine it's critical for this release.
</p>
<p>
A big thank you! Your involvement is what drives OVOS forward. The team extends its heartfelt gratitude to all our users and testers. Together, let's make OVOS 0.0.8 a milestone to remember!
<p className="mb-4">
We are creating a new skill store for OpenVoiceOS, from which you can install skills on your device using audioQR codes (GGWave)
</p>
<Link href="/releases/0.0.8">
<a className="text-blue-500 underline">Read more</a>
</Link>
</div>
<button className="mt-4 bg-black dark:bg-white dark:text-black text-white font-bold py-2 px-4 rounded" onClick={handleCloseDialog}>
Close
</button>
</div>
</div>
)}
)} */}
</div>
)
}
2 changes: 1 addition & 1 deletion components/timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function Timeline() {
},
{
title: 'OpenVoiceOS get\'s out of beta',
date: 'August 2024 (planned)',
date: 'November 2024',
description: 'OpenVoiceOS get\'s out of beta and is ready for the masses.',
link: 'https://community.openconversational.ai/t/openvoiceos-0-0-8-qa-process-begins-now/15372'
}
Expand Down

0 comments on commit 5e0d177

Please sign in to comment.