Commit Graph

742 Commits

Author SHA1 Message Date
Ben Yorke
6e31a55fe0 Inital radix reskin 2023-06-30 09:35:00 +02:00
Ben Yorke
c6cad4135e second pass at styling 2023-06-30 09:34:31 +02:00
Ben Yorke
641a38afa6 Setting of radix colors 2023-06-30 09:33:35 +02:00
Gabriel Horner
f80568eef7 Merge branch 'master' into katex-resource-npm 2023-06-28 14:19:33 -04:00
Konstantinos Kaloutas
5c720a9463 reintroduce rebuild:all 2023-06-28 13:56:30 +08:00
Konstantinos Kaloutas
bf7ff7df59 chore: upgrade electron 2023-06-28 13:56:30 +08:00
Andelf
1ace008b5b chore(release): bump version 0.9.10 2023-06-28 00:48:15 +08:00
Andelf
9349f1a994 chore(deps): update rsapi 2023-06-26 19:20:04 +08:00
Andelf
2cd8630f6b chore(deps): update rsapi, 2 stage merge 2023-06-26 19:20:04 +08:00
Allan Chain
6d0033e645 chore: include katex resources from npm 2023-06-23 10:05:45 -04:00
Allan Chain
9a8d5ea6a5 chore: update KaTeX from 0.13.18 to 0.16.7 (#9625) 2023-06-13 22:42:52 +08:00
Andelf
997a0d9eff chore(release): bump version 0.9.9 (#9637) 2023-06-13 17:37:21 +08:00
David Laing
a88e03b50d Bump dependency dugite from 1.8.0 to 2.5.0 (#9579)
* Bump dependency dugite from 1.8.0 to 2.5.0

Addresses #9534 related to `warning: Empty last update token` errors being thrown on Mac OS

---------

Co-authored-by: Andelf <andelf@gmail.com>
2023-06-06 17:23:45 +08:00
Andelf
82cf4d3c65 chore(release): bump version 0.9.8 2023-05-24 02:40:19 +08:00
Andelf
00a304e49c chore(release): bump version 0.9.7 2023-05-23 23:51:53 +08:00
Andelf
42dd084544 chore(release): bump version 0.9.6 (#9376) 2023-05-12 20:10:24 +08:00
charlie
c6c58a025d refactor: react components of the tabler extension icons 2023-05-12 18:52:11 +08:00
charlie
2bc8691c23 enhance(ui): support tabler extensions icons to the react components 2023-05-12 18:52:11 +08:00
Andelf
810e7163c5 chore(release): bump version 0.9.5 2023-05-10 22:04:28 +08:00
Andelf
bebc3bd9f7 chore(release): bump version 0.9.4 2023-04-25 19:55:25 +08:00
Andelf
897a6af010 chore(deps): update rsapi, refine logs 2023-04-19 21:25:18 +08:00
Andelf
3cdddeab55 chore(release): bump version 0.9.3 2023-04-19 21:25:18 +08:00
Andelf
cc87fa4c17 chore(deps): update rsapi, refine certs check 2023-04-18 23:10:38 +08:00
Andelf
0e4792f596 chore: bump version 0.9.2 2023-04-13 00:01:13 +08:00
Charlie
60fbfdf2f7 Enhance: plugin-related improvements (#8787)
- fix: Select and Input elements rendered using provideUI via onMacroRendererSlotted don't function #8374
 - fix: logseq.Editor.getPageBlocksTree does not work when page uuid is passed in as param #4920
 - feat: add a plug-in flag for the plugin slash commands item
 - feat: add logseq.App.setCurrentGraphConfigs: (configs: {}) => Promise<void>
 - feat: add hook logseq.App.onTodayJournalCreated: IUserHook<{ title: string }
 - enhance: auto-check updates for the installed plugins from Marketplace
 - feat: expose template-related APIs to SDK
2023-04-12 21:27:40 +08:00
Konstantinos
95149e13f6 Feat: Export to image (#9037)
* feat: export to image

* chore: export selection on whiteboards

* fix: whiteboards zoom on export

* fix: loading position

* chore: support video thumb

* core: add export to  whiteboards context menu

* fix: context menu entry

* fix; copy image to clipboard

* fix: copy / export label

* fix: hide ui elements

* fix: remove random character

* fix: graph export

* chore: remove console log and jpg format

* style: run prettier

* fix: disable on multiple selected blocks

* fix: multiple blocks

* enhance: restrict bounds of selected shapes

* chore: export selection on whiteboards

* fix: whiteboards zoom on export

* chore: support video thumb

* core: add export to  whiteboards context menu

* fix: context menu entry

* fix; copy image to clipboard

* fix: copy / export label

* fix: hide ui elements

* fix: remove random character

* fix: graph export

* chore: remove console log and jpg format

* style: run prettier

* fix: disable on multiple selected blocks

* fix: multiple blocks

* enhance: restrict bounds of selected shapes

* Fix any html2canvas related functionality failing in publishing

* fix: portal header gradient on export

* chore: add comment about html2canvas-ignore attr

* fix: use export padding constant

* fix: export collapsed portals with size >  medium

* fix: reset export type

* enhance: export filename

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2023-04-12 17:39:22 +08:00
charlie
30df4c220b fix(ui): unwanted reset style from amplify ui 2023-04-06 14:36:36 +08:00
Andelf
428d1da0d4 chore: release 0.9.1 2023-03-29 18:51:07 +08:00
Andelf
7d92a3172e chore(release): bump version 0.9.0 2023-03-28 09:18:24 +08:00
Charlie
95c5cba9db Feat: The new login UI (#8865)
Built-in login UI instead of callback

---------

Co-authored-by: rcmerci <rcmerci@gmail.com>
Co-authored-by: Konstantinos Kaloutas <konstantinos@logseq.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2023-03-27 19:56:18 +08:00
Tienson Qin
db6fc6b7ee feat: simple query builder (#8774)
Simple query builder

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
Co-authored-by: charlie <xyhp915@qq.com>
2023-03-21 14:27:00 +08:00
charlie
1df54a6b54 chore(plugin): build libs core 2023-03-06 12:05:39 +08:00
Gabriel Horner
91e89ef2d6 Chore: Add deprecation for :editor/command-trigger config (#8720)
* Add deprecation for :editor/command-trigger config

* enhance: warning dialog

* enhance: notification styles

* enhance: notification icons

* Fix tests after config warning improvements

---------

Co-authored-by: Konstantinos Kaloutas <konstantinos@logseq.com>
2023-03-04 12:07:33 +08:00
Andelf
b8dfac04d2 fix(rsapi): use system certs 2023-03-01 21:59:09 +08:00
Andelf
db76ba885c chore(release): bump version 0.8.18 2023-03-01 15:23:15 +08:00
Andelf
d0c52615f8 ci: re-enable codesign on macos 2023-02-28 15:46:52 +08:00
charlie
ec6e99e447 fix(plugin): force disable the unloaded(error) plugin 2023-02-28 15:13:42 +08:00
Konstantinos Kaloutas
664afd827c fix: default color on portals 2023-02-21 23:49:25 +08:00
Andelf
8b2c50dd06 chore(deps): update rsapi
- fix http2 deps
- add freebsd build
2023-02-21 22:27:50 +08:00
Andelf
c621ac30e8 fix: disable macos sign temporarily 2023-02-21 09:18:59 +08:00
charlie
164ac64be9 improve(apis): support CORS for http server 2023-02-20 16:26:03 +08:00
Andelf
71b5fa3b97 Feat: auto-completion for config editing (#8584)
* feat(editor): add auto-completion for config editing
* enhance: filter keys already in file when autocompletion
2023-02-15 17:56:33 +08:00
Andelf
58d1928cde chore: bump version 0.8.17 2023-02-10 11:57:37 +08:00
Andelf
924b945b32 enhance(sync): add native logging for desktop and android 2023-02-04 18:28:07 +08:00
Andelf
6d62848386 fix(sync): revert age upgrade
Close #8497
2023-02-02 23:11:24 +08:00
Andelf
29efeeb68a chore: update rsapi 2023-02-01 21:54:46 +08:00
Andelf
4916406111 chore(deps): update rsapi, add upload retries 2023-01-16 00:21:02 +08:00
Andelf
3a7d16683c fix(sync): update deps, fix expired token issue 2023-01-13 22:15:36 +08:00
Andelf
b5b1a46215 chore: bump version 0.8.16 2023-01-12 21:05:10 +08:00
Konstantinos
2e929ebb21 Chore(deps): Upgrade electron to 20 (#7692)
upgrade electron to 21
2023-01-09 13:57:41 +08:00