Releases
v1.3.0
Aug 20, 2024
Finally! π Weβre excited to roll out a new feature that tracks post hits in real time, allowing us to seamlessly accumulate view counts. By leveraging Redis and Spring Batch, weβve built a system that efficiently processes and stores hit data, even though weβre not currently dealing with massive traffic. Additionally, weβve made some small touches to the Table of Contents styling and introduced a new loading component to give the blog a more polished and sophisticated feel. Weβve also resolved several minor bugs to further improve platform stability and performance. So, HIT IT! π₯
Additions
- π’ Introduced the post view count feature using Redis and Spring Batch to handle high traffic volumes efficiently.#CAT-31
- πΉ Enhanced Table of Contents styling and added a new loading component for a more dynamic blog appearance.#CAT-32
- π Fixed several minor bugs to improve overall stability.#CAT-33
Fixes
v1.2.0
Aug 07, 2024
The Table of Contents in blog posts now features active, scrollable links that highlight π corresponding items based on screen position. Additionally, a new π Challenges page has been introduced, gathering articles on Problem Solving topics. Several minor bugs have also been addressed to further stabilize and optimize our platform.
Additions
- π Activated ToC links in the blog post and made them scrollable, highlighting the corresponding.#CAT-29
- π Opened the new 'Challenges' page to gather articles on problem-solving topics.#CAT-30
- π Fixed minor bugs.#CAT-28
Fixes
v1.1.0
Apr 28, 2024
We've made a significant enhancement to data and screen retention during browser navigation, a key improvement that ensures continuity and reduces server load. This change is a result of dedicated efforts to provide a seamless user experience. Additionally, we've introduced tooltips for instant information access on hover and refined blog post styling for improved readability. Several minor bugs have also been addressed to further stabilize and optimize our platform.
Additions
- π§ Enhanced retention of data and screen position during browser navigation using useSWRInfinite function#CAT-24
- πͺοΈ Added tooltips for the external links in the footer.#CAT-25
- π Improved the styling of the blog posts.#CAT-26
- π Fixed minor bugs.#CAT-27
Fixes
v1.0.3
Mar 24, 2024
A leap forward for our platform, this release focuses on refining the look and feel of tables in blog posts, as well as addressing minor issues surrounding ordered list markers. Our commitment remains on delivering top-notch performance and enhancing user experience. π
Additions
- π¨ Enhanced table styling in blog posts for better readability and design.#CAT-22
- π Fixed issues of incorrect ordered list marker in markdown rendering.#CAT-23
Fixes
v1.0.2
Mar 01, 2024
This release brings significant improvements in the UI, performance, and markdown rendering. π¦ We applied new mono fonts, enhanced the code snippets, optimized the speed, and improved the blog reading experience. π©π»βπ
Additions
- π Applied MonoLisa font for code improvement.#CAT-9
- π©πΌβπ» Enhanced the code snippets with line highlights, diff, numbering and color.#CAT-10
- π Applied Redis Cache to improve data fetching performance.#CAT-11
- π Applied Next.js ISR for enhanced page view performance.#CAT-12
- π Transformed markdown rendering to MDX.#CAT-13
- β¨ Added transition UI to indicate loading status.#CAT-14
- π Massively improved the UI for a better blog reading experience.#CAT-15
- π Optimized images to improve speed.#CAT-16
- π Made reference links in post content open in a new tab.#CAT-17
- π Fixed SEO-related issues.#CAT-18
- π Fixed misaligned links.#CAT-19
- π Fixed missing attributes in tags.#CAT-20
- π Fixed unresponsive components.#CAT-21
Fixes
v1.0.1
Nov 04, 2023
We've fixed bugs, cleaned up code, and added features we planned for in the first release but couldn't π.
Additions
- β¨ Added table of content in post page#CAT-6
- β¨ Added load more button - just a button, not working yet π.#CAT-7
- π Improved UI#CAT-8
- π Fixed sticky header not being 'sticky'.#CAT-5
Fixes
v1.0.0
Oct 10, 2023
This release was focused on refreshing its look and feel. Changing the core framework, which is not my area, was a real challenge π¦. And now it's time to improve how it works βοΈ. ποΈ π¨
Additions
- β¨ All-new design. Not just how it looks β but also how it feels.#CAT-1
- π© Built Backend cloud server.#CAT-2
- βοΈ Changed Frontend core frameworks: Nuxt.js β Next.js.#CAT-3
- π Moved Frontend cloud server: GitHub Pages β Vercel.#CAT-4