Skip to content

Pleasanter

Release Notes (Version 1.4.22.0)

  • Added exclusive control between multiple instances of a background job.
  • Added a "wrap text at cell width" feature to the list item's detail settings.
  • Fixed an issue where the toast menu was not shown after enabling in table administration's "editor".
  • Fixed an issue where an unintended toast menu was shown in table administration's "editor".
  • Fixed an issue where the list display UI was not responsive in the first-generation interface.
  • Fixed an issue where the checkbox layout broke in the first-generation interface.
  • Fixed an issue where the title item's link did not respond to the first click in the list display UI.
  • Fixed an issue where a column width specified in the list item's detail settings did not take effect.
  • Fixed an issue where resetting an item's display name to its default value in Smart Design was not saved.
  • Fixed an issue where an error was shown when navigating to "authenticate by email" during TOTP authentication.
  • Fixed an issue where using a linked item as the import key resulted in a duplicate error.
  • Fixed an issue where records from a site without read permission were not displayed correctly in the dashboard timeline.
  • Fixed an issue where items not shown on the list were not copied when copying a record in grid edit mode.
  • Fixed an issue where notifications were not sent when updating a record in grid edit mode.
  • Fixed an issue where (unselected) could not be combined with other arbitrary items in the search dialog for an item linked to a user.
  • Fixed an issue where checkboxes sometimes became unresponsive in record access control's permission settings.
  • Fixed an issue where automatic postback did not work on a linked item with both multiple-choice and search enabled.

Release Notes (Version 1.4.21.1)

  • Fixed an issue in the first-generation interface where the "choice list" could not be updated in "table administration": "editor": item detail settings.

Release Notes (Version 1.4.21.0)

  • Renewed the settings UI for table administration "editor".
  • Added a camera-launch icon to "content", "description", and "comment" fields on mobile devices. Bikurun
  • Added a feature to specify which attachment types are allowed to show a preview.
  • Fixed an issue where a link URL written in Markdown syntax was sometimes not converted correctly.
  • Fixed an issue where a lookup target item's manually entered value was overwritten when running a process with data change configured.
  • Fixed an issue where automatic postback ran unexpectedly when viewing change-history details.
  • Fixed a JavaScript error on the first click of the table administration editor's enable button.
  • Fixed an issue where input validation ran when clicking "reset" in the table administration editor's item detail settings. Bikurun
  • Fixed an issue where a checkbox label was shown during grid editing.
  • Fixed an issue where a lookup's OverwriteForm did not work during grid editing.
  • Fixed an issue where a read-only item was not copied correctly during grid editing.
  • Reviewed the z-index across the new UI's overall page layout.

Release Notes (Version 1.4.20.0)

  • Added "rich text editor" as a style option for "content item" and "description item".
  • Added support for scroll operations in the list display UI.
  • Added "cell width" and "fix scroll at the left edge" to an item's detail settings on the list screen.
  • Added an IsTimeOut property to server script HttpClient to indicate that a request timed out. Bikurun
  • Added a dashboard example to the demo data.
  • Fixed an issue where server scripts ran during site package import and export.
  • Fixed an issue where an item made read-only via status-based control was not displayed correctly during grid editing.
  • Fixed an issue where a record being dragged in the "calendar" or "Kanban" view was displayed in an unintended position.

Release Notes (Version 1.4.19.1)

  • Fixed an issue where extended scripts were not output.

Release Notes (Version 1.4.19.0)

  • Added a Content Security Policy (CSP) feature.
  • Added a feature for server script $ps.file to copy files. Bikurun
  • Added a feature to specify a request timeout on server script HttpClient. Bikurun
  • Added a feature to insert images into a wiki via the API.
  • Changed the UI design of headings.
  • Changed the checkbox layout based on the check item's placement setting.
  • Fixed an issue where the chart was not displayed correctly when a completion item with a date-only format was set on the horizontal axis of a time-series chart.
  • Fixed an issue where attachments could not be uploaded after a validation error.
  • Fixed an issue where an unnecessary icon was shown in the password-reset dialog.
  • Fixed an issue where automatic postback did not work on a date item.
  • Fixed an issue where a post-import notification email's URL pointed to the administration screen instead of the site list.
  • Fixed an issue where running CodeDefiner resulted in an error on Amazon Aurora PostgreSQL.
  • Fixed an issue where an exception was logged when starting Pleasanter on Azure App Service.
  • Fixed inappropriate error handling for malformed multipart/form-data requests.
  • Fixed an issue where a summary with a broken link still ran during summary synchronization.
  • Fixed an issue where loading a table sometimes resulted in an error in responsive display.

Release Notes (Version 1.4.18.0)

  • Added a feature to update comments when updating a record via CSV import.
  • Added a feature to output comments in JSON format via CSV export.
  • Added a feature to specify the maximum number of records shown in link display. Bikurun
  • Added a function ($p.groupIds) to scripts to retrieve the IDs of the logged-in user's member groups. Bikurun
  • Added a feature for the $DATEDIF function to return the difference in hours, minutes, and seconds. Bikurun
  • Added an option to specify an arbitrary time offset in CodeDefiner's time-difference conversion feature. Bikurun
  • Added a feature to specify a MySQL server on a different host when installing Pleasanter.
  • Changed the date-item library used by the second-generation interface.
  • Changed the UI of read-only radio buttons.
  • Fixed an issue where a description item could not be placed under certain conditions in Smart Design.
  • Fixed an issue where, when copying a record in grid edit mode, existing data carried over from the copy source was not saved for items that were not edited.
  • Fixed an issue where a process's bulk-action buttons were not displayed correctly in the first-generation interface.
  • Fixed an issue where the loading screen did not switch away after deleting or restoring a record from the trash.
  • Fixed an issue where "delete child records together" did not work when "always require search condition" was enabled on a child table.

Release Notes (Version 1.4.17.0)

  • Please review these notes before using the installer's update and merge feature from version 1.4.17.0 onward New
  • Added an ID conversion feature for organizations, groups, and users when importing a site package.
  • Added a context.ReferenceType property to server scripts. Bikurun
  • Added a context.HttpMethod property to server scripts.
  • Fixed an issue where the "title/content" item was not displayed correctly on the list screen settings when using a custom design. Bikurun
  • Fixed an issue where site images stored in the database could not be displayed after changing BinaryStorage's Provider to Local.
  • Fixed an issue where part of the $ISERROR function's evaluation logic was incorrect in extended formulas.
  • Fixed an issue where the group-member add/update results were not output in the group information import API's response.
  • Fixed an issue with the execution-user selection dialog for background server scripts.
  • Fixed an issue where reloading the table administration screen while using KVS retained the settings from before the reload. Bikurun
  • Fixed an issue where a numeric column's custom format was not applied when read-only.