From e1f21b044f289d7915ebd1cd4a9ed3088b793ef7 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 3 Feb 2021 14:20:08 +0100 Subject: [PATCH] [skip ci] news.md --- README.md | 1 + doc/news.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 00159f19..3f6f2dbc 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ handling of SIGINT and SIGPIPE. This can be done by setting ## Articles, podcasts and videos +- [Automating Video Edits with Clojure and ffmpeg](https://youtu.be/Tmgy57R9HZM) by Adam James - [Exporter for passwordstore.org](https://www.ieugen.ro/posts/2020/2020-12-26-export-passwords-with-babashka/) by Eugen Stan - [Babashka and sci internals](https://youtu.be/pgNp4Lk3gf0), a talk by Michiel Borkent at the [London Clojurians Meetup](https://www.meetup.com/London-Clojurians). - [Writing Clojure on the Command Line with Babashka](https://youtu.be/RogyxI-GaGQ), a talk by Nate Jones. diff --git a/doc/news.md b/doc/news.md index 6a0aaccc..a53abbfc 100644 --- a/doc/news.md +++ b/doc/news.md @@ -5,12 +5,24 @@ you have anything to add. Also see [#babashka](https://twitter.com/hashtag/babashka?src=hashtag_click&f=live) on Twitter. +## 2021-02 + +- [Automating Video Edits with Clojure and ffmpeg](https://youtu.be/Tmgy57R9HZM) by Adam James +- [gaka](https://github.com/cdaddr/gaka), a CSS-generating library that works with babashka. + ## 2021-01 +Babashka [0.2.8](https://github.com/babashka/babashka/blob/master/CHANGELOG.md#v028) released. This includes new libraries: hiccup, core.match and clojure.test.check. + - First release of the [aws pod](https://github.com/babashka/pod-babashka-aws). - A [script](https://gist.github.com/borkdude/ba372c8cee311e31020b04063d88e1be) to print API breakage warnings. - A [script](https://gist.github.com/lgouger/2262e2d2503306f2595e48a7888f4e73) to lazily page through AWS results using the new [aws pod](https://github.com/babashka/pod-babashka-aws). - [Environ](https://github.com/weavejester/environ) works with babashka. +- [Expound](https://github.com/bhb/expound) now works with [spartan.spec](https://github.com/borkdude/spartan.spec/blob/master/examples/expound.clj) +- A basic [logger](https://gist.github.com/borkdude/c97da85da67c7bcc5671765aef5a89ad) that works in babashka scripts +- A basic [router](https://gist.github.com/borkdude/1627f39d072ea05557a324faf5054cf3) based on core.match +- A minimal [Github GraphQL client](https://gist.github.com/lagenorhynque/c1419487965c0fa3cf34862852825483) +- New developments around babashka on [Raspberry Pi](https://github.com/babashka/babashka/issues/241#issuecomment-763976749) ## 2020-12