{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":14164832,"defaultBranch":"master","name":"dde-daemon","ownerLogin":"linuxdeepin","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-11-06T06:29:02.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1592697?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726046548.0","currentOid":""},"activityList":{"items":[{"before":"f49d42551f272bd0420e971a8665bfb9524e2585","after":"5dadb93c092fd19c9f0cb0c57f193badc4d99de9","ref":"refs/heads/dependabot/go_modules/golang.org/x/image-0.18.0","pushedAt":"2024-09-11T09:24:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump golang.org/x/image from 0.10.0 to 0.18.0\n\nBumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.18.0.\n- [Commits](https://github.com/golang/image/compare/v0.10.0...v0.18.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/image\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump golang.org/x/image from 0.10.0 to 0.18.0"}},{"before":"6bb42a8e04758d4e880515b735d5db3c776f8b35","after":null,"ref":"refs/heads/develop/snipe","pushedAt":"2024-09-11T09:22:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"BLumia","name":"Gary Wang","path":"/BLumia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10095765?s=80&v=4"}},{"before":null,"after":"6bb42a8e04758d4e880515b735d5db3c776f8b35","ref":"refs/heads/master","pushedAt":"2024-09-11T09:22:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"BLumia","name":"Gary Wang","path":"/BLumia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10095765?s=80&v=4"},"commit":{"message":"chore: systemd文件调整,makefile去掉冗余的安装 (#654)\n\nsystemd文件调整,makefile去掉冗余的安装\r\n\r\nCo-authored-by: fuleyi ","shortMessageHtmlLink":"chore: systemd文件调整,makefile去掉冗余的安装 (#654)"}},{"before":"37a294abc6b4dfcdd4abd842883bf0d98b5052bf","after":null,"ref":"refs/heads/master","pushedAt":"2024-09-11T09:22:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"BLumia","name":"Gary Wang","path":"/BLumia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10095765?s=80&v=4"}},{"before":null,"after":"37a294abc6b4dfcdd4abd842883bf0d98b5052bf","ref":"refs/heads/release/beige","pushedAt":"2024-09-11T09:22:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"BLumia","name":"Gary Wang","path":"/BLumia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10095765?s=80&v=4"},"commit":{"message":"bump to version to 6.0.45\n\nLog: bump to version to 6.0.45","shortMessageHtmlLink":"bump to version to 6.0.45"}},{"before":"6e3a37510a0a6f97b8c5bf4dc7f6d575e87ca0ff","after":"6bb42a8e04758d4e880515b735d5db3c776f8b35","ref":"refs/heads/develop/snipe","pushedAt":"2024-09-09T06:47:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fly602","name":null,"path":"/fly602","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47801344?s=80&v=4"},"commit":{"message":"chore: systemd文件调整,makefile去掉冗余的安装 (#654)\n\nsystemd文件调整,makefile去掉冗余的安装\r\n\r\nCo-authored-by: fuleyi ","shortMessageHtmlLink":"chore: systemd文件调整,makefile去掉冗余的安装 (#654)"}},{"before":"ea6505f839a730b9bb14abe173d37b96c9a5c553","after":"6e3a37510a0a6f97b8c5bf4dc7f6d575e87ca0ff","ref":"refs/heads/develop/snipe","pushedAt":"2024-09-09T02:07:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fly602","name":null,"path":"/fly602","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47801344?s=80&v=4"},"commit":{"message":"Develop/snipe (#652)\n\n* feat: 支持控制中心个性化头像设置\r\n\r\n修改账户头像的目录,支持账户个性化头像设置\r\n\r\nLog: 实现控制中心个性化头像设置功能\r\nResolve: https://github.com/linuxdeepin/developer-center/issues/3796\r\nInfluence: 控制中心账户头像设置\r\n\r\n* chore: cherry-pick v23 patchs\r\n\r\nfix: 单指从触控屏右侧边缘划入打开的不是小组件面板\r\nfix: ScalePlymouth适配社区版\r\nfeat: 支持控制中心个性化头像设\r\n\r\n* chore: 修复dde-system-daemon崩溃的问题\r\n\r\n增加判断,防止dde-account-faces没有更新时用户头像不存在导致dde-system-daemon崩溃\r\n\r\nLog: 修复dde-system-daemon崩溃的问题\r\n\r\n* fix: 登录界面头像显示异常\r\n\r\n新增默认显示头像, 用户自定义头像保存到系统目录(/var/lib/AccountsService/icons), 防止登录界面读取不到\r\n\r\nLog: 修复登录界面头像显示异常异常的问题\r\nResolve: https://github.com/linuxdeepin/developer-center/issues/4041\r\nInfluence: 用户头像正常显示\r\n\r\n* feat: 更改默认头像\r\n\r\n账户默认头像换成小浣熊头像\r\n\r\nLog: 更改用户默认头像\r\nInfluence: 账户头像显示\r\n(cherry picked from commit 82de4e63d424916e2951d9ff71dcc4e19e23f6e8)\r\n\r\n* feat: use dlopen searches library when dpkg-architecture not available\r\n\r\nLog: use dlopen searches library when dpkg-architecture not available\r\n(cherry picked from commit 52eccc195b39e81a08bcca664f4c122087f7a598)\r\n\r\n* fix: 登录界面头像显示异常\r\n\r\n新增默认显示头像, 用户自定义头像保存到系统目录(/var/lib/AccountsService/icons), 防止登录界面读取不到\r\n\r\nLog: 修复登录界面头像显示异常异常的问题\r\nResolve: https://github.com/linuxdeepin/developer-center/issues/4041\r\nInfluence: 用户头像正常显示\r\n\r\n* fix: 登录界面头像显示异常\r\n\r\n新增默认显示头像, 用户自定义头像保存到系统目录(/var/lib/AccountsService/icons), 防止登录界面读取不到\r\n\r\nLog: 修复登录界面头像显示异常异常的问题\r\nResolve: https://github.com/linuxdeepin/developer-center/issues/4041\r\nInfluence: 用户头像正常显示\r\n\r\n* chore: Makefile can use go mod\r\n\r\nmove GO111MODULE=off to debain rules\r\n\r\nLog:\r\n\r\n(cherry picked from commit 0c297a1260a9188c88cd6d885e6198b78073205e)\r\n\r\n* chore: Sync by https://github.com/linuxdeepin/.github/commit/2e5e092ba3f86b16d1aabbabcf0bfd2ae65b19c8\r\n\r\nsync by github workflow\r\n\r\nLog: none\r\nInfluence: none\r\n(cherry picked from commit 243e7e7d6b683850b953f6af6ec06dd197c720ff)\r\n\r\n* chore: remove unused file\r\n\r\nremove unused file\r\n\r\n(cherry picked from commit 0ad88f482f75a64a143fb570c4b1f364ea314644)\r\n\r\n* fix: 第一次进入登陆界面界面缩放异常\r\n\r\ndde-daemon 通过xsettingsd.conf提供了默认的缩放(xft/DPI 98304->缩放比1.0)\r\n导致lightdm-deepin-greeter不会去自己计算缩放比, 导致界面缩放比异常\r\n\r\nLog: 解决第一次进入登陆界面界面缩放异常的问题\r\nResolve: https://github.com/linuxdeepin/developer-center/issues/3594\r\n(cherry picked from commit c7aadc8347e7443192852a4a7af2e1e29b227b7a)\r\n\r\n* chore: update tx config\r\n\r\nupdate tx config\r\n\r\nLog:\r\n(cherry picked from commit 0a0898e27905af56eebff7fbf13f00bd58bdd4b0)\r\n\r\n* chore(CI): Update obs tag build workflow\r\n\r\nuse obs unstable package directly\r\n\r\nlog:\r\n(cherry picked from commit 735deb1254ec5d70759d179679085194f134e688)\r\n\r\n* feat: 添加鼠标和触摸板开关接口\r\n\r\n添加鼠标和触摸板开关接口\r\n\r\nLog:\r\n\r\n(cherry picked from commit f2ee58cd176a33b81a7d432ad95d5ec644cc34a4)\r\n\r\n* feat: 添加鼠标和触摸板使能属性\r\n\r\n添加鼠标和触摸板使能属性\r\n\r\nLog:\r\n(cherry picked from commit 3c69413138c2f87730c297f50e1c4fa3c131ec15)\r\n\r\n* Revert \"chore: Makefile can use go mod\"\r\n\r\nThis reverts commit 6019d645041fbf9390151a63d185d19bf4dfb11f.\r\n\r\n* feat: search in XDG directories\r\n\r\nLog: search in XDG directories\r\n\r\n* chore: add gen.go\r\n\r\nLog: add gen.go support\r\n\r\n(cherry picked from commit 44323fd4d6153c99aacfb09cbd8dbefb5dcc179f)\r\n\r\n* feat: add locale region set\r\n\r\nadd locale region set\r\n\r\nLog:\r\n(cherry picked from commit 2235be11bd2bb7a168677d36ed404f7cd5d6c672)\r\n\r\n* chore: Sync by https://github.com/linuxdeepin/.github/commit/559e91167d4919644f37bbcf123eb0651c1528ea\r\n\r\nsync by github workflow\r\n\r\nLog: none\r\nInfluence: none\r\n(cherry picked from commit 7d546f684319da44c7fc1432cc2821948a5664d2)\r\n\r\n* fix: fix daemon packaging error\r\n\r\nuse test path to test interface\r\n\r\nLog:\r\n(cherry picked from commit 5ab30563c63bd390a3883c0db0109519694ebb15)\r\n\r\n* feat: support to use pipewire\r\n\r\naudio moudule support to use pipewire\r\n\r\nLog:\r\n(cherry picked from commit 6010ab44c97506a87828e790cfe91ac2808e6651)\r\n\r\n* feat: don't need retry 5 count to start audio server\r\n\r\nthere is already a retry mechanism for using systemd to start services\r\nso don't need to manual to retry\r\n\r\nLog:\r\n\r\n(cherry picked from commit 3049a76035f0aa866c66ef5c2b107c642ee9fb5d)\r\n\r\n* feat: add bluetooth battery\r\n\r\nadd bluetooth battery for DBus org.deepin.dde.bluetooth1.GetDevices\r\n\r\n(cherry picked from commit 17285e8c056e7ade62473bba599d8f4adcdd4cb9)\r\n\r\n* feat: update battery when org.bluez.Battery1 interface added or removed\r\n\r\nupdate battery when org.bluez.Battery1 interface added or removed\r\n\r\n(cherry picked from commit 170565d5ea08070b769d066018ccb5ce6ef8ee47)\r\n\r\n* fix: launch incorrect pipewire service\r\n\r\nuse pipewire audio backend need to start pipewire-pulse service\r\n\r\nLog: 修复注销后重新登录音频模块启动失败的问题\r\n(cherry picked from commit ea21d37d2b48532d2d21045ff59dcacc1f77b1da)\r\n\r\n* feat: search in XDG directories\r\n\r\nLog: search in XDG directories\r\n\r\n* fix: tpad enable status misjudgment\r\n\r\ntpad must be enable when mouse device not exist\r\n\r\nLog:\r\n(cherry picked from commit c46704752e2b0079053e1278cd4e6f37d0968064)\r\n\r\n* fix: touchpad enable status misjudgment\r\n\r\nonly DisableTpad status and TPadEnable status is false to enable touchpad\r\n\r\nLog: fix close DisableTpad, touchpad not enable\r\n(cherry picked from commit 77611abac488f7040ea8b3c1cee49de11484d4a0)\r\n\r\n* fix: dock bluetooth module is missing\r\n\r\ndock depends dde-session-daemon bluetooth adapter add signal to show\r\nbluetooth module\r\n\r\nLog:\r\n(cherry picked from commit a46ed1c3201001e7692cf9599b5bd43390c7217d)\r\n\r\n* feat: add pause player interface\r\n\r\nLog:\r\n\r\n(cherry picked from commit 52a7dccf60ab1f9269ae92ddafacee38a077c5f9)\r\n\r\n* fix: bash is not default SHELL for new user\r\n\r\n在未传入shell参数,并且从/etc/adduser.conf配置文件中未获取到DSHELL配置时,将\"/bin/bash\"作为新建用户的默认SHELL,以确保终端中能够正常展示当前用户名、机器名称、当前路径信息。\r\n\r\nLog: 修复新建用户默认SHELL为\"/bin/sh\",导致的终端中未展示当前用户名、机器名称、当前路径信息的问题,\r\nIssue: https://github.com/linuxdeepin/developer-center/issues/5744\r\n(cherry picked from commit 7c65a36441f721b63ee19251ac140c66fbe3975f)\r\n\r\n* chore: correct typos in system/network/ping.go\r\n\r\nLog:\r\n(cherry picked from commit 30df307b60c0851e54a8a1f1558a9b09cac61ec1)\r\n\r\n* feat: add audio server switch support\r\n\r\nadd audio server switch support\r\n\r\nIssue: https://github.com/linuxdeepin/developer-center/issues/5819\r\nLog: add audio server switch support\r\n\r\n(cherry picked from commit 68065d27ff7cacc3869dbf4caf5b4b309fa2b0db)\r\n\r\n* feat: update icon name\r\n\r\nIssue: https://github.com/linuxdeepin/developer-center/issues/5819\r\nLog: update icon name\r\n(cherry picked from commit 0dff5f0938d0cd13899a38c1948b57bf83812bd4)\r\n\r\n* fix: wifi device not enable\r\n\r\nwhen rfkill block, after system reboot,wifi device not enable when rfkill unblock again\r\n\r\nLog:\r\n(cherry picked from commit 1c9de93a998bd0b2a92b8118182f2a18f8020ac2)\r\n\r\n* fix: accounts icon save error\r\n\r\nwe must walk the accounts icon path to get right icon path\r\n\r\nLog:\r\n(cherry picked from commit 459b702863ee64eb2be89acf092fa0b5ed6252be)\r\n\r\n* fix: remove locale region set\r\n\r\nremove locale region set\r\n\r\nLog:\r\n\r\n(cherry picked from commit 1377d96f7607c498923a6627dfd67ed9c282dfb7)\r\n\r\n* feat: search in XDG directories\r\n\r\nLog: search in XDG directories\r\n\r\n* fix: invalid timezone during set dateTime\r\n\r\nIssue: https://github.com/linuxdeepin/developer-center/issues/6925\r\nLog:\r\n(cherry picked from commit 7e581d7bdd5520dc4e0aa5288dd4e12fff9ac154)\r\n\r\n* fix: set the default value of statusNotifierHost to true\r\n\r\nIssue: https://github.com/linuxdeepin/developer-center/issues/4431\r\n\r\n由于dock在daemon检查时可能未启动,导致托盘协议回退。根据 @tsic404 的建议\r\n,在确定一定会有支持SNI规范的应用(dde-dock)启动的情况下,取消该检查。\r\n\r\nSigned-off-by: ComixHe \r\n(cherry picked from commit 6649ed716c449a1fe7baff685c75e4d680b9ce06)\r\n\r\n* fix: fix a crash\r\n\r\n判断 defaultSink 是否为 nil\r\n\r\n(cherry picked from commit dbbc25e57029fbc8bc9fc0b7ef8ed002c4f4e035)\r\n\r\n* fix: the dock icon of deepin-terminal quake mode is missing\r\n\r\nIssue: https://github.com/linuxdeepin/developer-center/issues/8596\r\n\r\n* fix: archlinux build error\r\n\r\n高版本ddcutils需要单独添加ddcutil_types.h才能保证cgo能正常构建\r\n\r\nlog:\r\n\r\n* fix: pressing the power button opened the lock screen\r\n\r\n应该打开关机界面\r\n\r\nIssues: linuxdeepin/developer-center#9360\r\n\r\n(cherry picked from commit 299a4229960b85497013b0b44b3f4c3f65af098e)\r\n\r\n* feat: TreeLand display service special handlle\r\n\r\nTreeLand模式下,部分模块不启动(后续适配完成,恢复)\r\n\r\nLog:\r\n(cherry picked from commit e16a0b5968c3b13f69c90b38e3f9616f24674318)\r\n\r\n* chore: 修改默认greeter壁纸 (#645)\r\n\r\n修改默认greeter壁纸\r\nIssue: https://github.com/linuxdeepin/developer-center/issues/10264\r\n\r\nCo-authored-by: fuleyi \r\n(cherry picked from commit 3e68a356a6446ea9210a2027244880dc901d3cfc)\r\n\r\n* fix: unable to start under wayland\r\n\r\nxeventmonitor disabled under wayland\r\n\r\nLog:\r\n(cherry picked from commit 36a1edc9ec8078fd915baf350655e997c9a78582)\r\n\r\n* chore: 修改polikit中actiond的风格\r\n\r\n修改polikit中actiond的风格\r\n\r\n---------\r\n\r\nCo-authored-by: dengbo \r\nCo-authored-by: fuleyi \r\nCo-authored-by: rewine \r\nCo-authored-by: bluesky \r\nCo-authored-by: deepin-admin-bot \r\nCo-authored-by: zsien \r\nCo-authored-by: dengbo \r\nCo-authored-by: hudeng \r\nCo-authored-by: chenhongtao \r\nCo-authored-by: Cloud \r\nCo-authored-by: chenhongtao \r\nCo-authored-by: hotime \r\nCo-authored-by: Felix Yan \r\nCo-authored-by: ComixHe \r\nCo-authored-by: echengqi \r\nCo-authored-by: Zhang Dingyuan ","shortMessageHtmlLink":"Develop/snipe (#652)"}},{"before":null,"after":"ea6505f839a730b9bb14abe173d37b96c9a5c553","ref":"refs/heads/develop/snipe","pushedAt":"2024-09-03T12:48:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fly602","name":null,"path":"/fly602","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47801344?s=80&v=4"},"commit":{"message":"chore: Based on the professional path, change the interface style to the org.deepin.dde.MODE1 format.\n\nBased on the professional path, change the interface style to the org.deepin.dde.MODE1 format.\nTask: https://pms.uniontech.com/task-view-361181.html","shortMessageHtmlLink":"chore: Based on the professional path, change the interface style to …"}},{"before":"37a294abc6b4dfcdd4abd842883bf0d98b5052bf","after":null,"ref":"refs/heads/develop/snipe","pushedAt":"2024-09-03T12:44:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fly602","name":null,"path":"/fly602","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47801344?s=80&v=4"}},{"before":null,"after":"37a294abc6b4dfcdd4abd842883bf0d98b5052bf","ref":"refs/heads/develop/snipe","pushedAt":"2024-09-03T12:38:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fly602","name":null,"path":"/fly602","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47801344?s=80&v=4"},"commit":{"message":"bump to version to 6.0.45\n\nLog: bump to version to 6.0.45","shortMessageHtmlLink":"bump to version to 6.0.45"}},{"before":null,"after":"37a294abc6b4dfcdd4abd842883bf0d98b5052bf","ref":"refs/heads/release/6.0","pushedAt":"2024-09-02T03:33:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fly602","name":null,"path":"/fly602","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47801344?s=80&v=4"},"commit":{"message":"bump to version to 6.0.45\n\nLog: bump to version to 6.0.45","shortMessageHtmlLink":"bump to version to 6.0.45"}},{"before":"48930439a0cbaccc939f424a15ca389393ff01d8","after":"37a294abc6b4dfcdd4abd842883bf0d98b5052bf","ref":"refs/heads/master","pushedAt":"2024-08-30T05:17:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"deepin-bot[bot]","name":null,"path":"/apps/deepin-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/174141?s=80&v=4"},"commit":{"message":"bump to version to 6.0.45\n\nLog: bump to version to 6.0.45","shortMessageHtmlLink":"bump to version to 6.0.45"}},{"before":"6fff87225eb3bbfbf4c97790057094187d53c3ca","after":"48930439a0cbaccc939f424a15ca389393ff01d8","ref":"refs/heads/master","pushedAt":"2024-08-27T06:50:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fly602","name":null,"path":"/fly602","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47801344?s=80&v=4"},"commit":{"message":"chore: 同步专业版方案,移除飞行模式蓝牙控制代码 (#649)\n\ndde不主动参与蓝牙状态控制\r\nIssue: https://github.com/linuxdeepin/developer-center/issues/10148\r\n\r\nCo-authored-by: fuleyi ","shortMessageHtmlLink":"chore: 同步专业版方案,移除飞行模式蓝牙控制代码 (#649)"}},{"before":"36a1edc9ec8078fd915baf350655e997c9a78582","after":"6fff87225eb3bbfbf4c97790057094187d53c3ca","ref":"refs/heads/master","pushedAt":"2024-08-27T06:43:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"deepin-bot[bot]","name":null,"path":"/apps/deepin-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/174141?s=80&v=4"},"commit":{"message":"bump to version to 6.0.44\n\nLog: bump to version to 6.0.44","shortMessageHtmlLink":"bump to version to 6.0.44"}},{"before":"3e68a356a6446ea9210a2027244880dc901d3cfc","after":"36a1edc9ec8078fd915baf350655e997c9a78582","ref":"refs/heads/master","pushedAt":"2024-08-16T09:37:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"justforlxz","name":"爱折腾的小竹同学","path":"/justforlxz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12298476?s=80&v=4"},"commit":{"message":"fix: unable to start under wayland\n\nxeventmonitor disabled under wayland\n\nLog:","shortMessageHtmlLink":"fix: unable to start under wayland"}},{"before":"e16a0b5968c3b13f69c90b38e3f9616f24674318","after":"3e68a356a6446ea9210a2027244880dc901d3cfc","ref":"refs/heads/master","pushedAt":"2024-08-09T06:20:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fly602","name":null,"path":"/fly602","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47801344?s=80&v=4"},"commit":{"message":"chore: 修改默认greeter壁纸 (#645)\n\n修改默认greeter壁纸\r\nIssue: https://github.com/linuxdeepin/developer-center/issues/10264\r\n\r\nCo-authored-by: fuleyi ","shortMessageHtmlLink":"chore: 修改默认greeter壁纸 (#645)"}},{"before":"18a92c89fd3b532e3ecb08c9199c14c9460b2702","after":"e16a0b5968c3b13f69c90b38e3f9616f24674318","ref":"refs/heads/master","pushedAt":"2024-08-08T02:16:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"justforlxz","name":"爱折腾的小竹同学","path":"/justforlxz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12298476?s=80&v=4"},"commit":{"message":"feat: TreeLand display service special handlle\n\nTreeLand模式下,部分模块不启动(后续适配完成,恢复)\n\nLog:","shortMessageHtmlLink":"feat: TreeLand display service special handlle"}},{"before":"299a4229960b85497013b0b44b3f4c3f65af098e","after":"18a92c89fd3b532e3ecb08c9199c14c9460b2702","ref":"refs/heads/master","pushedAt":"2024-07-24T09:47:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"deepin-bot[bot]","name":null,"path":"/apps/deepin-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/174141?s=80&v=4"},"commit":{"message":"chore: bump to version to 6.0.43\n\nbump to version to 6.0.43\n\nLog: bump to version to 6.0.43","shortMessageHtmlLink":"chore: bump to version to 6.0.43"}},{"before":"80af19c1fda0e31be90e18230ccdf460d83196a1","after":"299a4229960b85497013b0b44b3f4c3f65af098e","ref":"refs/heads/master","pushedAt":"2024-07-24T05:36:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zsien","name":"zsien","path":"/zsien","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8380597?s=80&v=4"},"commit":{"message":"fix: pressing the power button opened the lock screen\n\n应该打开关机界面\n\nIssues: linuxdeepin/developer-center#9360","shortMessageHtmlLink":"fix: pressing the power button opened the lock screen"}},{"before":"80cfbfee4a8439c5c392ecf226c298477611f5f1","after":"80af19c1fda0e31be90e18230ccdf460d83196a1","ref":"refs/heads/master","pushedAt":"2024-07-24T05:13:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"deepin-bot[bot]","name":null,"path":"/apps/deepin-bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/174141?s=80&v=4"},"commit":{"message":"chore: bump version to 6.0.42\n\nrelease to 6.0.42\n\nLog: bump version to 6.0.42","shortMessageHtmlLink":"chore: bump version to 6.0.42"}},{"before":"ff1521a3646e511cd206c59ae33fd37986d69c0c","after":"80cfbfee4a8439c5c392ecf226c298477611f5f1","ref":"refs/heads/master","pushedAt":"2024-07-23T07:34:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"fly602","name":null,"path":"/fly602","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47801344?s=80&v=4"},"commit":{"message":"chore: audio card信息添加portTpye (#642)\n\naudio card信息添加portTpye, 适配任务栏插件\r\n\r\nIssue: https://github.com/linuxdeepin/developer-center/issues/9844\r\n\r\nCo-authored-by: fuleyi ","shortMessageHtmlLink":"chore: audio card信息添加portTpye (#642)"}},{"before":"9c41e3f29bd7ae54dfd5af44e641af0f1058057e","after":"ff1521a3646e511cd206c59ae33fd37986d69c0c","ref":"refs/heads/master","pushedAt":"2024-07-19T06:44:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yixinshark","name":"zyz","path":"/yixinshark","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17400947?s=80&v=4"},"commit":{"message":"chore: 适配vpn和代理 (#640)\n\n1、增加代理变化信号\r\n2、当IP全为空时,自动设置代理为None\r\n\r\nIssue: https://github.com/linuxdeepin/developer-center/issues/9710\r\nhttps://github.com/linuxdeepin/developer-center/issues/9711\r\n\r\nCo-authored-by: fuleyi ","shortMessageHtmlLink":"chore: 适配vpn和代理 (#640)"}},{"before":null,"after":"f49d42551f272bd0420e971a8665bfb9524e2585","ref":"refs/heads/dependabot/go_modules/golang.org/x/image-0.18.0","pushedAt":"2024-06-26T19:33:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump golang.org/x/image from 0.10.0 to 0.18.0\n\nBumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.18.0.\n- [Commits](https://github.com/golang/image/compare/v0.10.0...v0.18.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/image\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump golang.org/x/image from 0.10.0 to 0.18.0"}},{"before":"3945d68590071514b136101e9bdc076538e9b485","after":"9c41e3f29bd7ae54dfd5af44e641af0f1058057e","ref":"refs/heads/master","pushedAt":"2024-06-21T02:25:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zsien","name":"zsien","path":"/zsien","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8380597?s=80&v=4"},"commit":{"message":"fix: Add dde-control-center translations in notifications\n\nIssue: https://github.com/linuxdeepin/developer-center/issues/8859\nLog: Add dde-control-center translations in notifications","shortMessageHtmlLink":"fix: Add dde-control-center translations in notifications"}},{"before":"32ffa1aff3b158e3c00ec86dbc6f5565044a9b51","after":"3945d68590071514b136101e9bdc076538e9b485","ref":"refs/heads/master","pushedAt":"2024-06-19T02:34:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"justforlxz","name":"爱折腾的小竹同学","path":"/justforlxz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12298476?s=80&v=4"},"commit":{"message":"chore: disable clipboard module on wayland\n\nwayland has a ready clipboard manager.\n\nLog:","shortMessageHtmlLink":"chore: disable clipboard module on wayland"}},{"before":"9c69a43c2f1e38d4484b81624a95f4a3817ddc92","after":"32ffa1aff3b158e3c00ec86dbc6f5565044a9b51","ref":"refs/heads/master","pushedAt":"2024-06-19T02:15:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"justforlxz","name":"爱折腾的小竹同学","path":"/justforlxz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12298476?s=80&v=4"},"commit":{"message":"fix: archlinux build error\n\n高版本ddcutils需要单独添加ddcutil_types.h才能保证cgo能正常构建\n\nlog:","shortMessageHtmlLink":"fix: archlinux build error"}},{"before":"d149d85c3bb390e6ad75aed64783680e1dcda5e2","after":"9c69a43c2f1e38d4484b81624a95f4a3817ddc92","ref":"refs/heads/master","pushedAt":"2024-06-05T01:46:24.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"kegechen","name":"mike","path":"/kegechen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23466548?s=80&v=4"},"commit":{"message":"chore: bump version to 6.0.40","shortMessageHtmlLink":"chore: bump version to 6.0.40"}},{"before":"b834405f7143ac06f3c0a782ed9c28ea3f4e533e","after":null,"ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.23.0","pushedAt":"2024-06-03T06:27:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"6b52ad9ffa91ac06f0de5403ee571b3e15ccc214","after":"d149d85c3bb390e6ad75aed64783680e1dcda5e2","ref":"refs/heads/master","pushedAt":"2024-06-03T06:26:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zsien","name":"zsien","path":"/zsien","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8380597?s=80&v=4"},"commit":{"message":"chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.\n- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0"}},{"before":"b11ed367e5ed0fdecaeb52fbf31717bde8a9a27b","after":"b834405f7143ac06f3c0a782ed9c28ea3f4e533e","ref":"refs/heads/dependabot/go_modules/golang.org/x/net-0.23.0","pushedAt":"2024-06-03T06:26:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"zsien","name":"zsien","path":"/zsien","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8380597?s=80&v=4"},"commit":{"message":"chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0\n\nBumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.\n- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/net\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQwOToyNDoxMy4wMDAwMDBazwAAAASy_lLG","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQwOToyNDoxMy4wMDAwMDBazwAAAASy_lLG","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0wM1QwNjoyNjozNS4wMDAwMDBazwAAAARalsbl"}},"title":"Activity · linuxdeepin/dde-daemon"}