168 Commits

Author SHA1 Message Date
iyz
024259e480 add code & testing files for continue-on-error flag
- add continue-on-error flag as a command line option
    - if set, doesnt exit on error and continues
        processing other files that were passed in
- add fatalErrorHandler to handle fatal errors
    - if continue-on-error flag is set, does not exit
- add temporary tests for continue-on-error flag
    - add tests in batch-tests subdirectory
2025-04-02 14:37:48 +02:00
Manuel Rüger
203d4439ef Bump to 12.1.2 2025-02-21 16:41:04 +01:00
Manuel Rüger
b30b0491a8 Bump to 12.1.1 2025-02-19 10:57:19 +01:00
Manuel Rüger
b2f0e80b12 Bump version to 12.1.0 2025-02-19 10:55:40 +01:00
iyz
f2b2a7a309 add check for dry-run and compile-only flags 2025-02-18 23:56:45 +01:00
iyz
8d05975142 remove extra newline/space 2025-02-18 23:56:45 +01:00
iyz
076165c137 return nil instead of exiting, check for nil in loop 2025-02-18 23:56:45 +01:00
Joris Conijn
1a0e452910 feat: support emojis on pages
Define an emoji in the markdown files and get them published as page
emoji icons.
2025-02-17 17:31:04 +01:00
Manuel Rüger
c5d0a8b8b7 Bump version to v12.0.0
Some checks failed
continuous-integration / ci-go-lint (push) Failing after 9m31s
continuous-integration / ci-markdown-lint (push) Successful in 11s
continuous-integration / ci-unit-tests (push) Failing after 7m18s
continuous-integration / ci-build (push) Failing after 6m29s
continuous-integration / ci-docker-build (push) Failing after 10m15s
2025-01-13 19:09:29 +01:00
Kassem Sandarusi
5a245519fe Update main.go
Co-authored-by: Manuel Rüger <manuel@rueg.eu>
2025-01-13 19:05:29 +01:00
Kassem Sandarusi
ebe77984c6 fix spacing 2025-01-13 19:05:29 +01:00
Kassem Sandarusi
5accce3b17 add flag for updating on change 2025-01-13 19:05:29 +01:00
Sotirios Mantziaris
c63201159d CR fixes
Some checks failed
continuous-integration / ci-go-lint (push) Failing after 10m18s
continuous-integration / ci-markdown-lint (push) Failing after 4m20s
continuous-integration / ci-unit-tests (push) Failing after 7m22s
continuous-integration / ci-build (push) Failing after 7m18s
continuous-integration / ci-docker-build (push) Failing after 11m9s
2025-01-09 20:04:54 +01:00
Sotirios Mantziaris
f25d8876fc Log levels support 2025-01-09 20:04:54 +01:00
Manuel Rüger
96db0f8f24 Bump version to 11.3.1 2025-01-09 15:58:54 +01:00
Manuel Rüger
52d0cd94db Fix env var 2024-12-04 17:25:00 +01:00
Manuel Rüger
649c20d4f2 Version bump to 11.3.0 2024-10-22 11:18:05 +02:00
Manuel Rüger
9eb44f95fe Bump version to 11.2.0 2024-10-09 10:08:13 +02:00
Peter Landoll
b0f337c4a3 feat: add flag to append hash to pages to ensure unique titles 2024-10-09 00:28:45 +02:00
Manuel Rüger
dc8842106b *: Reorganize code 2024-09-29 00:13:04 +02:00
Manuel Rüger
2c71b50438 Bump version to 11.1.0 2024-09-26 09:58:35 +02:00
Manuel Rüger
0e4d5507b0 Version bump to 11.0.1 2024-09-13 20:04:16 +02:00
Manuel Rüger
b7f17bde8b Bump to version 11.0.0 2024-09-09 21:56:38 +02:00
Manuel Rüger
ed9d64c663 Bump to 10.0.1 2024-08-12 15:32:58 +02:00
Manuel Rüger
9c25ab1e88 Bump to version 10.0.0 2024-07-25 23:57:22 +02:00
Manuel Rüger
b48110a706 Bump to 9.13.1 2024-07-23 11:55:06 +02:00
Manuel Rüger
a4722fe53e Bump to v9.13.0 2024-07-19 17:16:33 +02:00
Camiel de Vleeschauwer
8355d98969 Convert for strings.ToLower to strings.EqualFold as per linter 2024-07-19 17:14:38 +02:00
Camiel de Vleeschauwer
49ab5abad5 Change label management to rely on independent rest calls 2024-07-19 17:14:38 +02:00
Camiel de Vleeschauwer
4a3a69b997 Change label management to rely on independent rest calls 2024-07-19 17:14:38 +02:00
Manuel Rüger
73629a2838 Bump to 9.12.0 2024-04-11 19:39:11 +02:00
Stephen Paulger
9b91ee3344 Add option to pass a version message 2024-04-11 19:31:32 +02:00
Manuel Rüger
ac8ff7f0b7 Bump to 9.11.1 2024-01-15 12:38:56 +01:00
Manuel Rüger
10dc8c0a62 Version 9.11.0 2023-12-04 10:20:50 +01:00
Oliver Radwell
ab1b3c2e60
feat: Support for double star (**) globbing (#392)
* feat: Support for double star (**) globbing

* fixup: use FilepathGlob instead of Glob
2023-12-01 13:31:09 +01:00
Oliver Radwell
9c0941edd4 docs: Fix typo: preprended 2023-11-22 23:07:53 +01:00
Manuel Rüger
118575684d Bump version to 9.10.1 2023-10-23 21:12:37 +02:00
Manuel Rüger
523ec6dbff Version bump to 9.10.0 2023-10-19 13:34:21 +02:00
Manuel Rüger
d269369911 feat: Add fallback directory to load includes from 2023-10-19 13:32:39 +02:00
Judson Lester
20c65ca373 Adding linebreak stripping 2023-09-07 21:30:52 +02:00
Stephan Hradek
de50b62875 switch from $HOME to UserConfigDir 2023-09-07 18:12:49 +02:00
Manuel Rüger
f57b4245f9 chore: Migrate to a goldmark extension 2023-09-04 17:16:34 +02:00
Manuel Rüger
10d0778adf Bump to 9.9.0 2023-08-30 15:15:13 +02:00
Manuel Rüger
737b9239f8 feat: Allow scaling of mermaid rendering 2023-08-30 15:15:13 +02:00
Manuel Rüger
b426d5c6b1 Define parent pages from CLI 2023-08-10 08:02:38 +02:00
Manuel Rüger
4c81bbe7f9 Bump to 9.7.1 2023-07-31 10:06:31 +02:00
Manuel Rüger
cbe0b05dab Bump version to 9.7.0 2023-07-05 17:33:33 +02:00
Manuel Rüger
bc5c7ae2e7 Bump to v9.6.2 2023-06-21 18:43:14 +02:00
Manuel Rüger
9fb9d893b2 Bump version to 9.6.1 2023-06-14 15:57:31 +02:00
Manuel Rüger
d07e8ec291 Bump version to 9.6.0 2023-06-08 22:54:15 +02:00