Skip to content

Releases: scenery/mediax

v0.6.5

29 Jul 07:32

Choose a tag to compare

Changelog

  • 7faa9ae fix: regenerate thumbnail when image is updated

v0.6.4

04 Jun 08:45

Choose a tag to compare

Changelog

  • 49e16a9 feat: change homepage date to greeting
  • 905440c style: fix disabled button color
  • 2b67db2 style: unhidden search bar options

v0.6.3

06 May 07:38

Choose a tag to compare

Changelog

  • 71cda71 style: fixed single page cover size
  • 394fb7d style: optimize subject card image
  • 8728558 style: remove all inline-css

v0.6.2

03 May 10:08

Choose a tag to compare

注意:v0.6.2 版本包含不兼容更新,从低版本升级后请先运行 --generate-thumbnail 命令生成所有条目封面缩略图,否则会导致部分页面无法加载图片。

# Linux / macOS
./mediax --generate-thumbnail

# Windows
mediax.exe --generate-thumbnail

Linux/macOS 用户请注意生成后 images/thumbnails 目录的所属用户和权限,若 mediaX 进程用户无写入权限会导致以后新添加条目时无法自动生成缩略图。

升级前请提前备份 images 文件夹防止预期外的错误。

Changelog

  • f3aba08 feat: add thumbnail and optimize image processing
  • 1fb6e1a fix: serve images outside auth

v0.6.1

02 May 15:46

Choose a tag to compare

Changelog

  • ab2c921 feat: assets caching and ui improvements
  • 9a4a182 fix: images cache header

v0.6.0

02 May 12:12

Choose a tag to compare

主要更新

  • 优化 html 页面结构,重新设计导航栏和页面样式
  • 支持配置文件,可仅启用需要的类别
  • 支持用户登录,需在配置文件中设置用户名和密码
  • 分类页面添加排序功能,优化分页导航
  • 简化缓存逻辑,优化搜索性能

* 从该版本开始需在配置文件中设置用户登录。数据库将在更新时自动迁移,请提前备份数据库文件防止预期外的错误。

Changelog

  • 2ecfe9e build: bump go version to v1.24.2
  • e330468 chore: unify subject type management
  • 0ae2528 feat: add sort function
  • 2c1550a feat: add sorting support for api
  • 24463f1 feat: auto migrate db
  • 03eadd3 feat: implement api authentication
  • 10da7a2 feat: implement user authentication
  • c116e89 feat: optimize pagination nav
  • 0b774f4 feat: refactor homepage
  • 246d9be feat: refactor manage
  • 59f6416 feat: support config file
  • 379d8c3 fix: auto migrate db
  • cd68357 fix: max cache subjects
  • 3d31bb2 fix: pagination jump page no params
  • 04d598a perf: optimize category query
  • f11eb8b perf: optimize db index
  • 7c97149 perf: optimize search function
  • 9402d91 refactor(cache): simplify cache to only cache first page
  • 8339b2e style: redesign many pages
  • 54c4eeb style: restructure navigation bar layout

v0.5.0

05 Sep 09:03

Choose a tag to compare

Changelog

  • 50aaf00 build: bump go version to v1.23.0
  • b8780fd chore: add api response content
  • f0dd706 feat: add basic api support
  • 3bf5ad9 style: minor adjustment

v0.4.0

24 Aug 14:40

Choose a tag to compare

Changelog

  • 8159391 feat: support fetching game info from douban
  • 5982338 style: fix cateogry page cover style
  • 1257211 style: optimize homepage layout

v0.3.0

22 Aug 13:17

Choose a tag to compare

v0.3.0 版本涉及数据库改动,如果从先前版本升级请手动执行迁移数据库命令:

./mediax --migrate-db

Changelog

  • 840f8ba perf: optimize query page and performance

v0.2.0

21 Aug 14:38

Choose a tag to compare

Release mediaX version 0.2.0.