Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Latest commit

 

History

History
174 lines (98 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

174 lines (98 loc) · 12.5 KB

Changelog

1.6.1 (2022-12-30)

Continuous Integration

1.6.0 (2022-12-20)

Features

  • download: ✨ add request retry (6cb3f42)

1.5.0 (2022-08-21)

Features

  • 🌐 Translation for CurseAPIkey massage box (#34) (bbd66bb)

1.4.2 (2022-07-02)

Continuous Integration

  • i18n: 💚 fix lang pack on linux (442f00b)

1.4.1 (2022-07-02)

Continuous Integration

  • i18n: 💚 fix lang files packing (b76bcec)

1.4.0 (2022-07-02)

Features

  • ✨ add debug loggings (10452ef)
  • ✨ add logger debug setting (fbc648f)
  • ✨ add logger name to message (73aef83)
  • ✨ add logger to factory (b631662)
  • config: ✨ add config file check (23bb19e)
  • i18n: ✨ add lang specific param in translate method (45d89e2)
  • i18n: 🌐 add i18n for logs (571923e)
  • i18n: 🌐 add multilanguage (resolve #18) (6a5ffd9)
  • ui: ✨ add language switch combobox (d35b407)

Bug Fixes

  • i18n: 🌐 fix chinese download.getModWarning.content (c76cd4e)
  • i18n: 🐛 return a better structure of get languages (8f42def)
  • ui: 🐛 give more space for modpack version in filters (b2ed963)

Performance Improvements

  • ⚡️ add debug logging estimate (9d16b09)

1.3.2 (2022-06-27)

Bug Fixes

  • ui: 🐛 fix modpack version filter sorting (b7cb871)

1.3.1 (2022-06-26)

Bug Fixes

  • ➕ add PyYAML to requirements.txt for CI (fca7cd1)

1.3.0 (2022-06-26)

Features

  • config: ✨ add config file to storage api key (a3ecd95)
  • download: 🔇 remove verify failed warning (c22014b)

Bug Fixes

  • 🔥 remove downloading dir at startup (e68d228)
  • 🚑️ move api to api.curseforge.com (fix #23) (047ab1c)

Performance Improvements

  • download: ⚡️ remove variable of thread in downloading (693ebcc)
  • ui: ⚡️ save a thread while initialization (269134e)

1.2.0 (2022-06-20)

Features

Bug Fixes

  • download: 🐛 resolve special characters error (7935939)

1.1.2 (2022-06-16)

Bug Fixes

  • ui: 🐛 refresh search index when search (f7c8f40)

1.1.1 (2022-06-16)

Bug Fixes

  • 🚑️ use working dir for temp instead of base dir (080bcee)

1.1.0 (2022-06-16)

Features

  • ✨ add command parameters to ignore license notice (b08807a)
  • 🚚 add temp dir (536dab1)
  • download: ✨ add download avartar (resolve #8) (08f171f)
  • download: 💥 add progressbar (resolve #17) (a5fd1bb)
  • requester: ✨ add json method for Response (3ed3dc2)
  • requester: ✨ add search modpack (f8e549c)
  • requester: ✨ allow params in get method (b85da0d)
  • ui: ✨ add download function (resolve #6) (c7de2fd)
  • ui: ✨ add downloading progressbar (06ed7bd)
  • ui: ✨ add search result check (1b67e4f)
  • ui: ✨ search modpacks and filter (c478858)
  • ui: ✨ set modpack version filter when select a modpack (3f408a6)
  • ui: 💥 draw the ui (dd63860)

Bug Fixes

  • ✏️ add acronym for spaced name (b289b84)
  • 🐛 add base dir to constant (3b5cfee)
  • download: 🐛 fix avatar bugs (67c17cb)
  • download: 🐛 move downloaded file out of temp dir to avoid delete (6b60a3a)
  • download: 🐛 set temp dir path to absolute path (320e557)
  • download: 🐛 stop exit when no file selected (953b146)
  • requester: 🐛 specify request method (3e19011)
  • ui: ✨ fill all filter space by modpak version combobox (da5344b)
  • ui: 🐛 clear data of list when not append updating (0076bea)
  • ui: 🐛 clear modpack version combobox before get new versions (79b7e01)
  • ui: 🐛 fix search index was default as 1 (a6b2685)
  • ui: 🐛 make a new Download when click import button (39713bb)
  • ui: 🐛 open a new thread for ask license (a6be93c)
  • ui: 🐛 reselect modpack after select modpack version (fix #16) (558fbe4)
  • ui: 🐛 select first option of modpack version filter automatically when values are set (d414159)
  • ui: 🐛 sort modpack versions (2294a87)
  • ui: 🐛 update list when combobox selected (cd19d56)

1.0.0 (2022-06-10)

⚠ BREAKING CHANGES

  • master: project has been renamed to CurseForgeModpackDownloader

Miscellaneous Chores

  • master: 🚚 rename project (bf0e07a)