Skip to content

Commit 4c53ca2

Browse files
author
Masaharu Hayashi
committed
update CHAMGELOG
1 parent 8fbd009 commit 4c53ca2

2 files changed

Lines changed: 169 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 82 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,92 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
### Fixed
1313
### Security
1414

15+
16+
## [v2.0.0] 2026-03-18
17+
### Added
18+
- Added support for GakuNin.
19+
- Added a Secret URL functionality.
20+
- Added an integration feature with OA Assist.
21+
- Added a dedicated workspace feature for researchers.
22+
- Enabled workflow usage for registrations via the SWORDv3 API.
23+
- Added functions to group and role management through GakuNin mAP integration.
24+
- Added functionality to record comments during the approval process.
25+
- Modified the approval screen to display links to items.
26+
- Added features to import metadata from researchmap and synchronize data to researchmap.
27+
- Added an option to choose whether to update the author information of linked items when updating the Author Database.
28+
29+
### Changed
30+
- Updated the item list and journal display screens.
31+
- Updated the version of Node.js and nginx used in the system.
32+
- Modified file URLs to allow access via authorization (OAuth 2.0).
33+
- Renamed the "Reject" button to "Back" on the approval screen.
34+
- Updated the notation of "Publish Status" on the item detail screen to Japanese.
35+
- Changed the tabs on the Author DB editing screen from English to Japanese.
36+
37+
### Fixed
38+
- Resolved issues occurring within the JPCOAR Schema 2.0.
39+
- Fixed an issue where location information could not be retrieved during JPCOAR schema metadata harvesting.
40+
- Fixed a registration failure for metadata containing the "Catalog (jpcoar:catalog)" element in JPCOAR Schema 2.0.
41+
- Modified the author detail popup on the item detail screen to display "Creator Type" and "Name Type" attributes added in JPCOAR Schema 2.0.
42+
- Changed the "Original Language (dcndl:originalLanguage)" field to a list box instead of a text box in registration and edit screens.
43+
- Fixed an issue where the "Name Type" attribute became blank when updating linked Author DB data.
44+
- Fixed an issue where full-text search was unavailable for some items by correcting the PDF indexing process.
45+
- Fixed character corruption in PDFs when a cover page is attached.
46+
- Resolved an issue where duplicate file extensions during cover page generation exceeded OS character limits.
47+
- Removed the 10-item limit for bulk deletions in Administration > Item Management.
48+
- Fixed a bug where access controls were not reflected in the "Number of Public Items" in the Operations Report.
49+
- Fixed an issue where unintended keys were registered during bulk registration in Author DB Management.
50+
- Added the creation date to download filenames in Author DB Management > Bulk Export.
51+
- Fixed a loading issue for specific item types.
52+
- Corrected the activity list display in the workflow screen based on user roles.
53+
- Added an error message popup when clicking links to already deleted items in the workflow screen.
54+
- Fixed a bug where items with assigned DOIs were deleted during bulk deletion.
55+
- Fixed an issue where deleting item type fields in metadata management did not remove the corresponding item fields.
56+
- Resolved an issue preventing metadata export in BIBTEX format.
57+
- Fixed an issue where items did not appear in "New Arrivals" after registration.
58+
- Resolved failures in generating custom and standard reports.
59+
- Fixed a bug where changing item visibility on a community page caused an unintended transition to the top screen.
60+
- Fixed the "showlist" functionality for various bibliographic info properties.
61+
- Improved Author Integration to refresh the screen automatically upon completion and handle consecutive integration errors.
62+
- Fixed an issue where the "Publish Status" was not properly inherited after item updates.
63+
- Fixed an issue where "Holding Agency Identifier" values were hidden in registration and detail screens.
64+
- Fixed a security issue where proxy submitters could approve items without proper authorization.
65+
- Fixed an issue preventing faculty users from editing or deleting their own registered items.
66+
- Fixed "Show List" and "Hide" settings for the "Bibliographic Information" item type.
67+
- Removed incorrect options from the Item Type Mapping screen.
68+
- Fixed an issue where items could become disconnected from indexes if a browser was closed during index deletion.
69+
- Fixed an issue where items moved to a parent index were deleted if the original child index was subsequently deleted.
70+
- Enabled CSV file previews on the item detail screen.
71+
- Fixed an error when updating items with NDL JaLC DOIs via import.
72+
- Removed unnecessary strings when registering items with "NDL JaLC" via import.
73+
- Corrected the field label for "Funder Identifier Type" in Funding Information.
74+
- Fixed TSV exports so that "#ID" fields start with a blank space instead of "None."
75+
- Fixed harvesting errors in JDCat caused by years with fewer than four digits.
76+
- Fixed a bug where custom sort settings were not displayed for indices with child indices.
77+
- Removed "[Currently Unused]" from the PMID option in Related Identifiers.
78+
- Fixed a bug where content files became inaccessible after specific publication date changes.
79+
- Removed the mandatory requirement for "Start Page" when editing theses.
80+
- Fixed an issue where feedback email recipients were not updated after author integration.
81+
- Fixed an error causing feedback emails to show zero downloads.
82+
- Fixed a redirection issue after GakuNin RDM or OA Assist login.
83+
- Corrected the date/month order in import log filenames.
84+
- Fixed an error on the item detail screen for the "periodical" resource type.
85+
- Fixed a bug where "static value" settings were cleared during property updates.
86+
- Performed data corrections following property definition changes.
87+
- Fixed the 100-item retrieval limit in OAI-PMH harvesting.
88+
- Fixed missing funderIdentifierTypeURI in OAI-PMH output.
89+
- Prevented APC (rioxxterms:apc) from being output in OAI-PMH JPCOAR Schema 2.0.
90+
- Modified JPCOAR Schema 1.0 resource types to be updated to version 2.0 vocabulary at the time of item approval.
91+
92+
## [v1.0.8b] 2025-10-28
93+
### Changed
94+
- Updated the library used for extracting text from PDFs for full-text search.
95+
- Refined the reindexing command to improve system performance.
96+
1597
## [v1.0.8a] 2025-07-08
1698
### Fixed
1799
- Fixed an issue where the tika library was not included in the Docker image.
18100

19-
20101
## [v1.0.8] 2025-05-20
21102
### Changed
22103
- Improved an issue where the Tika process consumed excessive memory.

CHANGELOG_ja.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,91 @@
1313
### バグフィックス
1414
### 脆弱性対応等
1515

16+
17+
18+
19+
# [v2.0.0] 2026-03-18
20+
### 新機能
21+
- 学認に対応しました。
22+
- シークレットURL機能を追加しました。
23+
- OA Assistとの連携機能を追加しました。
24+
- 研究者用ワークスペース機能を追加しました。
25+
- SWORDv3 API経由での登録でワークフローを利用することができるようになりました。
26+
- GakuNin mAP連携を行い、グループ、ロール管理に機能を追加しました。
27+
- 承認(Approval)で、コメントを記録できるようにしました。
28+
- 承認(Approval)で、アイテムリンクが表示できるように変更しました。
29+
- researchmapからメタデータを取り込む機能、researchmapへデータを連携する機能を追加しました。
30+
- アイテム一覧、雑誌表示画面を変更しました。
31+
- 著者DBの情報を更新する際に、紐づくアイテムの著者情報を更新するかどうかを選択できる機能を追加しました。
32+
33+
### バグフィックス
34+
- JPCOARスキーマ2.0で発生している問題を修正しました。
35+
- JPCOARスキーマメタデータのハーベストにおいて、位置情報の取得ができない問題を修正しました。
36+
- JPCOARスキーマ2.0で追加された「カタログ (jpcoar:catalog)」を持つメタデータの登録に失敗する問題を修正しました
37+
- JPCOARスキーマ2.0追加項目の「作成者属性(creatorType属性)」と「名前タイプ(creatorNameType属性)」について、アイテム詳細画面における作成者の詳細情報のポップアップに表示するよう修正しました。
38+
- JPCOARスキーマ2.0追加項目のメタデータ項目「原文の言語」(dcndl:originalLanguage)について、アイテム個別登録・編集画面で、テキストボックスではなくリストボックスで設定できるように修正しました。
39+
- JPCOARスキーマ2.0追加項目の「名前タイプ(creatorNameType属性)」が登録されたアイテムについて、紐づく著者DBの著者データを更新すると当該属性の値が空欄となる問題を修正しました。
40+
- PDF内容のインデックス作成処理を修正し、再度インデックス処理を実施することで、一部のアイテムの全文検索ができない問題を修正しました。
41+
- カバーページをつけるとPDFが文字化けする問題を修正しました。
42+
- PDFカバーページ生成の際に、ファイル名の拡張子が重複してOSの文字数制限を超えてしまう問題を修正しました。
43+
- Administration > アイテム管理 > 一括削除 で削除できる件数制限(10件)を解除して、一括削除ができるよう修正しました。
44+
- Administration > 統計 > 運用レポートの公開アイテム件数に、インデックス権限等によるアクセス制御が反映されていない問題を修正しました。
45+
- Administration > 著者DB管理 > 一括登録 でファイルを取り込む際に意図しないキーが登録される問題を修正しました。
46+
- Administration > 著者DB管理 > 一括出力 のダウンロードファイル名に作成日を追加し、作成日がわかるように修正しました。
47+
- 特定のアイテムタイプの読み込みが終わらない問題のうち一部を修正しました。
48+
- ワークフロー画面のアクティビティリストがロール(権限)によって正しく表示されない場合がある問題を修正しました。
49+
- ワークフロー画面で、既にアイテムが削除されているアクティビティへのリンクをクリックした際、ポップアップでエラーメッセージを表示し、エラー画面へ遷移しないよう修正しました。
50+
- 一括削除 でDOI付与済みアイテムが削除される問題を修正しました。
51+
- メタデータ管理画面 でアイテムタイプの項目を削除してもアイテムの対応する項目が削除されない問題を修正しました。
52+
- BIBTEX形式でのメタデータ出力ができない問題を修正しました。
53+
- アイテムの登録後、新着アイテムに表示されない問題を修正しました。
54+
- カスタムレポート、定型レポートが出力されない問題を修正しました。
55+
- コミュニティページで、アイテムの公開・非公開の設定変更を行うと、トップ画面に遷移してしまう問題を修正しました。
56+
- 書誌情報プロパティ(書誌情報、助成情報、収録物識別子、会議記述、所蔵機関)のshowlist機能が動作するよう修正しました。
57+
- 実施中の著者統合が完了したときに自動で画面を更新するよう修正しました。また、著者統合の実施中に、新たに著者統合を開始しようとしてエラーになった場合、- 初めの著者統合が完了次第、エラーメッセージを消して次の著者統合を自動で開始するよう修正しました。
58+
- アイテム更新作業の完了時に、編集前のPublish Statusが引き継がれるように修正しました。
59+
- アイテム個別登録画面、アイテム詳細画面で、所蔵機関>所蔵機関識別子の値が非表示になる問題を修正しました。
60+
- アイテムの代理投稿者が、アイテムの登録・編集時に承認する権限を持っていなくても承認できてしまう問題を修正しました。
61+
- 教員権限で、自身が登録したアイテムの編集および削除ができない問題を修正しました。
62+
- アイテムタイプの「書誌情報」でShow List、Hide設定が動作するよう修正しました。
63+
- アイテムタイプマッピング画面に誤った選択肢が表示され、設定できてしまう問題を修正しました。
64+
- インデックス削除中にブラウザの停止、再読み込みを実施するとインデックスに紐づかないアイテムが発生する問題を修正しました。
65+
- アイテムを子インデックスから親インデックスに移動したあとに、子インデックスを削除すると、移動したはずのアイテムが削除される問題を修正しました。
66+
- 承認(Approval)画面の「却下(reject)」ボタンを「戻る(Back)」ボタンにラベル修正しました。
67+
- アイテム詳細画面において、CSVファイルのプレビューが表示できるように修正しました。
68+
- アイテム詳細画面のPublish Statusの表記を日本語に変更しました。
69+
- NDL JaLC DOI付与済みのアイテムをインポートで更新する際に、エラーが発生する問題の修正を行いました。
70+
- DOI_RA「NDL JaLC」を指定してインポートによるアイテム登録時に不要な文字列を登録する問題を修正しました。
71+
-「助成情報」の属性「助成機関識別子タイプ」の項目名が「識別子タイプ」と表示される問題を修正しました。
72+
- エクスポート(TSV)ファイルの一部「#ID」の先頭が「None.」表示ではなく、空白となるように修正しました。
73+
- JDCatの詳細検索条件設定で、4桁未満の西暦が入るとハーベストエラーとなる問題を修正しました。
74+
- 子インデックスを持つインデックスにおいて、カスタムソートの設定内容が設定画面に表示されない問題を修正しました。
75+
- 関連情報>関連識別子>識別子タイプの選択肢「PMID【現在不使用】」から「【現在不使用】」を削除しました。
76+
- 特定の手順でアイテム公開日とコンテンツファイルの公開日を変更すると、コンテンツファイルが参照できなくなる問題を修正しました。
77+
- 学位論文の編集で、開始ページが必須となっている問題を修正しました。
78+
- 著者統合によって、フィードバックメールの送信先が変更されない問題を修正しました。
79+
- フィードバックメール(利用統計レポート)のDL数がエラーのため0件となっている問題を修正しました。
80+
- GakuNin RDMやOA Assistログインの際、認証・認可後に認証前の元ページに画面遷移しない問題を修正しました。
81+
- インポート結果のログのファイル名の日と月を逆順で出力する問題を修正しました。
82+
- 資源タイプが「periodical」のとき、アイテム詳細画面でエラーが発生する問題を修正しました。
83+
- プロパティ更新の際に、アイテムタイプの[static value]で設定した値が変更(クリア)されてしまう問題を修正しました。
84+
- プロパティ定義変更に伴うデータ修正を行いました。
85+
- OAI-PMHハーベストで、100件しか取得できない問題を修正しました。
86+
- OAI-PMH funderIdentifierTypeURI が出力されていない問題を修正しました。
87+
- OAI-PMH JPCOAR スキーマ2.0にAPC「rioxxterms:apc」が出力されないよう修正しました。
88+
- JPCOARスキーマ1.0の資源タイプが登録されたアイテムについて、アイテム編集中の時点では変更されず、アイテム承認時にJPCOARスキーマ2.0の修正語彙・代替語彙に変更されるよう修正しました。
89+
- 著者DB編集画面のタブを英語から日本語に変更しました。
90+
91+
### 既存機能の変更
92+
- 使用しているNode.jsとnginxバージョンを更新しました。
93+
- file urlに対して、認可機能(OAuth2.0)アクセスができるように修正しました。
94+
95+
96+
# [v1.0.8b] 2025-10-28
97+
### 既存機能の変更
98+
- 全文検索用PDFからのテキスト抽出ライブラリの変更を行いました。
99+
- リインデックスコマンドのパフォーマンス改善のための改修を行いました。
100+
16101
## [v1.0.8a] 2025-07-08
17102
### バグフィックス
18103
- tikaライブラリがDockerイメージに格納されていなかった問題を修正しました。
@@ -163,3 +248,5 @@
163248
[v1.0.7b] https://github.com/RCOSDP/weko/compare/v1.0.7a2...v1.0.7b
164249
[v1.0.8] https://github.com/RCOSDP/weko/compare/v1.0.7b...v1.0.8
165250
[v1.0.8a] https://github.com/RCOSDP/weko/compare/v1.0.8...v1.0.8a
251+
[v1.0.8b] https://github.com/RCOSDP/weko/compare/v1.0.8a...v1.0.8b
252+

0 commit comments

Comments
 (0)