Skip to content

Latest commit

 

History

History
604 lines (354 loc) · 23.1 KB

CHANGELOG.md

File metadata and controls

604 lines (354 loc) · 23.1 KB

Changelog

v0.4.3...v0.4.4

compare changes

🩹 Fixes

  • scripts: Add config & concurrency for download (048f8ce)

📦 Build

🎨 Styles

❤️ Contributors

v0.4.2...v0.4.3

compare changes

🚀 Enhancements

  • web: Add commit metadata (394491d)
  • web: Add album to view all images (88ec83b)
  • web: Show post detail on clicked (f667f3b)

🩹 Fixes

  • web: Sort search results in descending order by date (0bb605a)
  • style: Reformat code with linting adjustments (1e2e086)
  • web: Optimize image gallery aspect ratio for different device sizes (5273dc6)
  • web: Post styles (b808de8)
  • web: Image style in comments (fcaaf6c)
  • web: Styles and infos (26dc3b4)
  • parse: Open link in new tab (a029109)
  • web: Home page & post page (53f842c)
  • web: Loading album (8fe1261)
  • web: Update nuxt config (47c3014)

📦 Build

❤️ Contributors

v0.4.1...v0.4.2

compare changes

🩹 Fixes

  • monkey: Fetch user info api changed (5549d5f)
  • monkey: Load app version from .env (d5a0058)
  • web: Better empty post page (a42d6c8)

❤️ Contributors

v0.4.0...v0.4.1

compare changes

🩹 Fixes

  • web: Psot ui details (008335e)
  • web: 图片可以使用微博原链接了 (fd85c3f)
  • monkey: Start and end of date range (ac683fc)
  • monkey: Set version (455ad6b)

📦 Build

❤️ Contributors

v0.4.0

compare changes

🚀 Enhancements

  • Support user's remark (web) (d672200)

🩹 Fixes

  • Build error (83521fb)
  • web: Css use @apply instead of --uno (87d7eac)
  • web: Self-built hosting input cannot gain focus (ff58836)

💅 Refactors

  • ⚠️ Temporarily remove /desktop app (#50)

📦 Build

🏡 Chore

🤖 CI

⚠️ Breaking Changes

  • ⚠️ Temporarily remove /desktop app (#50)

❤️ Contributors

v0.3.13

compare changes

🩹 Fixes

  • ci: Rename the title [no ci] (20567bf)
  • cli: ConfigFile path resolve (#49)
  • monkey: 可以选择不导出关注列表 (05b9345)
  • monkey: 不再匹配 /n/username (72b7e59)

📦 Build

  • Update deps (43aceb6)
  • Don't specify the packageManager version (8a7f683)

❤️ Contributors

v0.3.12

compare changes

🚀 Enhancements

  • cli: 纯 CLI 版本支持 (#47)

🩹 Fixes

  • web: The new example & use provide/inject the user info (4327673)
  • Build configs (cc1b210)

💅 Refactors

  • 重改 monorepo 结构,分离部分 core 到 shared (#46)

📦 Build

  • web: Fix vercel ignore build shell [no ci] (564b1ca)
  • cli: Fix deps & pack the scripts (5f5bd15)

🏡 Chore

❤️ Contributors

v0.3.11

compare changes

🚀 Enhancements

  • Add fetching user followings (#44)

🩹 Fixes

  • core: Transform old data before import (2cde106)
  • web: 迁移旧版数据 (5c7e2b7)

💅 Refactors

  • 移出导出数据中的 post.user (#43)

❤️ Contributors

v0.3.10

compare changes

🚀 Enhancements

🩹 Fixes

  • core: 限制爬取的并发数 (#40)
  • CI: Release and build (a749a3e)

❤️ Contributors

v0.3.9

compare changes

🩹 Fixes

  • monkey: 修复结束爬取时机的判断 (#39)

🏡 Chore

❤️ Contributors

v0.3.8

compare changes

🩹 Fixes

  • monkey: 将数据暂存到 indexedDB 而不是内存里 (#38)

🏡 Chore

❤️ Contributors

v0.3.7

compare changes

🚀 Enhancements

  • web: Add example data page (922ca86)

🩹 Fixes

  • web: Use webp for icon (315415c)
  • ui: The width of settings (d8a7791)
  • ui: Use thumb image before open it (ccc1a07)
  • Style & add code comments (3ad26ca)
  • monkey: 样式与优化爬取逻辑 (805e599)
  • script: 下载不了图片 (4ffa60a)

📦 Build

  • monkey: Add meta.js for update (19966da)

❤️ Contributors

v0.3.6

compare changes

🩹 Fixes

  • CI: Only release the desktop on special pr (e0dd3e7)
  • monkey: Scope the reset.css (66b31ce)
  • web: Remove unused /api routes (500ffb5)

📦 Build

🏡 Chore

❤️ Contributors

v0.3.5

compare changes

🩹 Fixes

  • web: Update posts after changing user (02f2eed)
  • ui: Scroll to up after changing page (5d609dc)

💅 Refactors

  • core: Move options for parse and fetch logic out (a1bfd47)

🏡 Chore

❤️ Contributors

v0.3.4

compare changes

🚀 Enhancements

  • web: Filter posts by date range (cfda7f9)
  • web: Enable vercel analytics (626016e)
  • monkey: Now can minimize the panel (39e6f63)

🩹 Fixes

❤️ Contributors

v0.3.3

compare changes

🚀 Enhancements

  • web: ⚠️ Multi user support (#36)

🩹 Fixes

  • ui: Update state after importing (435d4e2)

💅 Refactors

  • core: Optimize the usage of indexedDB (#33)

⚠️ Breaking Changes

  • web: ⚠️ Multi user support (#36)

❤️ Contributors

v0.3.2

compare changes

🩹 Fixes

💅 Refactors

  • web: Migrate to nuxt3 (#30)

🏡 Chore

❤️ Contributors

v0.3.1

compare changes

🩹 Fixes

  • Vercel SPA 404 (b69465e)
  • web: Pagination error (#28)
  • web: Import from indexedDB on demand instead of full loading (3a7c18a)
  • script: Only serve the images (b609b32)
  • Local image server (46a05b3)

🏡 Chore

❤️ Contributors

v0.3.0

compare changes

🚀 Enhancements

  • ui: Add settings modal (#25)
  • ⚠️ Import data from user, storing in indexedDB (#27)

🩹 Fixes

  • script: Cookie is not required (2c81398)
  • fetch: Fetch params (b55a83e)
  • ui: Fixs in mobile (7a3ce1c)
  • Rename exported data to 'weibo-data.json' (8034e40)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Import data from user, storing in indexedDB (#27)

❤️ Contributors

v0.2.7

compare changes

🚀 Enhancements

🩹 Fixes

  • Fetch hot comments (#21)
  • web: Comment with img (#23)
  • fetch: Parse comments (bd62273)

🏡 Chore

❤️ Contributors

v0.2.6

compare changes

🚀 Enhancements

🩹 Fixes

  • Image component, add img cdn (cc620f2)
  • web: Enable cdn remote image in preview (f7f771e)
  • View inline image (8503d3c)
  • Fetch hot comments (#21)

🏡 Chore

❤️ Contributors

v0.2.5

compare changes

🩹 Fixes

  • build: Monkey download url (adfdab9)
  • Fetch comments (#17)

🏡 Chore

  • Add bug and feature issue templates (7a2d4b8)
  • Update github configs (b78cde5)

❤️ Contributors

v0.2.4

compare changes

🩹 Fixes

  • Weibo database schema (#14)
  • Fetch user infos (6171110)
  • database: Post schema & its relations with user (e7def99)
  • Exclude comments in repost (df38ce8)
  • monkey: Options to set fetch all posts (1901b2e)
  • monkey: Fetch options (5ff6b09)
  • build: Monkey download url (adfdab9)

❤️ Contributors

v0.2.3

compare changes

🚀 Enhancements

  • 初始化 /desktop 项目结构 (#9)

🩹 Fixes

  • Optimize the logic of fetching (#11)
  • build: Monkey & web (#13)

💅 Refactors

  • Pure post fetcher (#10)

🏡 Chore

❤️ Contributors

v0.2.2

compare changes

🩹 Fixes

💅 Refactors

  • Monorepo directory structure (#8)

🏡 Chore

❤️ Contributors

v0.2.0...v0.2.1

compare changes

🩹 Fixes

❤️ Contributors