Skip to content

Releases: go-admin-team/go-admin

v2.1.2

02 Nov 10:14
9d735ed
Compare
Choose a tag to compare

Changelog

  • fix🐛: Fix the problem that el-popconfirm does not take effect @wenjianzhang
  • fix🐛: Known bug fixes

v2.1.1

02 Aug 01:20
Compare
Choose a tag to compare

Changelog

v2.1.0

14 Apr 08:00
7d74e6f
Compare
Choose a tag to compare

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

27 Jul 14:05
Compare
Choose a tag to compare

FIX🐛:

  • 添加bcrypt包的引用
  • 修复doc url of cgo
  • 修复角色新增、修改时,sys_casbin_rule表drop,然后重新create的问题(#539)
  • 修复 UpdatePwd error
  • 修复关闭中的job能够启动问题(#638)

REFACTOR🎨:

  • 引入github.com/pkg/errors更好的错误堆栈追踪

Release v2.0.11

27 May 16:48
3873342
Compare
Choose a tag to compare

FIX🐛:

  • Fix the problem that the closed job can start.#638
  • Add rolekey data duplicate verification.#649
  • Update readme. #629

Release v2.0.10

05 Mar 04:26
1fe19d1
Compare
Choose a tag to compare

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

12 Feb 17:32
72391f0
Compare
Choose a tag to compare

本次更新内容:

  1. 修正macos环境中monitor功能的错误(#605)
  2. 重新定义了monitor的UI
  3. 修正了密码重置的消息提示
  4. 添加了sqlserver的支持【内测中】
  5. 修正了其他已知问题

v2.0.8

22 Jan 12:05
e2c5075
Compare
Choose a tag to compare

本次更新内容:

  1. 修正了对sqlite的支持

编译时需要添加 -tags sqlite3

如果登录失败,请从这里下载sqlite数据库文件

v2.0.7

02 Sep 12:50
0ac9f41
Compare
Choose a tag to compare

本次更新内容:

  • 修复gcc强依赖问题

v2.0.6

19 Aug 11:39
49e4c19
Compare
Choose a tag to compare

本次更新内容:

  1. 升级gin 1.7.3
  2. 升级包go-admin-core v1.3.7和go-admin-core/sdk v1.3.7至v1.3.8
  3. 删除移除功能的数据初始化
  4. 优化角色修改时循环AddNamedPolicy
  5. 调整了参数设置功能中的系统logo相关问题