# # ChangeLog for trunk/version.go in code # # Generated by Trac 1.6 # Jun 7, 2025, 8:04:45 PM Tue, 26 Mar 2024 11:56:38 GMT Izuru Yakumo [86] * trunk/version.go (modified) とにかく、「aya.PrintVersion」は何か特別なことをするわけではありませ ん Signed-off-by: Izuru ... Tue, 12 Dec 2023 14:09:17 GMT Izuru Yakumo [80] * trunk/Makefile (modified) * trunk/README.md (modified) * trunk/cmd/aya/build.go (added) * trunk/cmd/aya/buildall.go (added) * trunk/cmd/aya/getvars.go (added) * trunk/cmd/aya/globals.go (added) * trunk/cmd/aya/main.go (modified) * trunk/cmd/aya/renameext.go (added) * trunk/cmd/aya/render.go (added) * trunk/cmd/aya/run.go (added) * trunk/usage.go (modified) * trunk/version.go (modified) A good time to finally release a stable version Signed-off-by: ... Mon, 11 Dec 2023 17:23:49 GMT Izuru Yakumo [79] * trunk/cmd/aya/amber.go (added) * trunk/cmd/aya/gcss.go (added) * trunk/cmd/aya/html.go (added) * trunk/cmd/aya/main.go (modified) * trunk/cmd/aya/markdown.go (added) * trunk/cmd/aya/raw.go (added) * trunk/version.go (modified) Separate the build functions into their own source files ... Sun, 10 Dec 2023 23:57:40 GMT Izuru Yakumo [78] * trunk/cmd/aya/main.go (modified) * trunk/serve.go (modified) * trunk/usage.go (modified) * trunk/version.go (modified) Just a documentation update Signed-off-by: Izuru Yakumo ... Mon, 04 Dec 2023 17:21:08 GMT Izuru Yakumo [77] * trunk/LICENSE (modified) * trunk/cmd/aya/main.go (modified) * trunk/doc.go (modified) * trunk/version.go (modified) Passed through golint only to get a load of garbage Signed-off-by: ... Mon, 04 Dec 2023 02:21:03 GMT Izuru Yakumo [76] * trunk/cmd/aya/main.go (modified) * trunk/usage.go (added) * trunk/version.go (modified) The Emperor (IV) * `aya help` is provided by aya.PrintUsage() now ... Mon, 04 Dec 2023 00:54:29 GMT Izuru Yakumo [75] * trunk/Makefile (modified) * trunk/README.md (modified) * trunk/cmd/aya/main.go (modified) * trunk/go.mod (modified) * trunk/go.sum (modified) * trunk/vendor/gopkg.in/yaml.v2/.travis.yml (deleted) * trunk/vendor/gopkg.in/yaml.v2/LICENSE (deleted) * trunk/vendor/gopkg.in/yaml.v2/LICENSE.libyaml (deleted) * trunk/vendor/gopkg.in/yaml.v2/NOTICE (deleted) * trunk/vendor/gopkg.in/yaml.v2/README.md (deleted) * trunk/vendor/gopkg.in/yaml.v2/apic.go (deleted) * trunk/vendor/gopkg.in/yaml.v2/decode.go (deleted) * trunk/vendor/gopkg.in/yaml.v2/emitterc.go (deleted) * trunk/vendor/gopkg.in/yaml.v2/encode.go (deleted) * trunk/vendor/gopkg.in/yaml.v2/parserc.go (deleted) * trunk/vendor/gopkg.in/yaml.v2/readerc.go (deleted) * trunk/vendor/gopkg.in/yaml.v2/resolve.go (deleted) * trunk/vendor/gopkg.in/yaml.v2/scannerc.go (deleted) * trunk/vendor/gopkg.in/yaml.v2/sorter.go (deleted) * trunk/vendor/gopkg.in/yaml.v2/writerc.go (deleted) * trunk/vendor/gopkg.in/yaml.v2/yaml.go (deleted) * trunk/vendor/gopkg.in/yaml.v2/yamlh.go (deleted) * trunk/vendor/gopkg.in/yaml.v2/yamlprivateh.go (deleted) * trunk/vendor/gopkg.in/yaml.v3 (added) * trunk/vendor/gopkg.in/yaml.v3/LICENSE (added) * trunk/vendor/gopkg.in/yaml.v3/NOTICE (added) * trunk/vendor/gopkg.in/yaml.v3/README.md (added) * trunk/vendor/gopkg.in/yaml.v3/apic.go (added) * trunk/vendor/gopkg.in/yaml.v3/decode.go (added) * trunk/vendor/gopkg.in/yaml.v3/emitterc.go (added) * trunk/vendor/gopkg.in/yaml.v3/encode.go (added) * trunk/vendor/gopkg.in/yaml.v3/parserc.go (added) * trunk/vendor/gopkg.in/yaml.v3/readerc.go (added) * trunk/vendor/gopkg.in/yaml.v3/resolve.go (added) * trunk/vendor/gopkg.in/yaml.v3/scannerc.go (added) * trunk/vendor/gopkg.in/yaml.v3/sorter.go (added) * trunk/vendor/gopkg.in/yaml.v3/writerc.go (added) * trunk/vendor/gopkg.in/yaml.v3/yaml.go (added) * trunk/vendor/gopkg.in/yaml.v3/yamlh.go (added) * trunk/vendor/gopkg.in/yaml.v3/yamlprivateh.go (added) * trunk/vendor/modules.txt (modified) * trunk/version.go (modified) The Empress (III) * Change the way how versions are handled in ... Tue, 03 Oct 2023 02:39:08 GMT Izuru Yakumo [72] * trunk/cmd/aya/main.go (modified) * trunk/doc.go (modified) * trunk/version.go (modified) feat: move the blackfriday extension settings out of the render ... Sun, 09 Apr 2023 02:39:19 GMT Izuru Yakumo [56] * trunk/.gitignore (modified) * trunk/.goreleaser.yml (deleted) * trunk/LICENSE (modified) * trunk/Makefile (modified) * trunk/README.md (modified) * trunk/aya.1 (added) * trunk/build_test.go (deleted) * trunk/cmd (added) * trunk/cmd/aya (added) * trunk/cmd/aya/main.go (added) * trunk/go.mod (modified) * trunk/main.go (deleted) * trunk/main_test.go (deleted) * trunk/testdata/blog/.test/about.html (deleted) * trunk/testdata/blog/.test/index.html (deleted) * trunk/testdata/blog/.test/posts/hello.html (deleted) * trunk/testdata/blog/.test/posts/update.html (deleted) * trunk/testdata/blog/.test/styles.css (deleted) * trunk/testdata/blog/.zs/layout.amber (deleted) * trunk/testdata/blog/about.md (deleted) * trunk/testdata/blog/index.amber (deleted) * trunk/testdata/blog/posts/hello.md (deleted) * trunk/testdata/blog/posts/update.md (deleted) * trunk/testdata/blog/styles.gcss (deleted) * trunk/testdata/empty/.empty (deleted) * trunk/testdata/page/.test/index.html (deleted) * trunk/testdata/page/index.html (deleted) * trunk/testdata/sugar/.test/index.html (deleted) * trunk/testdata/sugar/.test/styles.css (deleted) * trunk/testdata/sugar/index.amber (deleted) * trunk/testdata/sugar/styles.gcss (deleted) * trunk/tools/release.sh (deleted) * trunk/version.go (modified) * trunk/zs.1 (deleted) The fastest, period. Signed-off-by: Izuru Yakumo ... Fri, 17 Sep 2021 23:43:22 GMT prologic [50] * trunk/.goreleaser.yml (added) * trunk/tools (added) * trunk/tools/release.sh (added) * trunk/version.go (added) Add release script