Releases: jktrn/enscribe.dev
v3.0.0
v2.3.0
Full Changelog: v2.2.0...v2.3.0
This is the final version in Next.js before the Astro rewrite (v3.0.0).
v2.2.0
What's Changed
- fix(blog): codeblocks copied line numbers by @seraph27 in #3
- fix(projects): project link by @kylerchin in #5
- refactor(bento): css grid rewrite by @jktrn in #6
- This rewrite massively improves Lighthouse scoring, accessibility and skeleton rendering
- fix: cloudflare csp directive by @jktrn in #7
New Contributors
- @seraph27 made their first contribution in #3
- @kylerchin made their first contribution in #5
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Added new page view counter via Upstash Redis
- Removed bad skeleton generating from
react-github-calendar
New Contributors
Full Changelog: v2.0.0...v2.1.0
v2.0.0
I've finally finished converting my blog to Next.js over from Hexo! After about 9 months of on-and-off development with the v1 version of tailwind-nextjs-starter-blog, their v2 release finally incentivized me to blow the dust off the project and finish everything up. With a custom sticky header, fully overhauled theming system (using shadcn's background/foreground color convention), a react-grid-layout "bento box"-style homepage, full integration with lanyard for Discord status API exposure, and multiple custom blog components (e.g. custom code blocks with internal fetching, syntax highlighting, diffing), this new blog system is probably one of my most aesthetically pleasing creations. Enjoy!