SebastianMC
d662c0225b
Version bump for 1.9.0 release
2023-09-28 17:04:22 +02:00
SebastianMC
150b864cae
Version bump before release
...
- fixed the mess in manifest, package and version jsons :-|
2023-07-01 22:28:00 +02:00
SebastianMC
4cd512799c
Version bump before release
2023-06-30 19:08:17 +02:00
SebastianMC
08ffd7db9a
Versions bump before release
2023-04-03 19:17:10 +02:00
SebastianMC
c94b8d9315
Version bump before release
2023-03-07 19:09:35 +01:00
SebastianMC
fe68c554b8
Version bump before release
2023-03-01 11:04:46 +01:00
SebastianMC
72a2febc49
Version bump before release
2023-02-15 22:37:31 +01:00
SebastianMC
45be88cce1
Version bump for release
2023-02-11 17:41:12 +01:00
SebastianMC
56e23bc5ea
#53 - Allow for different folder note naming scheme
...
- updated settings description for clarity
- minor extension of the code to allow both _about_ and _about_.md in the settings
- Version bump before release
2023-02-10 13:39:52 +01:00
SebastianMC
f9154c214a
Version bump before release
2023-02-07 17:50:54 +01:00
SebastianMC
392979ce45
Merge remote-tracking branch 'upstream/master' into merge-upstream-1
...
# Conflicts:
# esbuild.config.mjs
# package.json
2023-02-01 00:57:15 +01:00
Tim Rogers
0b5e5a2f6e
Upgrade esbuild to v0.17.x ( #47 )
2023-01-25 13:49:50 -05:00
SebastianMC
e48c602f72
Version bump before release
2023-01-03 19:17:23 +01:00
SebastianMC
9fbc98c163
Version bump before release
2022-12-18 20:14:32 +01:00
SebastianMC
be5162cf98
Version bump for release
2022-12-05 20:31:31 +01:00
SebastianMC
812b72bddf
Version bump for release
2022-12-05 20:22:23 +01:00
Sam Kvale
4c39f277c0
feat: Allow sortspec.md.md in addition to sortspec.md files ( #38 )
2022-12-05 16:05:42 +01:00
SebastianMC
bdbf4275ef
Version bump for release
2022-11-12 16:19:52 +01:00
SebastianMC
9541202b40
Version bump before release
...
+ added missing ToC link in README.md to new section
2022-11-10 00:28:43 +01:00
SebastianMC
b9592920b7
#22 - bugfix of the status indicator in ribbon icon sometimes not updated
...
- plus version bump for release
2022-11-03 10:23:11 +01:00
SebastianMC
641690eac2
Versions bump before release
2022-10-13 09:40:51 +02:00
SebastianMC
8d562eeccd
Major version bump to 1.0.1 - first release after being officially in the Obsidian community plugins at https://obsidian.md/plugins
...
- previously committed tag 1.0.0 conflicted with upstream master, that's why jumping directly into 1.0.1
2022-10-11 00:03:45 +02:00
SebastianMC
7496c56051
Major version bump to 1.0.0 - first release after being officially in the Obsidian community plugins at https://obsidian.md/plugins
2022-10-10 23:35:17 +02:00
SebastianMC
d672df6303
Version bump for release
2022-10-10 10:38:11 +02:00
SebastianMC
1900c1be3c
Version bump before release
2022-09-30 15:50:39 +02:00
SebastianMC
ab1dfdfb02
Version bump before release
2022-09-29 19:19:57 +02:00
SebastianMC
a2126fa888
Removed email address from package.json and manifest.json
2022-09-29 18:04:05 +02:00
SebastianMC
57b1cd8ae2
Bugfix for #17 - plugin closes most recent tab
...
Version bump for release
2022-09-29 10:01:10 +02:00
SebastianMC
d6802a6a28
Versions bump for release
2022-09-26 15:11:37 +02:00
SebastianMC
1f361cdf16
Version bump to include the newly added license to the released pacakge
2022-09-14 18:34:05 +02:00
SebastianMC
f3bbe3d9b6
Version bump after major update (merged upstream obsidianmd/obsidian-sample-plugin changes)
2022-09-14 11:16:46 +02:00
SebastianMC
307f525f5a
Merge remote-tracking branch 'upstream/master' into merge-upstream-1
...
# Conflicts:
# manifest.json
# package.json
# styles.css
# tsconfig.json
# versions.json
2022-09-13 15:58:31 +02:00
SebastianMC
73440c562b
Version bump for release 0.6.2
2022-09-07 22:53:21 +02:00
SebastianMC
6801041627
Version bump for release
2022-09-05 10:54:34 +02:00
SebastianMC
e972bce007
Ticket #1 : added support for imposed sorting rules inheritance by subfolders
...
- new syntax: target-folder: Reviews/* <-- applies to folder, subfolders and all descendant folders
- new syntax: target-folder: Reviews/... <-- applies to folder and subfolders
- special case: target-folder: /* tells the plugin to apply the specified sorting to entire vault
- enhanced syntax for '.' - can be used to specify relative path now (e.g. target-folder: ./daily)
- added new sorting attribute (sorting: standard) to actually give back the sorting into the hands of standard Obsidian mechanisms
- fixed a minor bug: some of error messages were displayed only in console, not in the ballons
- unit tests for all new and changed functionality
- pending README.md update
2022-08-30 18:53:58 +02:00
SebastianMC
b1a43dff3a
More informative message to the user when no custom sorting specification was found at all
2022-08-17 20:23:37 +02:00
lishid
b46f6c9322
Update for 0.15
2022-08-09 13:38:50 -04:00
SebastianMC
93daf529d3
First public release of the Obsidian custom sort plugin
2022-08-06 03:15:44 +02:00
lishid
04432b2ebf
Upgrade dependencies, add strictNullChecks.
2022-06-24 15:41:39 -04:00
lishid
af0d47c19c
Always use latest obsidian package.
2022-03-09 10:29:32 -05:00
Lishid
43a3b5eaeb
Update package.json
2022-02-24 00:17:16 -05:00
aidenlx
f3286063d3
add version bump script ( #10 )
2022-01-22 16:13:50 -05:00
fyears
fe035a3008
add type check ( #22 )
2022-01-16 10:07:19 -05:00
lishid
db18a36e65
Update build script to include external node packages.
2021-11-01 15:18:11 -04:00
TfTHacker
6fdd374cb8
Adding eslint for code .\src\ ( #17 )
2021-10-30 14:04:07 -04:00
Phillip
02ac033b15
Use ESBuild API instead of passing command line arguments ( #16 )
2021-10-25 11:45:15 -04:00
lishid
3afc9d78ab
Update sample plugin to use ESBuild.
2021-10-19 13:34:58 -04:00
lishid
3b38a36a07
Upgrade dependencies.
2021-04-23 17:01:55 -04:00
lishid
f3f000a6b2
Update dependencies.
2021-04-12 19:06:03 -04:00
lishid
e1efb17322
Rollup: Don't include source code in distribution.
2021-04-06 08:48:36 -04:00