|
|
|
@ -4,6 +4,13 @@
|
|
|
|
|
* server
|
|
|
|
|
* `installMethod: 'unspecified'` in the default config to distinguish docker installs
|
|
|
|
|
* `instancePurpose` on admin panel
|
|
|
|
|
* add support for archiving pin lists (instead of deleting them)
|
|
|
|
|
* blocks
|
|
|
|
|
* archive blocks instead of deleting them outright
|
|
|
|
|
* implement as storage API
|
|
|
|
|
* validate blocks in worker
|
|
|
|
|
* don't include adminEmail in telemetry unless we have consentToContact
|
|
|
|
|
* don't include instancePurpose in telemetry if it is "noanswer"
|
|
|
|
|
* display warnings when remote resources are blocked
|
|
|
|
|
* in code preview
|
|
|
|
|
* restrict style tags to a scope when rendering them in markdown preview by compiling their content as scoped less
|
|
|
|
@ -15,6 +22,19 @@
|
|
|
|
|
* form templates
|
|
|
|
|
* guard against a type error in `getAccessKeys`
|
|
|
|
|
* guard against invalid or malicious input when constructing media-tags for embedding in markdown
|
|
|
|
|
* Japanese translation
|
|
|
|
|
* conversions
|
|
|
|
|
* convert app
|
|
|
|
|
* some basic office formats
|
|
|
|
|
* rich text => markdown
|
|
|
|
|
* handle some pecularities with headings and ids
|
|
|
|
|
* forms => .csv
|
|
|
|
|
* trello import with some loss
|
|
|
|
|
* fix rendering issue for legacy markdown media tag syntax
|
|
|
|
|
* guard against domExceptions
|
|
|
|
|
* catch errors thrown by the diff applier
|
|
|
|
|
* don't bother returning the hash of a pin list to the client, since they don't use it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 4.7.0
|
|
|
|
|
|
|
|
|
|