Releases: papuaopensource/mops
Releases · papuaopensource/mops
Release list
v2.5.5
v2.5.4
v2.5.3
v2.5.2
v2.5.1
What's Changed
- refactor: rename brand label from
mopstoceritamopin 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
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/10for visual balance - style: increase spacing between footer links
Features
- feat: add optional
creditfield 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
ContentandMoptype definitions tosrc/types/index.d.ts
Fixes
- fix: correct
wrangler.tomlconfiguration for Cloudflare Workers deploy - fix: add
.assetsignoreto exclude_worker.jsfrom static asset upload (wrangler v4 compatibility) - fix: remove unused
statuslink 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.mdwith 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
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