From 93859730e4273273bd65025b9d4c74b24b748ec6 Mon Sep 17 00:00:00 2001 From: qianmoQ Date: Mon, 22 Jul 2024 09:41:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20`2024.1.3`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/infosphere-common/pom.xml | 2 +- core/infosphere-console/package.json | 2 +- core/infosphere-security/pom.xml | 2 +- core/infosphere-server/pom.xml | 2 +- core/infosphere-service/pom.xml | 2 +- docs/docs/download.md | 2 +- docs/docs/index.md | 2 +- docs/docs/release/2024.1.2.md | 23 ++++++++++++++++++++++ docs/docs/release/latest.md | 29 +++++++++++++++++----------- docs/mkdocs.yml | 7 ++++--- pom.xml | 2 +- 11 files changed, 53 insertions(+), 22 deletions(-) create mode 100644 docs/docs/release/2024.1.2.md diff --git a/core/infosphere-common/pom.xml b/core/infosphere-common/pom.xml index 415728a..d4425f7 100644 --- a/core/infosphere-common/pom.xml +++ b/core/infosphere-common/pom.xml @@ -4,7 +4,7 @@ org.devlive.infosphere infosphere - 2024.1.3-SNAPSHOT + 2024.1.3 ../../pom.xml diff --git a/core/infosphere-console/package.json b/core/infosphere-console/package.json index 7a63394..b7b2454 100644 --- a/core/infosphere-console/package.json +++ b/core/infosphere-console/package.json @@ -1,7 +1,7 @@ { "name": "infosphere-console", "private": true, - "version": "2024.1.3-SNAPSHOT", + "version": "2024.1.3", "type": "module", "scripts": { "predev": "sh setup.sh", diff --git a/core/infosphere-security/pom.xml b/core/infosphere-security/pom.xml index 2c0671b..959ac6c 100644 --- a/core/infosphere-security/pom.xml +++ b/core/infosphere-security/pom.xml @@ -4,7 +4,7 @@ org.devlive.infosphere infosphere - 2024.1.3-SNAPSHOT + 2024.1.3 ../../pom.xml diff --git a/core/infosphere-server/pom.xml b/core/infosphere-server/pom.xml index e069f4e..a25bae5 100644 --- a/core/infosphere-server/pom.xml +++ b/core/infosphere-server/pom.xml @@ -4,7 +4,7 @@ org.devlive.infosphere infosphere - 2024.1.3-SNAPSHOT + 2024.1.3 ../../pom.xml diff --git a/core/infosphere-service/pom.xml b/core/infosphere-service/pom.xml index 3a81de5..3b33fc3 100644 --- a/core/infosphere-service/pom.xml +++ b/core/infosphere-service/pom.xml @@ -4,7 +4,7 @@ org.devlive.infosphere infosphere - 2024.1.3-SNAPSHOT + 2024.1.3 ../../pom.xml diff --git a/docs/docs/download.md b/docs/docs/download.md index 12fa16b..9b893d2 100644 --- a/docs/docs/download.md +++ b/docs/docs/download.md @@ -28,7 +28,7 @@ hide:
- [InfoSphere-2024.1.2.tar.gz](xxx){ .md-button .md-button-primary } + [InfoSphere-2024.1.3.tar.gz](xxx){ .md-button .md-button-primary } - :material-more: __更多__ diff --git a/docs/docs/index.md b/docs/docs/index.md index 6b63c84..fddb923 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -24,7 +24,7 @@ hide:
-

InfoSphere 是一款面向企业和个人的开源 Wiki 系统,旨在提供简单而强大的知识管理解决方案。 +

InfoSphere 是一款面向企业和个人的开源知识管理系统,旨在提供简单而强大的知识管理解决方案。

fork diff --git a/docs/docs/release/2024.1.2.md b/docs/docs/release/2024.1.2.md new file mode 100644 index 0000000..1bedb8e --- /dev/null +++ b/docs/docs/release/2024.1.2.md @@ -0,0 +1,23 @@ +**InfoSphere 发布!** + +| 发布版本 | 发布时间 | +|:-----------:|:------------:| +| `2024.1.2` | `2024-07-18` | + +## 基本功能 + +--- + +- 重命名 docker compose 组件名称 +- 修改探索页面分页布局 + +## 书籍功能 + +--- + +- 支持公开书籍未登录访问 +- 支持编写文档树形菜单展示 +- 支持阅读文档树形菜单展示 +- 支持右键菜单创建文档 +- 支持删除文档 +- 支持书籍状态配置 diff --git a/docs/docs/release/latest.md b/docs/docs/release/latest.md index 1bedb8e..bf1730f 100644 --- a/docs/docs/release/latest.md +++ b/docs/docs/release/latest.md @@ -1,23 +1,30 @@ **InfoSphere 发布!** -| 发布版本 | 发布时间 | -|:-----------:|:------------:| -| `2024.1.2` | `2024-07-18` | +| 发布版本 | 发布时间 | +|:----------:|:------------:| +| `2024.1.3` | `2024-07-22` | ## 基本功能 --- -- 重命名 docker compose 组件名称 -- 修改探索页面分页布局 +- 添加探索菜单连接 +- 增加底部布局 +- 更新 README.md 登录系统账号 +- 支持用户上传头像 ## 书籍功能 --- -- 支持公开书籍未登录访问 -- 支持编写文档树形菜单展示 -- 支持阅读文档树形菜单展示 -- 支持右键菜单创建文档 -- 支持删除文档 -- 支持书籍状态配置 +- 支持记录访问书籍历史 +- 支持书籍访问历史展示 +- 修复书籍文档标记格式问题 +- 优化书籍详情加载状态 +- 支持记录访问者 IP 等信息 +- 优化编辑文档路由 +- 支持阅读文档时跳转编辑文档 +- 添加书籍状态展示 +- 添加首页热门书籍 +- 支持修改文档名称 +- 支持用户书籍展示 diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 6cd6b3a..979e336 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -2,14 +2,14 @@ site_name: InfoSphere site_url: https://infosphere.devlive.org site_author: qinamoQ site_description: >- - InfoSphere 是一款面向企业和个人的开源 Wiki 系统,旨在提供简单而强大的知识管理解决方案。 + InfoSphere 是一款面向企业和个人的开源知识管理系统,旨在提供简单而强大的知识管理解决方案。 repo_name: devlive-community/incubator-infosphere repo_url: https://github.com/devlive-community/incubator-infosphere edit_uri: "https://github.com/devlive-community/incubator-infosphere/blob/dev/docs/docs" banners: - - title: InfoSphere 2024.1.2 已经发布。 + - title: InfoSphere 2024.1.3 已经发布。 link: /release-latest.html description: 如果您喜欢 InfoSphere ? 请前往 GitHub 给我们点击一个 🌟 @@ -69,6 +69,7 @@ nav: - reference/getStarted/installFromDocker.md - reference/getStarted/installFromDockerCompose.md - 更新日志: - - 2024.1.2 (latest): release/latest.md + - 2024.1.3 (latest): release/latest.md + - 2024.1.2: release/2024.1.2.md - 2024.01.1: release/2024.01.1.md - 1.5.0 (Old): release/1.5.0.md diff --git a/pom.xml b/pom.xml index 092a5c2..ea8913a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.devlive.infosphere infosphere pom - 2024.1.3-SNAPSHOT + 2024.1.3 core/infosphere-common