Releases: JustSereja/morethan-log-astro
Releases · JustSereja/morethan-log-astro
v2.5.2
What’s new
- Move the theme bootstrap out of rendered HTML into /js/theme.js to keep head markup clean.
- Replace inline lightbox wiring with /js/lightbox.js and tidy the post layout scripts.
- Tune js-beautify configuration and component templates so the built dist/ markup no longer includes stray line breaks or spaces.
v2.5.1
What's Changed
- Fix localized about links so Russian pages resolve to /ru/obo-mne/ and fall back gracefully
- Preserve canonical 404.html path and add postbuild copy to provide /404/index.html for static hosts
- Document the new post-build behaviour in the deployment section
v2.5.0
Highlights
- Load code highlighting only on posts to eliminate unused client JS on listing pages.
- Add contextual emojis to post headings to improve scannability.
Improvements
- Fix post meta layout overflow on narrow viewports.
- Shorten post date formatting for better readability.
- Align shared styling tokens for consistent theming.
Verification
- npm run build
v2.4.0
Highlights
- enable React + MDX integrations with a demo hydration post
- automatically discover islands from
src/components/islands/**and expose registry helpers - add theme-aligned DemoCounter React island
- keep search indexing clean by stripping HTML noise from MDX posts
- document MDX workflows and bump the template version to 2.4.0
v2.3.1
Changes
- Lock the footer credit to Sereja’s site so the copyright line stays consistent.
v2.3.0
Highlights
- Localized search headings, empty states, and category labels while providing formatted publish dates in the index.
- Introduced configurable contact/social links with per-locale labels, URLs, and optional icons.
- Documented the new configuration surface in README and production checklist.
v2.2.0
What's New
- Improved article metadata and ensured localized author links stay within the current language
- Added inline theme guard to prevent dark-mode flashes and enhanced social previews
- Made search category detection config-driven and trimmed search index payloads
- Refined language preference redirects to only jump when translated pages exist
v2.1.1
Changes
- Fix hreflang generation for all routes
- Filter draft translation sets from builds, feeds, and search
- Update docs to describe draft behavior
v2.1.0
What's new
- Centralized locale metadata in �src/config/locales.ts� for reusable multi-language setups
- Reworked layout, head, and language switcher components to consume shared locale helpers
- Updated documentation and tooling to protect localized overrides during template updates
v2.0.2
- deduplicate footer, profile, contact markup with reusable layout components\n- share nav rendering between header and mobile menu\n- tweak responsive CSS to preserve original mobile ordering without duplication\n- widen floating TOC on large screens to prevent long headings clipping