| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | 1c057d93bd | update contributors[no ci] | 2024-07-19 22:49:08 +00:00 |  | 
			
				
					| 
							
							
								 UUBulb | 6005004681 | installer: use multiple geoip api to determine location (#393) | 2024-07-20 06:48:53 +08:00 |  | 
			
				
					| 
							
							
								 Spetrum | d8f4236404 | Switch IP checking service to ip-api.com (#391) | 2024-07-17 21:21:04 +08:00 |  | 
			
				
					| 
							
							
								 UUBulb | f95191c8af | fix: concurrent write to single WebSocket connection (#392)
						
						
						
						
						
						
							
 v0.18.1 | 2024-07-17 10:06:23 +08:00 |  | 
			
				
					| 
							
							
								 naiba | 34fedd91d2 | fix: dashboard standalon-alone install | 2024-07-15 16:01:24 +08:00 |  | 
			
				
					| 
							
							
								 naiba | f675b884f5 | feat: fetch version from api for dashboard standalone install | 2024-07-14 22:52:53 +08:00 |  | 
			
				
					| 
							
							
								 naiba | 0b13fec029 | fix: workflow branch name
						
						
						
						
						
						
							
 v0.18.0 | 2024-07-14 19:52:04 +08:00 |  | 
			
				
					| 
							
							
								 naiba | 67b788a969 | ✨ 内置HTTP内网穿透 | 2024-07-14 19:41:50 +08:00 |  | 
			
				
					| 
							
							
								 naiba | b63f693661 | fix: branch name | 2024-07-14 14:46:08 +08:00 |  | 
			
				
					| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | ac64aa7355 | update contributors[no ci] | 2024-07-14 06:38:29 +00:00 |  | 
			
				
					| 
							
							
								 UUBulb | 05d69d5c07 | ci: sync release to gitee (#390) | 2024-07-14 14:38:12 +08:00 |  | 
			
				
					| 
							
							
								 naiba | ce624a0ca6 | fix: loop delay
						
						
						
						
						
						
							
 v0.17.10 | 2024-07-14 13:04:35 +08:00 |  | 
			
				
					| 
							
							
								 naiba | 1c91fcffac | feat: 去除 webTerminal 的 websocket 依赖 | 2024-07-14 12:47:36 +08:00 |  | 
			
				
					| 
							
							
								 UUBulb | 417f972659 | installer: restore the China mirror of agent (#389) | 2024-07-14 07:34:45 +08:00 |  | 
			
				
					| 
							
							
								 naiba | ada344cd6b | chore: go 1.21.x
						
						
						
						
						
						
							
 v0.17.9 | 2024-07-13 13:11:40 +08:00 |  | 
			
				
					| 
							
							
								 naiba | 9d6682fd58 | fix: build | 2024-07-13 13:00:48 +08:00 |  | 
			
				
					| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | 22c687c044 | update contributors[no ci] | 2024-07-13 04:52:14 +00:00 |  | 
			
				
					| 
							
							
								 Tao Chen | e1513203b4 | 添加OIDC支持 (#387) * add general OIDC
* use "github.com/coreos/go-oidc/v3/oidc" to simplify oidc config
* fix: check if https by X-Forwarded-Proto
* recovery config.yaml | 2024-07-13 12:51:59 +08:00 |  | 
			
				
					| 
							
							
								 nap0o | 17373e2dee | 🐛 fixbug (#388) * 修复bug:在server-status主题无法切换
* 替换哪吒面板后台cdn提供商为unpkg
* 替换哪吒面板后台cdn提供商为unpkg
* 加快Agent详情下拉展示速度 | 2024-07-12 22:29:11 +08:00 |  | 
			
				
					| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | e7c6984c72 | update contributors[no ci] | 2024-07-10 15:14:11 +00:00 |  | 
			
				
					| 
							
							
								 nap0o | f4c6f4c57d | ServerStatus主题优化 (#386) * ServerStatus主题优化
1.更新世界地图基础geo文件,中国部分包含南海10段线,藏南部分划线更准
geo在大佬仓库https://github.com/Surbowl/world-geo-json-zh的基础上加工
2.世界地图可以在后台设置自定义代码切换是否包含南极洲,中国港澳台是否单独统计vps数
```<script>
  localStorage.setItem('countryMapGeoFile', 'nezha.world.geo.json'); //默认
  // localStorage.setItem('countryMapGeoFile', 'nezha.world.plus.geo.json'); //单独绘制香港,澳门,台湾
  // localStorage.setItem('countryMapGeoFile', 'nezha.world.antarctica.geo.json'); //有南极洲
  // localStorage.setItem('countryMapGeoFile', 'nezha.world.plus.antarctica.geo.json'); //有南极洲,单独绘制香港,澳门,台湾
</script>
```
3. mixin.js文件删除冗余代码
4. 首页agent下拉详情,控制网络折线图tooltip数字最多显示小数点后两位
* 修正geo文件路径
* 修复世界地图中国港澳台单独绘制时,vps数量计算逻辑
* 删除header中的无用的地图基础数据引用
* 增加温度控制cpu型号识别v0.17.8 | 2024-07-10 23:13:53 +08:00 |  | 
			
				
					| 
							
							
								 UUBulb | 4df60c6955 | ddns: improve performance (#385)
						
						
						
						
						
						
							
 v0.17.7 | 2024-07-07 10:19:58 +08:00 |  | 
			
				
					| 
							
							
								 UUBulb | 0501e120f6 | fix: timestamp conversion (#383)
						
						
						
						
						
						
							
 v0.17.6 | 2024-07-04 14:32:19 +08:00 |  | 
			
				
					| 
							
							
								 UUBulb | cfa425bb33 | feat: notifications support for GPU & Temperature (#381)
						
						
						
						
						
						
							
 v0.17.5 | 2024-07-03 12:34:45 +08:00 |  | 
			
				
					| 
							
							
								 nap0o | 0613b0022d | 优化server-status主题服务页 (#382) | 2024-07-02 22:11:20 +08:00 |  | 
			
				
					| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | 740d15bf79 | update contributors[no ci] | 2024-06-28 02:32:48 +00:00 |  | 
			
				
					| 
							
							
								 Kris | 7ace5d04fa | Update README.md (#380) | 2024-06-28 10:32:31 +08:00 |  | 
			
				
					| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | a38d7bb51d | update contributors[no ci] | 2024-06-25 15:00:50 +00:00 |  | 
			
				
					| 
							
							
								 UUBulb | 61e16f96c5 | fix: EUID is a readonly variable on some shells (#379) | 2024-06-25 23:00:30 +08:00 |  | 
			
				
					| 
							
							
								 nap0o | 61127b3435 | 优化server-status主题首页网络图表 (#378)
						
						
						
						
						
						
							
 v0.17.4 | 2024-06-25 22:16:32 +08:00 |  | 
			
				
					| 
							
							
								 UUBulb | 8805dffe85 | refactor: make the installer script POSIX compliant (#376) | 2024-06-25 22:15:49 +08:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | aeb7c52565 | Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 (#377) | 2024-06-25 22:11:17 +08:00 |  | 
			
				
					| 
							
							
								 nap0o | 877b4cd666 | 优化gpu前端展示代码 (#375)
						
						
						
						
						
						
							
 v0.17.3 | 2024-06-23 22:20:04 +08:00 |  | 
			
				
					| 
							
							
								 naiba | f75847d3d7 | refactor: imporve code style
						
						
						
						
						
						
							
 v0.17.2 | 2024-06-23 16:15:08 +08:00 |  | 
			
				
					| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | eee3225f3a | update contributors[no ci] | 2024-06-23 07:59:19 +00:00 |  | 
			
				
					| 
							
							
								 UUBulb | aa9eb533ad | Temporary fix for DDNSDomain leaks (#374) | 2024-06-23 15:59:03 +08:00 |  | 
			
				
					| 
							
							
								 UUBulb | cf9bbb5ff4 | feat: Add GPU inspection support (#373) | 2024-06-23 10:27:33 +08:00 |  | 
			
				
					| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | 65dee23137 | update contributors[no ci] | 2024-06-22 14:52:43 +00:00 |  | 
			
				
					| 
							
							
								 UUBulb | feb4659cab | Hide DDNS domain info for guests (#371)
						
						
						
						
						
						
							
 v0.17.1 | 2024-06-22 22:52:29 +08:00 |  | 
			
				
					| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | bc7791efd2 | update contributors[no ci] | 2024-06-22 14:51:57 +00:00 |  | 
			
				
					| 
							
							
								 nap0o | 6e6ec3256f | default和serverstatus主题温度展示相关 (#372) | 2024-06-22 22:51:42 +08:00 |  | 
			
				
					| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | ce66f72cf9 | update contributors[no ci] | 2024-06-16 10:13:06 +00:00 |  | 
			
				
					| 
							
							
								 UUBulb | 0ed7436176 | Add option to reduct temperature information (#369)
						
						
						
						
						
						
							
 v0.17.0 | 2024-06-16 18:12:45 +08:00 |  | 
			
				
					| 
							
							
								 UUBulb | 2aabe1bd61 | chore: fix some typos (#370) | 2024-06-16 18:04:27 +08:00 |  | 
			
				
					| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | db5e94d0de | update contributors[no ci] | 2024-06-15 01:43:49 +00:00 |  | 
			
				
					| 
							
							
								 nap0o | 3eecdc2b3f | 修复一些bug (#367) * bug修复:
1. serverstatus主题agent详情不显示内存信息
2. windows系统icon错误
小优化
1. echarts绘制世界地图所需的world.js坐标信息从本地加载切换为从cdn加载
2. font-logos切换为0.17.0版本,使得图标间距更合适
* 优化agent离线保留信息逻辑,从判断“实时在线”调整为判断“曾经在线”。
* 优化agent离线保留信息逻辑,从判断“实时在线”调整为判断“曾经在线”。v0.16.29 | 2024-06-15 09:43:30 +08:00 |  | 
			
				
					| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | b2740e5f3c | update contributors[no ci] | 2024-06-14 10:03:18 +00:00 |  | 
			
				
					| 
							
							
								 nap0o | c3fa4cbbee | 优化default和server status主题 (#363)
						
						
						
						
						
						
							
 v0.16.28 | 2024-06-14 18:02:55 +08:00 |  | 
			
				
					| 
							
							
								 UUBulb | a9da084711 | ci: using time/tzdata package to provide zoneinfo (#365) | 2024-06-14 10:24:58 +08:00 |  | 
			
				
					| 
							
							
								![github-actions[bot]](/avatar/cb7b7994e594270ea25948a7bf186123?size=56) github-actions[bot] | f30969e946 | update contributors[no ci] | 2024-06-01 11:12:04 +00:00 |  |