Release Notes (Version 1.5.8.1)
- Added a feature that falls back to the default theme when an undefined theme is selected.
- Fixed an issue where the "Grid" screen could not be opened when an item that references the Wiki as a list of options was displayed on the "Grid" screen.
Release Notes (Version 1.5.4.0)
- Added a feature to disable HTML caching for container environments.
- Changed SessionGuid management to use a cookie.
- Fixed an issue where the item being configured was hidden while adding or editing a tab in Smart Design.
- Fixed an issue where Smart Design was not displayed when a self-referencing linked item existed.
- Fixed an issue where using an option item in Site Visualizer allowed viewing a site without access rights.
- Fixed an issue where settings on the "Others" tab of "item access control" could not be saved.
- Fixed an issue where $p.selectedIds() / grid.SelectedIds() caused an application error when "also show history" was enabled on the list.
- Fixed an issue where pasting a large image into "content", "description", "comment", and similar items caused an application error.
- Fixed an issue where registering an address in notification settings or mail settings resulted in an error when Mail.json had OAuth 2.0 authentication enabled and InternalDomains was null.
- Fixed an issue where editing a comment updated the updated-date of every comment in the record.
- Fixed an issue where an application error occurred when operating certain process and view features.
- Fixed an issue where BackgroundJob ran multiple times concurrently when a cluster restarted in a clustered server configuration.
- Fixed an issue where users who already had permission granted were still shown when searching the dashboard's access control tab.
- Fixed an issue where a formula with a duplicate ID was added when a formula set to "disabled" already existed.
- Fixed an issue where filtering did not work in the dashboard Kanban view for a site exceeding the record display limit.
- Fixed an issue where a choice containing a single quote could not be enabled or disabled when configuring filter conditions and similar settings on an item with "use search" ON.
- Fixed an error that occurred when creating a new record from grid editing if the list's custom design used "updated date or created date".
- Fixed an issue where the choice list's starting display month was off when "use month" was applied to a date item's filter.
- Fixed a server script error at runtime when multiple scripts with the same condition existed and a variable was declared with const in a shared server script.
- Fixed an issue where checkboxes and radio buttons were not displayed correctly when printing in the second-generation interface.
Release Notes (Version 1.5.3.0)
- Added drag-and-drop record support to grouped display in the standard calendar.
- Added a tab feature to the Smart Design editor settings screen.
- Added "create record" and "delete record" to Pleasanter MCP.
- Added trusted reverse-proxy authentication.
- Fixed an issue where creating a view via Pleasanter MCP on a site whose view save type was set to "User" made that site inaccessible.
- Fixed an issue where entering a verification code for two-factor authentication resulted in an error right after completing "passkey authentication".
- Fixed an issue where, depending on the runtime environment, a numeric value containing a currency symbol was reset to 0 on update.
- Fixed an issue where CodeDefiner's DB migration feature errored when a Quartz table already existed.
- Fixed an issue where server script
apiModel.Createcould not setStartTimeandCompletionTimevalues. - Fixed an issue where including special characters in a site name broke the display of the breadcrumb list and similar elements.
- Fixed an issue where the site-creation API returned an inappropriate status code when given an invalid ID.
- Fixed an issue where clicking any year/month in the standard calendar with the "year" period selected always displayed the current month's calendar.
- Fixed an issue where entering a date in the Gantt chart or calendar was not reflected.
- Fixed an issue where Pleasanter MCP's
GetSiteIdByTitlecould retrieve the title of a site without read permission. - Fixed an issue where Pleasanter MCP's
GetViewandGetViewIdByViewNamecould retrieve view information for a site without read permission. - Fixed an issue where an attached file became corrupted when sent with an attachment via the mail-sending API.
- Fixed an issue where an item hidden via table administration editor settings could not be unhidden using the server script
columns.{column name}.Hideproperty.
Pleasanter Site Visualizer Fix Notes (Version 1.1.0)
The version number has not changed. This takes effect in Pleasanter 1.5.3.0 and later.
- Fixed an issue where, if a site settings item had a value of 32,767 characters or more, Site Visualizer stopped outputting the settings that followed it.
- Fixed an issue where the layout broke when a site settings value contained HTML tags.
- Fixed an error that occurred when checking site settings in Site Visualizer after deleting an extended item in an environment using the item extension feature.
Pleasanter Code Assist Release Notes (Version 1.3.0)
- Important: Separated the save and sync behaviors.
See "PCA: Save and Sync" under "Commands and Settings" for details. - Added a feature to create subfolders inside folders such as
scriptsandserverscriptsso saved scripts can be organized and categorized.
See "How to Use: Extensions" and "How to Use: Sites" for details. - Fixed an issue where the variables available for file names (
${psFileBasename},${psFileBasenameNoExt},${psFileExtname}) were not substituted correctly when more than one appeared in a file. - Fixed an issue where variable substitution malfunctioned when the file name itself contained a
$character. - Fixed an issue where TLS certificate verification over HTTPS did not work correctly in certain environments.
- Fixed an issue where axios was misdetected as running in browser mode in the Visual Studio Code (Electron) environment, causing the httpsAgent's TLS settings to be ignored.
Release Notes (Version 1.5.2.0)
- Added an MCP server feature.
- Renewed the start guide content.
- Added an extended start guide feature.
- Added a feature to narrow down records by filter during a process's bulk actions.
- Added a feature for standard export to use the list screen's or edit screen's items.
- Added a feature for item access control to show only items used on the list screen or edit screen.
- Added a feature for server script items.Create to run with the permissions of an API key passed as an argument.
- Added properties to the user information retrieved by server script group.GetMembers().
- Added a feature to specify cookies that are not deleted when logging out of Pleasanter.
- Added a feature to specify trusted proxy IP addresses and IP networks for access via a reverse proxy.
- Fixed an issue where navigation away from the top page was blocked when TopOrderBy was applied.
- Fixed an issue where the corresponding process did not run even when a process ID was specified in server script items.Update / Create / Upsert.
- Fixed an issue where content entered on the same line as
[md]in Markdown was lost. - Fixed an issue where a record could not be opened if a link was written in a certain Markdown format.
- Fixed an issue where certain combinations of Markdown syntax were not converted correctly.
- Fixed poor link-text visibility in parts of the first-generation interface.
- Fixed an issue where read-only Markdown was not displayed correctly in the first-generation interface's responsive display.
- Fixed an issue where data with an unset value was not aggregated correctly in the summary and cross-tabulation features.
- Fixed an error that occurred when using a linked-item filter in the bulk-move feature.
- Fixed an issue where AutoDisable was not applied correctly when using multiple LdapSyncPatterns in LDAP integration.
- Fixed an issue where updating in Smart Design copied a "shared" condition's server script into other conditions' server scripts.
Release Notes (Version 1.5.1.0)
- Added OAuth authentication for the SMTP client.
- Added login via passkey authentication.
- Added LINE WORKS as a notification and reminder destination.
- Added import/export for multilingual labels.
- Added a feature to enable/disable a choice by double-clicking it in the search dialog.
- Added a feature to disable processes.
- Added detailed cell settings to the Smart Design list settings screen.
- Added a feature to capture runtime errors from server scripts and extended formulas.
- Fixed an issue where a read-only Markdown "content"/"description" item was unintentionally made editable by Tab navigation.
- Fixed an issue where $p.set() on a description item failed inside $p.events.on_editor_load.
- Fixed an issue where an item's multilingual settings could not be edited in the first-generation interface.
- Fixed an issue where input validation and data registration did not work correctly when a numeric item's format was set to currency.
- Fixed an issue with CodeDefiner's TimeZoneConvert feature.
- Fixed an issue where cross-tabulation resulted in an error depending on the execution server's locale settings.
- Fixed an issue where changing the list screen's item settings also changed the "view" side's settings when the list screen and the "view" shared the same list item settings.

- Fixed an issue where searching in a classification item's search dialog with "use search" enabled sometimes resulted in an error.
- Fixed an issue where a value identical to an item's default value could not be imported for a record with that default value set.
- Fixed a permission error when reference-copying a record whose attachment item had access control configured.
Release Notes (Version 1.5.0.0)
- Changed the target framework to .NET 10.
- Updated the Markdown library (Marked) to the latest version.
- Added a feature for background services to delete unused Permissions/Links records.
- Added a feature to disable formulas.
- Added a feature to disable status-based control.
- Fixed an issue where "site export permission" was required when adding an analysis chart.

- Fixed an issue where switching users while KVS was enabled prevented switching back to the original user.
- Fixed an issue where vertically stacked radio buttons had an unintended clickable area.
- Fixed an issue where, from version 1.4.22.0 onward, the "no database changes" message was sometimes not shown after running CodeDefiner with the /c option.
Operations Tools Release Notes (Version 1.4.0)
When using Pleasanter 1.5, be sure to use this version or later.
- Changed the target framework to .NET 10.