Releases: AlistGo/alist
Releases · AlistGo/alist
v3.8.0
🚀 Features
- terabox: Add terabox driver (close #2825 close #2678 #2849) - by @Code2qing in #2825, #2678 and #2849 (1c8d8)
🐞 Bug Fixes
- baidu_netdisk: File copy and file upload [skip ci] - by @Code2qing in #2848 (fbf3f)
- mysql: Change mysql against mode (close #2903 close #2844 pr #2904) - by @AkashiCoin in #2903, #2844 and #2904 (14d4d)
- uss: Close of closed channel (close #2847 #2896) - by @zxdstyle and zxdstyle in #2847 and #2896 (428e5)
View changes on GitHub
v3.7.2
v3.7.1
🚀 Features
- Use natural sort in
SortFiles
- by @BoYanZh in #2612 (7aa4d) - Partial update index (close #2593 close #2621 pr #2624) - by @BoYanZh in #2593, #2621 and #2624 (6e23c)
- Index enhancement (close #2632 pr #2636) - by @BoYanZh in #2632 and #2636 (6f1ae)
- Alist v3 index permission - by @BoYanZh and @xhofe in #2653 (62ea9)
- Respond static file on loading storages - by @BoYanZh in #2686 (a2e8e)
- Optimize database search - by @BoYanZh in #2687 (179d2)
- Limit max connection count - by @BoYanZh in #2701 (7947f)
- Log to stdout & file - by @BoYanZh in #2709 (6f4b1)
- Cache static files - by @BoYanZh in #2715 (e58ca)
- Show gorm log on debug/dev mode - by @BoYanZh in #2720 (5a6b6)
- Add pikpak share driver (close #2728 pr #2731) - by @AkashiCoin in #2728 and #2731 (3d336)
- Export all cmd - by @BoYanZh in #2746 (0ae3f)
- Better static file Cache-Control - by @BoYanZh in #2751 (4568a)
- Static files for embed viewers - by @BoYanZh in #2739 (e2bcc)
- Optimize file operation interface - by @foxxorcat and @xhofe in #2757 (62a06)
- Customize proxy ignore headers (close #2763 pr #2766) - by @EzraRT and @xhofe in #2763 and #2766 (14661)
- Customize settings layout - by @xhofe in #2765 (f1e84)
- Support cancel for some drivers - by @xhofe in #2717 (105f2)
- Batch reload all storages (close #2762 pr #2775) - by @BoYanZh in #2762 and #2775 (3af23)
- Update index by
req.Paths
- by @xhofe (e118f) - Support github login - by @itsHenry35 and @xhofe in #2639 (83fe1)
- Add
PUID
,PGID
,Umask
settings to docker image (close #2525 pr #2818) - by @DDS-ALL and DDSRem in #2525 and #2818 (ed6c8) - alist-v3:
- search:
🐞 Bug Fixes
- Can't paste image while report bug [skip ci] - by @CN-traveler in #2597 (bd324)
- Skip virtual driver on building index (close #2604 pr #2617) - by @BoYanZh in #2604 and #2617 (72aa6)
whereInParent
when parent = "/" - by @BoYanZh in #2706 (cdc45)- Sub path check if subPath =
/
- by @xhofe (b50d4) - Pgsql search [skip ci] (close #2761 pr #2774) - by @BoYanZh in #2761 and #2774 (3a41b)
- Cache nil value for meta - by @xhofe (e8948)
/entrypoint.sh
permission denied - by @xhofe (d4520)- Version doesn't update - by @xhofe (f777a)
- 139:
- baidu_netdisk:
- cors:
- deps:
- Update module github.com/aws/aws-sdk-go to v1.44.161 [skip ci] - by @renovate[bot] in #2595 (e61ba)
- Update module golang.org/x/image to v0.2.0 [skip ci] - by @renovate[bot] in #2601 (fb7a5)
- Update module github.com/pquerna/otp to v1.4.0 [skip ci] - by @renovate[bot] in #2708 (2f8ea)
- Update module github.com/blevesearch/bleve/v2 to v2.3.6 [skip ci] - by @renovate[bot] in #2727 (2aeb7)
- Update module golang.org/x/net to v0.4.0 [skip ci] - by @renovate[bot] in #2608 (cbd03)
- Update module golang.org/x/crypto to v0.4.0 [skip ci] - by @renovate[bot] in #2638 (f9cf2)
- Update module github.com/aws/aws-sdk-go to v1.44.163 [skip ci] - by @renovate[bot] in #2738 (37203)
- Update module github.com/aws/aws-sdk-go to v1.44.164 - by @renovate[bot] in #2773 (e4a88)
- Update module github.com/aws/aws-sdk-go to v1.44.167 - by @renovate[bot] in #2781 (5e28d)
- Update module github.com/gin-gonic/gin to v1.8.2 - by @renovate[bot] in #2785 (c00dc)
- Update module github.com/aws/aws-sdk-go to v1.44.169 - by @renovate[bot] in #2816 (dad30)
- local:
v3.6.0
🚨 Breaking Changes
🚀 Features
About search: https://alist.nn.ci/guide/advanced/search.html
- Build index & search with bleve (close #1740 pr #2386) - by @BoYanZh and @xhofe in #1740 and #2386 (330a7)
- Multiple search indexes - by @xhofe in #2514 (ddcba)
- Optional sign all files - by @xhofe (ff0bc)
- Only show
CanAccess
search results - by @BoYanZh and @xhofe in #2548 (4c5be) - Search enhancement - by @BoYanZh in #2562 (8c0df)
- Auto fix address in alist & smb storages - by @BoYanZh in #2582 (dc8d5)
- Optimize index build - by @xhofe (bd33c)
- Customize ignore paths of indexes - by @xhofe (bf8b6)
- Allow all cors headers - by @xhofe in #2571 (5b7aa)
- webdav: Delete privacy header and optimize 302 - by @sihuan in #2534 (f9788)
🐞 Bug Fixes
- Reset index before build new one - by @BoYanZh in #2471 (2383e)
- Settings map read and write concurrently - by @xhofe (76f37)
- Filename char mapping while build index - by @xhofe (e9856)
- Mapping filename in
GetName
- by @xhofe (83644) - Check if the req path is relative path - by @xhofe in #2531 (b5bf5)
- Add hide check to
canAccess
- by @xhofe in #2532 (4980b) - Unify settings string - by @BoYanZh in #2555 (09f48)
- Hide check in
canAccess
- by @naicfeng in #2556 (ae791) - Async init aria2 to optimize start duration - by @xhofe (4e1be)
- aliyundrive:
- aliyundrive_share:
- aria2:
- ci:
- deps:
- index:
- local:
- task:
View changes on GitHub
v3.5.1
🚀 Features
🐞 Bug Fixes
- Resolve import cycle in alist v3 driver (close #2337 pr #2338) - by @BoYanZh in #2337 and #2338 (3fbdf)
- Cache is modified while sorting - by @xhofe in #2340 (4dcaa)
- Check error type on file not found - by @BoYanZh in #2383 (a02d9)
- Check password while upload - by @xhofe in #2444 (85e13)
- 123:
- build:
- deps:
- google_drive:
View changes on GitHub
v3.4.0
🚨 Breaking Changes
🚀 Features
- Add alist v2 driver - by @BoYanZh in #2281
- Silent start, stop and restart - by @xhofe (efe0e)
- 115:
- Add qrcode login - by @SheltonZhu in #2206
- Put
UA
as a variable - by @user1121114685 in #2217
- 123:
- Support mail login (close #2218 pr #2276) - by @Code2qing (c601b)
- aria2:
- google_drive:
🐞 Bug Fixes
- Disable cache for 302 redirect (close #2216) - by @xhofe (18cd4)
- Missed encode path while use down proxy (close #2208) - by @xhofe (26a29)
- 115:
- Update 115 driver lib to fix some bugs - by @SheltonZhu in #2275
- 123:
- 189:
- local:
View changes on GitHub
v3.3.0
🚨 Breaking Changes
🚀 Features
- Add smb driver (close #1746) - by @BoYanZh in #2114
- Add alist v3 driver (close #1833 pr #2129) - by @BoYanZh and @xhofe (5f79d)
- Add
Referrer-Policy
while redirect (pr #2160) - by @xhofe (e75f1) - 115: Add cloud 115 driver - by @SheltonZhu in #2164
- local: Add show hidden config - by @itswcg in #2087
- mediatrack: Get real url - by @naicfeng in #2132
- user: Set default password of init user from env - by @BeidouCloudPlatform in #2058
🐞 Bug Fixes
- Incorrect root path of initial storage for dev mode - by @xhofe (a2c80)
- Use
utils.Log
during static file router init - by @BoYanZh in #2100 - Delete cache if files is empty - by @xhofe (00199)
- 123: Get real url - by @naicfeng in #2135
- 189pc: Fix typo - by @xhofe (7bfa5)
- smb: Remount smb before each operation (close #2123 pr #2140) - by @BoYanZh (a3b63)
View changes on GitHub
v3.2.1
🚀 Features
- google_photo: Add categories in root, add album support. - by @LittleJake in #2046
🐞 Bug Fixes
- aria2: Retry 5 times for get status (close #1857) - by @xhofe (b8cf0)
- google_drive: Incorrect
ModifiedTime
(close #2002) - by @xhofe (7a958) - s3: Mkdir and delete (close #2029) - by @xhofe (45cc0)
- thunder,189pc: Some known problems - by @foxxorcat (0e99e)
View changes on GitHub
v3.2.0
🚀 Features
- Add support for mega.nz (close #1553) - by @xhofe (dcaaa)
- onedrive: Customize chunk size (close #1927) - by @xhofe (30f99)
🐞 Bug Fixes
- Can't delete disabled storage (close #1942) - by @xhofe (baebc)
- Version print of build script [skip ci] - by @xhofe (55aa8)
- onedrive: Unable to operate if path contains
%
(close #1965) - by @xhofe (5ea8d) - webdav: Set mime by ext if it's empty - by @xhofe (8c692)