Go Admin Team Go Admin Versions Save

基于Gin + Vue + Element UI & Arco Design & Ant Design 的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;项目文档》:https://www.go-admin.pro V2 Demo: https://vue2.go-admin.dev V3 Demo: https://vue3.go-admin.dev Antd 订阅版:https://antd.go-admin.pro

v2.1.2

6 months ago

Changelog

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

v2.1.1

9 months ago

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

1 year ago

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

v2.0.12

1 year ago

FIX🐛:

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

REFACTOR🎨:

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

v2.0.11

1 year ago

FIX🐛:

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

v2.0.10

2 years ago

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

2 years ago

本次更新内容:

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

v2.0.8

2 years ago

本次更新内容:

  1. 修正了对sqlite的支持

编译时需要添加 -tags sqlite3

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

v2.0.7

2 years ago

本次更新内容:

  • 修复gcc强依赖问题

v2.0.6

2 years ago

本次更新内容:

  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相关问题