7ce95a286b
release 2.3.1
2025-06-26 11:55:56 -07:00
2ff616fbd8
release 2.3.0
2025-05-24 23:06:32 -07:00
551ff3b17e
Use org-fold-show-context instead of obsolete function alias
...
To avoid having to create a wrapper function and silence the byte-
compiler for both when using a pre-rename and post-rename Org, keep
it simple and just depend on Org 9.6.
2025-02-18 08:56:35 -08:00
719594dfc7
org-roam-db: Don't unnecessarily enable foreign keys support
...
Starting with EmacSQL v4.1.0, `emacsql-sqlite-open' takes care of that.
2025-02-18 08:56:35 -08:00
64e302c126
Depend on emacsql 4.0.0 ( #2466 )
...
See https://github.com/magit/emacsql/issues/113 . Emacsql 4.0.0 has
been released and should now be used in the package-requires header.
2025-01-10 21:52:11 -05:00
b5436f3410
depend on snapshot of emacsql ( #2327 )
2023-03-05 09:20:26 -08:00
007e76725c
(chore) fix version numbers ( #2182 )
2022-05-03 18:06:55 -07:00
69116a4da4
v2.2.2 ( #2171 )
2022-04-24 17:05:27 -07:00
3782e88d50
(release): v2.2.1 ( #2126 )
2022-03-14 23:37:29 -07:00
c0c240b975
(chore): Drop f.el and s.el dependency ( #2025 )
...
Drops the f.el and implicit s.el dependency.
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2022-01-15 21:26:20 -08:00
6170cc9928
(release): bump 2021 -> 2022, 2.1.0 -> 2.2.0
2022-01-14 10:53:56 -08:00
2c5f429b24
(chore): remove org-roam-v2-ack ( #2005 )
...
It's been long enough since the v2 release, removing the ack requirement
because it creates an annoying warning on native compilation.
2021-12-14 14:19:07 +08:00
714ea7a3fc
(chore): upgrade dependency of magit-section to 3.0.0 ( #1808 )
...
Closes #1803 .
2021-08-26 19:15:16 +08:00
f819720c51
v2.1.0 ( #1792 )
2021-08-21 02:57:40 +08:00
2d8dc8e31b
(feat): globally restructure and refactor the codebase ( #1724 )
...
Detangle the codebase and change how dependencies are resolved to
allow the package to better modularize and load itself without
introducing circular dependencies, especially when autoloads involved.
2021-08-08 13:53:35 +08:00
1848ca2495
(fix): fix url in v2 warning ( #1695 )
...
Fixes #1689
2021-07-28 02:20:23 +08:00
de47f0a28d
(fix)autoloads: Point autoloads to org-roam.el file ( #1673 )
...
At the current state autoloads from non `org-roam.el` unable to start
loading of the package from their own file. See the following to learn
more about the problem:
https://github.com/org-roam/org-roam/issues/1590#issuecomment-885817825
This is no more than a workaround to bandage a more deeper underlying
problem. Until the more fundamental problem won't be fixed, all autoload
cookies from non "org-roam.el" file will need to manually point to the
main entry point of the package -- "org-roam.el" file, to load it
without causing errors.
Fixes #1590 , #1620 , #1600 and other similar issues.
2021-07-27 20:33:50 +08:00
7723f6ca88
(fix): correct typo about v1 being incompatible with v1 ( #1682 )
2021-07-27 11:56:55 +08:00
028c95a011
(fix)migration: upgrade db to v2 before conversion ( #1666 )
...
`org-roam-migrate-v1-to-v2` requires the v2 db to already be in place,
so run `org-roam-db-sync` once first.
Fixes #1664
2021-07-24 16:54:46 +08:00
8e89bad945
(migration)docs: Warn requirement of at least Org 9.4 ( #1663 )
...
Closes #1661
2021-07-23 19:17:47 +08:00
1aba91eacd
(fix)tags: fix tags migration ( #1653 )
...
- prevent botching of existing filetags
- insert new tag list using `org-make-tag-string` (colon-delimited) for resilience
Fixes #1642 .
2021-07-21 23:25:04 +08:00
3ea433c09d
(migration): mention org-roam-directory ( #1636 )
...
Mention the requirement to set org-roam-directory before running the
migration wizard. Closes #1624 .
2021-07-20 15:17:28 +08:00
f50e30dd51
Include desc
back in replace-match
statement ( #1615 )
...
Following @jcguu95's suggestion on #1602 .
2021-07-19 10:38:19 +08:00
63450e9eaf
migration: proper fix for file-link replacement ( #1609 )
2021-07-18 23:23:04 +08:00
da02453ab1
(fix): migration: ensure empty roam_alias is removed ( #1608 )
...
* (fix): migration: ensure empty roam_alias is removed
Addresses #1596
* fix lint
2021-07-18 23:08:59 +08:00
d0be7f3b2a
(fix): allow migration for desc with backslash ( #1604 )
...
Fixes #1602
2021-07-18 19:51:05 +08:00
aee3467b3e
Org-roam V2 ( #1401 )
2021-07-17 19:29:30 +08:00