Skip to content

Releases: khusika/FeelIt

FeelIt: Update to v1.0.3

22 Oct 06:38
304fc9c

Choose a tag to compare

Features

  • home: Add pinned post functionality and image placeholders for posts without images ( 2d5bb24 , aa37cde )
  • pwa: Refactor versioning and improve service worker caching ( 98f1cf6 , 3657cf5 )
  • comments: Add giscus support for docs and posts ( 01245f8 , 5f18b89 )
  • profile/about: Improve layout, styling, and make title configurable with a site title fallback ( 4df61b5 , 4150ac5 , 054e3f6 )
  • header: Implement dynamic RSS icon link ( 40e94ee )
  • single: Add related content section to the footer ( 3de0809 )
  • ui: Display author avatar in post metadata ( e9f3d8a )
  • shortcodes: Pull gist from Hugo source template ( 0dad8c7 )
  • tags: "Boxify" the tag layout ( f0c11e0 )
  • Add image support for term and section pages ( eb724f9 )
  • footer: Add hugo.CommitHash to the footer line ( 3369088 )
  • social: Update XDA domain name ( d01b2b8 )

Bug Fixes

  • hugo: Adapt theme for breaking changes:
    • Adapt to new template system ( 50dfc9e )
    • Update posts permalink token ( aa085b7 )
    • Update IsMultiLingual usages ( 8e03d53 )
    • Use .Sites.Default ( ff29096 )
  • oembed: Update Twitter usage and adjust HTML format ( 937791c , b093bde )
  • css: Adjust post-author size ( 4ba6654 )
  • head: Wrap favicon URL with relURL ( 15f0349 )
  • taxonomy: Move author to params ( d4f4b56 )
  • analytic: Define Google Analytics ID path ( 1dc5c66 )
  • Fix incorrect article URL ( 799e0d2 )

i18n

Maintenance & Chores

  • theme: Bump minimum Hugo version requirement to v0.151.1 ( e8bf273 )
  • lib: Update typeit from v7.0.4 to v8.8.7 and fix related styles ( 26fe1ec , fcf24bc )
  • css: Update modern-normalize ( 64520ab , a8df1aa )
  • css: Adjust single-card padding ( 0c6ffe6 )
  • CLI: Update purgejs sed config ( 8e47be6 )
  • theme: Update domain .dev ==> .id ( 0ea89a5 )
  • github: Update build dependencies ( fc5cd26 )
  • exampleSite: Update Algolia search ID ( b5df7be )
  • exampleSite: Rename pagination to pagerSize ( 766e62c )

New Contributors

Full Changelog: v1.0.2...v1.0.3

FeelIt: Update to v1.0.2

20 Sep 07:03
1d4b790

Choose a tag to compare

Enhancements

Update version to 1.0.2
This version release required Hugo 0.110.0 or later (a261a5f).

What's New

Fixes

  • Adjust 4k media-screen for 8k display (adc6599).
  • Correct themesDir (942cdbe, 51faf19).
  • Avoid "javascript:void(0)" for empty links (21194a8).
  • Correct icon for StackOverflow (8e1df74).
  • Adjust profile wrapper (247553c).
  • Adjust smooth-scroll offset (e28085c).
  • Set proper conditional statement for analytics (163ae2c).
  • Correct profile background-color (4d3c643).
  • fix(about): Set .GetPage conditional correctly (9ed1230).
  • Properly set PWA on production environment (2e6eacb).

Chore

  • Update mapbox-gl 1.10.1 ==> 2.4.0 (db321d2)
  • Update echarts 4.8.0 ==> 5.1.2 (9bf8df1).
  • Update katex 0.13.0 ==> 0.13.13 (1138602).
  • Update fontawesome 5.15.3 ==> 6.4.2 (f8e6ee2, e74a516).
  • Update simple-icons 4.20.0 ==> 5.9.0 (f85aac1).
  • Update vue 2.6.12 ==> 2.6.14 (f10138b).
  • Update mermaid 8.11.2 ==> 8.11.4 (49aeaab).
  • Update twemoji 13.0.2 ==> 13.1.0 (ef9b333).
  • Update algoliasearch 4.8.5 ==> 4.10.3 (3e415fb).

FeelIt: Update to v1.0.1

22 Jul 11:14
7a2c0a3

Choose a tag to compare

Enhancements

Update version to 1.0.1
This version release required Hugo 0.84.0 or later (2a5de57).

What's New

  • PWA Support (afccab3).
  • Add oEmbed shortcode for Instagram, Facebook (f448707), and Twitter (3a88126).
  • All secret key usages now can get from OS environment (9288ef4).
  • Add support for GoatCounter analytics (767853e).
  • Add ability to show/hide imagePreview (599f824).
  • Add Indonesian Translation (a3e10bf).

Interface

Fixes

Chore

  • Add page-test function (26b61fb)
  • Use built-in js minifier instead of babel (0a9b06a).
  • deps: Update @babel/preset-env to 7.14.7 (050c4f1).
  • deps: Update core-js 3.15.2 (2879d96).
  • deps: Update husky to 7.0.0 (7e0a9de).

Initial release for FeelIt

01 Jun 10:52

Choose a tag to compare

Enhancements

Update major version to 1.0.0
This version release required Hugo 0.83.0 or later.

What's New

  • Vssue comment system integration
  • Enable/disable source-map both JS and CSS
  • Separate home and page css
  • Extended Instagram oEmbed (both post and tv)
  • Switch to hugo's built-in Google-Analytics
  • And some of new front-matter were introduced in a1cb101

Interface

  • Card'ify homepage
  • Card'ify taxonomies
  • Timeline looks in post page
  • More friendly with responsive layout until 4k resolution
  • Convert featured-images into webp

Fixes

  • Improve Accessibility, SEO, and Best Practices reported by Lighthouse
  • Fixes various HTML warnings and errors reported by w3.org
  • Fixes varoues CSS errors reported by w3.org

Chore