Releases: anyproto/anytype-heart
Releases · anyproto/anytype-heart
v0.27.17
v0.27.16
What's Changed
- custom network configuration from env var by @cheggaaa in #187
- improve makefile and readme by @requilence in #195
- GO-1720 add networkId to AccountInfo by @requilence in #196
- GO-1334 Save stack on SIGUSR1 by @KirillSto in #201
- Add a link for network config to README.md by @fuksman in #197
- Update mirror-any-block.yml by @fuksman in #203
- GO-1136: add serial number to relations with same names in CSV by @AnastasiaShemyakinskaya in #207
- GO-1136: remove spaces from CSV relations by @AnastasiaShemyakinskaya in #209
- GO-1677 Add debug open object list by @fat-fellow in #194
- GO-1746 return the correct deviceId in accountInfo by @requilence in #205
- GO-1747 add cmd/archiveconverter by @requilence in #206
- ci test by @requilence in #200
- GO-1745 Fix image loading crash by @fat-fellow in #210
- GO-1664: remove files names from errors by @AnastasiaShemyakinskaya in #166
- GO-1744 Widen lastModifiedDate check by @KirillSto in #212
- Update LICENSE.md by @fuksman in #215
- replace node conf by @requilence in #211
- GO-1569: not create objects in case of limit exceed errors by @AnastasiaShemyakinskaya in #219
- GO-1691 QR-code size & empty lines in built-in pages by @KirillSto in #216
- GO-732: fix exporting of header blocks in markdown by @AnastasiaShemyakinskaya in #224
- GO-1682 ObjectListSetObjectType by @KirillSto in #222
- GO-1609: add tests for state store and simple block diffs by @AnastasiaShemyakinskaya in #199
- GO-1569: finish import process with error in case of limit error by @AnastasiaShemyakinskaya in #228
- GO-1569: fix for imported bookmarks without title, image and description by @AnastasiaShemyakinskaya in #229
- GO-1709 Fix unicode sorting by @fat-fellow in #198
- GO-1786: fix duplication of objects in CSV import by @AnastasiaShemyakinskaya in #230
- Bump github.com/uber/jaeger-client-go from 2.28.0+incompatible to 2.30.0+incompatible by @dependabot in #236
- Bump github.com/yuin/goldmark from 1.5.4 to 1.5.5 by @dependabot in #238
- Bump github.com/microcosm-cc/bluemonday from 1.0.1 to 1.0.25 by @dependabot in #239
- Bump github.com/improbable-eng/grpc-web from 0.14.1 to 0.15.0 by @dependabot in #235
- GO-1666 Fix creating an object from a template with a checkbox selected, it becomes unselected in new object's name by @fat-fellow in #175
- Update README.md by @SamBouwer in #226
- Bump github.com/grpc-ecosystem/go-grpc-middleware from 1.3.0 to 1.4.0 by @dependabot in #237
- Bump google.golang.org/grpc from 1.52.0 to 1.57.0 by @dependabot in #240
- GO-1682 Check Layout and Type restrictions on objectType change by @KirillSto in #231
- GO-1782 Extend check on template restriction (reopened) by @KirillSto in #232
- Bump github.com/ipfs/go-path from 0.3.1 to 0.3.2 by @dependabot in #241
- GO-1800: finish process with Error state in case of error by @AnastasiaShemyakinskaya in #243
- GO-1661: protobuf does not export files by @AnastasiaShemyakinskaya in #223
- GO-1677 Add debug open object list by @fat-fellow in #213
- Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.7 by @dependabot in #246
- GO-1724: save the structure of original Notion objects by @AnastasiaShemyakinskaya in #214
- GO-1682 Ignore errors on object list object type update by @KirillSto in #247
- GO-1727: Add usage info for grpcurl by @deff7 in #248
- GO-1806 Make mobile builds compilable by @fat-fellow in #245
- Bump github.com/vektra/mockery/v2 from 2.32.0 to 2.32.2 by @dependabot in #251
- Bump golang.org/x/image from 0.9.0 to 0.10.0 by @dependabot in #249
- Bump golang.org/x/net from 0.12.0 to 0.13.0 by @dependabot in #250
- GO-221 Fix copying of styled text by @KirillSto in #242
- Update json paths by @ra3orblade in #253
- Make contributing possible by @fuksman in #218
- Update proto mirroring by @fuksman in #217
- GO-1724: support new property type by @AnastasiaShemyakinskaya in #254
- GO-1786: create separate collection for CSV transposed option by @AnastasiaShemyakinskaya in #252
- GO-1824: Update any-sync by @mcrakhman in #256
- GO-1804 Add task for fixing flaky-test by @fat-fellow in #244
- GO-1825 Fix Sigusr1 for Windows by @KirillSto in #259
- Bump github.com/vektra/mockery/v2 from 2.32.2 to 2.32.3 by @dependabot in #263
- GO-1622 Add "Delete pre-installed data" task by @KirillSto in #258
- GO-1783 add disableLocalNetworkSync to AccountSelect/Create by @requilence in #257
- GO-1830 Add default template to My Diary view by @KirillSto in #265
- nodes config: add additional non-443 port by @requilence in #266
- fix makefile by @requilence in #267
- fix localdiscovery on android by @requilence in #268
- fix missing import by @requilence in #270
New Contributors
- @SamBouwer made their first contribution in #226
- @ra3orblade made their first contribution in #253
Full Changelog: v0.27.14...v0.27.16
v0.27.15
v0.27.14
What's Changed
- Bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.10 by @dependabot in #183
- Bump github.com/blevesearch/bleve/v2 from 2.3.8 to 2.3.9 by @dependabot in #177
- GO-1708: Fix recommended relations by @deff7 in #191
- GO-1670 Fix typo in notes&diary by @KirillSto in #176
- GO-1710 Add defaultTemplateId to update event by @KirillSto in #192
- Clean file logs, add domain package by @deff7 in #193
Full Changelog: v0.27.13...v0.27.14
v0.27.13
What's Changed
- Go 1698 notion rate limit retry by @requilence in #186
- Go 1696 notion import broken links by @requilence in #185
- GO-1704: Fix concurrent requests by @mcrakhman in #188
- GO-1601: File sync: retry on transaction conflict by @deff7 in #189
- fix files import by @requilence in #190
Full Changelog: v0.27.12...v0.27.13
v0.27.12
What's Changed
- GO-1646: Cache SpaceStat by @deff7 in #173
- GO-1686 Clear last sync status on open and close by @KirillSto in #179
- GO-1684 fix ObjectApplyTemplate: fix name setting by @requilence in #181
- GO-1646: Set default limit in case of error by @deff7 in #178
- GO-1690 add custom default log level by @requilence in #182
- fix build by @requilence in #184
Full Changelog: v0.27.11...v0.27.12
v0.27.12-rc1
v0.27.11
v0.27.10
What's Changed
- Metrics remove unused fields by @requilence in #162
- Fix uninitialized map by @deff7 in #170
- GO-1580 Change relation name type to long text by @fat-fellow in #154
- GO-1545 Fix the cut of restricted fields by @fat-fellow in #144
- Bump golang.org/x/image from 0.8.0 to 0.9.0 by @dependabot in #160
- add missing recommended layout detail when creating the objecttype by @requilence in #172
Full Changelog: v0.27.9...v0.27.10
v0.27.9
What's Changed
- GO-1555: fix child pages with same names in one page by @AnastasiaShemyakinskaya in #141
- GO-1471 Add service subscription debug method by @fat-fellow in #132
- GO-1580 Change relation name type to long text by @fat-fellow in #153
- GO-1058: fix for files with empty first line by @AnastasiaShemyakinskaya in #152
- GO-1630 Turn on race detector in tests by @fat-fellow in #155
- GO-1569: fix importing CSV files with 1000 rows by @AnastasiaShemyakinskaya in #157
- Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 by @dependabot in #161
- GO-1662 Remove template from names by @KirillSto in #163
- GO-1566 Limit http connections by @KirillSto in #146
- GO-1663: fix import crash by @AnastasiaShemyakinskaya in #167
- OPEN-13: License + small instruction updates by @fuksman in #165
- GO-1653 Fix tests to support the race detector by @fat-fellow in #156
- GO-1657 use BuildStateFull for state update by @requilence in #169
Full Changelog: v0.27.8...v0.27.9