diff options
| author | Factiven <[email protected]> | 2023-09-13 00:45:53 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-13 00:45:53 +0700 |
| commit | 7327a69b55a20b99b14ee0803d6cf5f8b88c45ef (patch) | |
| tree | cbcca777593a8cc4b0282e7d85a6fc51ba517e25 /release.md | |
| parent | Update issue templates (diff) | |
| download | moopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.tar.xz moopa-7327a69b55a20b99b14ee0803d6cf5f8b88c45ef.zip | |
Update v4 - Merge pre-push to main (#71)
* Create build-test.yml
* initial v4 commit
* update: github workflow
* update: push on branch
* Update .github/ISSUE_TEMPLATE/bug_report.md
* configuring next.config.js file
Diffstat (limited to 'release.md')
| -rw-r--r-- | release.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/release.md b/release.md new file mode 100644 index 0000000..dacb512 --- /dev/null +++ b/release.md @@ -0,0 +1,23 @@ +# Changelog + +This document contains a summary of all significant changes made to this release. + +## Update v4.0.0 + +### Added + +- Added option to disable custom list. +- Added schdeule +- Added redis for caching. +- Support for the GPL v3.0 license in the project documentation. + +### Fixed + +- Issue #66: Resolved a bug that caused the workflow to fail under specific conditions. +- Premid not detecting cover image when viewing info page + +### Changed + +- Changed the app's license from MIT to GPL v3.0 for improved open-source compliance and restrictions. +- Redesigned and rewrote portions of the information page to improve mobile-friendliness and enhance the user experience. +- Conducted a significant refactoring of the API codebase to enhance performance and scalability, resulting in a more efficient and responsive application. |