Releases: go-admin-team/go-admin
Releases · go-admin-team/go-admin
v2.2.0
Changelog
- delete 🎉: Remove the example code run.go
- refactor 🎨: Optimize the logging method and use log uniformly Replace log with Info Println
- fix 🐛: Fix function call error for obtaining local host IP
- refactor🎨: remove unused distributed lock setup code in initialize.go
- fix🐛: include captcha answer in GenerateCaptchaHandler for improved logging
- fix🐛: improve error logging in jobbase.go for better clarity
- refactor🎨: update go version 1.24
v2.1.2
Changelog
- fix🐛: Fix the problem that el-popconfirm does not take effect @wenjianzhang
- fix🐛: Known bug fixes
v2.1.1
Changelog
- perf 👌: upgrade gin 1.9.1 @wenjianzhang
- perf👌: Remove unused attributes @wenjianzhang
- perf👌: Optimize go warnings @wenjianzhang
- fix🐛: Known bug fixes @wenjianzhang
v2.1.0
Changelog
- feat ✨: upgrade go1.18 @wenjianzhang
- perf 👌: update casbin gorm adapter @wenjianzhang
- perf 👌: remove casbin sys_ @ wenjianzhang
- perf 👌: upgrade gorm,casbin,gin,uuid version @wenjianzhang
- refactor 🎨: errors add go mod @wenjianzhang
- refactor 🎨: update 1599190683659_ tables.go @Vingurzhou
- refactor 🎨: reload policy policy after role creation and update @wenjianzhang
- refactor 🎨: add menu paths default data @wenjianzhang
- refactor 🎨: delete template middleware duplicate initialization code @zyd
- refactor 🎨: catch exception return error message @zyd
- docs 📝: add development environment requirements @wenjianzhang
- docs 📝: write dockerfile startup script @haimat
- config 🔧: set DB CHARSET utf8mb4(#674) @wenjianzhang
- config 🔧: modify the instruction createapp to app @wenjianzhang
- fix 🐛: customized error middleware bug fix @wenjianzhang
- fix 🐛: the path in the menu is not set to fix the problem. @wenjianzhang
- fix 🐛: fix rolemenu @wenjianzhang
- fix 🐛: fix github.com/alibaba/sentinel-golang middleware(#679) @wenjianzhang
- fix 🐛: add MySQL judgment in data migration @wenjianzhang
- fix 🐛: delete template middleware duplicate initialization code @wenjianzhang
- fix 🐛: fix rolemenu @zhangzhenlun
- fix 🐛: Fix menu interface menurole with incomplete data (# 676) @wenjianzhang
- fix 🐛: Fix template get update delete error @zyd
- fix 🐛: Repair role creation prompt empty slice found (#687) @wenjianzhang
- fix 🐛: Fix create when creating a new create_ by Problem with by value of 0 (#688) @wenjianzhang
- fix 🐛: Handling Postgre startup error issues @infnan
- fix 🐛: Remove excess spaces from the template @zyd
- fix 🐛: fix sys_ router && add swag commond @NaturalGao
- fix 🐛: fix Sidebar Menu Sorting Problem (690) @wenjianzhang
- fix 🐛: fix elegant restart does not take effect @quanbisen
- fix 🐛: fix bug in filtering log creation time and reporting errors @haimat
- fix 🐛: sort parameters must receive using string @zyd
- fix 🐛: template Update method, err has not been assigned a value, and the returned err will always be nil @zyd
- fix 🐛: e. The err output from Log. Errorf ("db error:% s", err) has not been assigned a value of @zhaodongdong
- fix 🐛: update README @xiaobo
- fix 🐛: fix the bug where ordinary users cannot modify their personal information (nickname, user password) when only using query permissions. @wenyoufu
Release v2.0.12
Release v2.0.11
Release v2.0.10
FIX🐛:
- Fix the problem that the front-end setting data permission does not take effect.
- Fix password reset caused by modifying user information.#538
- Fix readme 404 link.
- Upgrade OXS interface.
- Fix the newline problem in time package in code generation. #569
FEAT✨:
- Added obs,kodo.
- Added oss test.
- Update License copyright
v2.0.9
v2.0.8
本次更新内容:
- 修正了对sqlite的支持
编译时需要添加 -tags sqlite3
如果登录失败,请从这里下载sqlite数据库文件
v2.0.7
本次更新内容:
- 修复gcc强依赖问题