<!-- 
.. title: Nanoblogger 3.4 is out
.. slug: nanoblogger-34-is-out
.. date: 2009-07-03 21:57:17 UTC+01:00 
.. tags: web, 
.. link: 
.. description: 
.. type: text 
--> 

I know I'm late, but I'd almost given up. Get it [here](http://nanoblogger.sourceforge.net/archives/2009/06/14/nanoblogger_3_4/)! Compared to 3.3, you'll notice a speedup by a factor of at least one thousand!

Just kidding. 😄

It seems, however, that I found a small bug which [haui](http://pdes-net.org/x-haui/) fixed right away. Line 19 in plugins/shortcode/baseurl.sh should read:

	shortcode_baseurl_sedscript='s/\%base\_url\%/'$shortcode_baseurl_output'/g'

Note the '/g' at the end of the line.

