Commit Graph

46 Commits

Author SHA1 Message Date
SebastianMC 634e0c0755 Version bump before release 2024-02-07 23:39:34 +01:00
SebastianMC a2a808e78b Two experimental features + version bump before release
- `aaa-z` and `a-zzz` sort orders (uppercase first, alphanumeric order and lowercase  first, alphanumeric)
- `vsc-unicode` sort order, which is equivalent to what VS Code refers to as 'unicode' sorting (which name is arbitrary and confusing, yet familar to VS Code users)
2024-01-27 23:25:59 +01:00
SebastianMC fe98a27f5d Version bump before release 2024-01-26 10:50:32 +01:00
SebastianMC c12ecb5c8c Version bump before release 2024-01-25 10:59:00 +01:00
SebastianMC b5a9684f56 Removed console.log statements which slipped in 2.1.1
Version bump before release
2023-11-24 18:59:15 +01:00
SebastianMC cc1429d43f Version bump before release 2023-11-24 18:52:40 +01:00
SebastianMC 39cddc301a Version bump before release 2023-11-13 15:49:43 +01:00
SebastianMC 755a740f93 Version bump for refreshed release 2023-10-23 11:53:29 +02:00
SebastianMC b227a3b8d6 #74 - Integration with Bookmarks core plugin and support for indirect drag & drop arrangement
- versions bump for release 2.0.1
2023-10-23 11:39:49 +02:00
SebastianMC 23b50da6cf Bugfix for integration with other plugins.
Version bump for 1.9.2 release
2023-09-29 22:12:49 +02:00
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 8e6ed50d9c Fixed JSON syntax error in versions.json 2023-06-30 19:34:32 +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 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
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 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 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
SebastianMC d301b9ff3c versions.json cleanup for the first release 2022-08-06 03:19:47 +02:00
Xiao Meng f690c04577
use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
aidenlx f3286063d3
add version bump script (#10) 2022-01-22 16:13:50 -05:00
lishid 318cb2b055 Added versions.json 2020-11-10 02:52:56 -05:00