Skip to content

Releases: papuaopensource/mops

v2.5.5

Choose a tag to compare

@yokoberek yokoberek released this 15 May 00:58

What's Changed

  • feat: add RSS feed at /rss.xml — includes story title, content snippet, date, and link
  • feat: add RSS autodiscovery tag in <head>
  • feat: add RSS feed link in footer

Closes #14

v2.5.4

Choose a tag to compare

@yokoberek yokoberek released this 15 May 00:48

What's Changed

  • feat: add public JSON API endpoints for stories data
    • GET /api/stories — list all stories (with optional ?tag= filter)
    • GET /api/stories/{id} — fetch a single story by ID
  • docs: document Public API endpoints in README

v2.5.3

Choose a tag to compare

@yokoberek yokoberek released this 15 May 00:37

What's Changed

  • fix: make contribution tabs responsive for mobile view
  • refactor: update header active menu style to use color instead of border line

v2.5.2

Choose a tag to compare

@yokoberek yokoberek released this 15 May 00:22

What's Changed

  • fix: simplify page title and Open Graph/Twitter metadata for clarity
  • fix: update titles and descriptions for clarity and consistency across pages
  • fix: standardize capitalization in description for consistency

v2.5.1

Choose a tag to compare

@yokoberek yokoberek released this 15 May 00:01

What's Changed

  • refactor: rename brand label from mops to ceritamop in header
  • feat: update feedback link with external icon and remove github link in footer
  • fix: improve copy clarity and remove redundancy on cerita and tentang pages
  • fix: simplify title text on tentang page for clarity
  • fix(favicon): add web app manifest and update favicon assets for Cerita MOP

v2.5.0

Choose a tag to compare

@yokoberek yokoberek released this 14 May 15:17

What's Changed

UI & Design

  • refactor: switch default theme to dark neutral-900 minimal aesthetic — removed all shadow classes
  • refactor: redesign Header and Footer with dark minimal style
  • refactor: redesign all pages (home, cerita, tentang, kontribusi, 404) with dark neutral UI
  • style: lighten background from neutral-900 to neutral-800, all components adjusted
  • style: unify all border colors to border-white/10 for visual balance
  • style: increase spacing between footer links

Features

  • feat: add optional credit field to mop stories (shown below date on home and story pages)

Refactor

  • refactor: remove tag/category feature
  • refactor: remove reaction feature and related API routes
  • refactor: convert stories data from TypeScript (stories.ts) to pure JSON (src/data/stories.json)
  • refactor: move Content and Mop type definitions to src/types/index.d.ts

Fixes

  • fix: correct wrangler.toml configuration for Cloudflare Workers deploy
  • fix: add .assetsignore to exclude _worker.js from static asset upload (wrangler v4 compatibility)
  • fix: remove unused status link from footer

Chores & Docs

  • chore: update base site URL to ceritamop.com
  • chore: remove unused config files (wrangler.json, tailwind.config.mjs)
  • docs: add CONTRIBUTING.md with story submission guide and project structure
  • docs: update contribution instructions and file structure to reflect new layout

Full Changelog: v2.4.0...v2.5.0

v2.4.0

Choose a tag to compare

@yokoberek yokoberek released this 04 Apr 13:43
64e8671

What's Changed

Features

  • feat: add reaction feature with Cloudflare KV sync
  • feat: add social share buttons to mop story page

Refactor

  • refactor: hapus fitur dark mode — website kini selalu tampil dalam mode terang

CI & Tooling

  • ci: add linter, husky, pull request template

Chores

  • chore: add Cloudflare KV namespace ID to wrangler.json
  • chore: update site URL to mopz.pages.dev
  • chore: update dates for multiple entries in data.ts

Full Changelog: v2.3.0...v2.4.0

v2.3.0

Choose a tag to compare

@antheiz antheiz released this 06 Jan 09:21

Full Changelog: v2.2.0...v2.3.0

v2.2.0

Choose a tag to compare

@antheiz antheiz released this 31 May 23:56

Full Changelog: v2.1.0...v2.2.0

v2.1.0

Choose a tag to compare

@yokoberek yokoberek released this 30 Apr 12:07

What's Changed

PR from Contributors

Full Changelog: v2.0.0...v2.1.0