1.0.6
=====
* Model views now support default sorting order
* Model type/column formatters now accept additional view parameter
* is_visible for administrative views
* Model views have after_model_change method that can be overridden
* In model views, get_query was split into get_count_query and get_query
* Bootstrap 2.3.1
* Bulk deletes go through delete_model
* Flask-Admin no longer uses floating navigation bar
* Translations: French, Persian (Farsi), Chinese (Simplified/Traditional),
Chech
* Bug fixes
Version 2.7
-----------
(codename Translation, released on May 20th 2013)
- Choice and prefix loaders now dispatch source and template lookup
separately in order to work in combination with module loaders as
advertised.
- Fixed filesizeformat.
- Added a non-silent option for babel extraction.
- Added `urlencode` filter that automatically quotes values for
URL safe usage with utf-8 as only supported encoding. If applications
want to change this encoding they can override the filter.
- Added `keep-trailing-newline` configuration to environments and
templates to optionally preserve the final trailing newline.
- Accessing `last` on the loop context no longer causes the iterator
to be consumed into a list.
- Python requirement changed: 2.6, 2.7 or >= 3.3 are required now,
supported by same source code, using the "six" compatibility library.
- Allow `contextfunction` and other decorators to be applied to `__call__`.
- Added support for changing from newline to different signs in the `wordwrap`
filter.
- Added support for ignoring memcache errors silently.
- Added support for keeping the trailing newline in templates.
- Added finer grained support for stripping whitespace on the left side
of blocks.
- Added `map`, `select`, `reject`, `selectattr` and `rejectattr`
filters.
- Added support for `loop.depth` to figure out how deep inside a recursive
loop the code is.
- Disabled py_compile for pypy and python 3.
This release adds support for improved cross-referencing, syntax
highlighting, and call graphs by using LLVM/clang to parse the
source code. It adds support for DocBook output and for parsing
UNO IDL files (used by Libre Office). It includes a number of
smaller changes and improvements as well as a large number of
bugfixes.
Changes since 0.92.0:
- Left Half / Right Half Maximize, tiled maximization
- New mouse-resizing functionality
- History and TAB completion in dialogs
- Bouncing appicon effect
- New applications (wmgenmenu and wmmenugen) to generate the root menu
automatically by looking which applications you have on your $PATH
- Automatic detection of configuration changes through inotify
- Improved dockapp recognition
- many trivial things which reduce little annoyances one might have
- Added keyboard shortcut to uncover/cover the dock
- Mac OS X-style window cycling
- Preliminary XRandR support
- lots of bug fixes
Collection.
Requests takes all of the work out of Python HTTP/1.1 - making your
integration with web services seamless. There's no need to manually add query
strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP
connection pooling are 100% automatic, powered by urllib3, which is embedded
within Requests.
This version include a new album interface display mode named list-view.
Icon view can be switched to a flat item list, where items can be sorted
by properties columns as in a simple file manager. Columns can be
customized to show file, image, metadata, or digiKam properties.
* copymode
The copymode gives easy acess to the scroll back buffer. The commands
use vi style keybindings, use Mod+v to activate it, navigate with
h,j,k,l,^,$,g,H,M,L,G search with / (forward) and ? (backwards) select
text with v and copy it with y. Then later paste it with MOD+p.
The search functionality is also available directly via MOD+/ and MOD+?.
Read the manual page for further information. This could be useful
for st users who want a scroll back buffer.
* alternate screen mode
The alternate mode is for example used by midnight commander when you
press CTRL+o to switch between the file manager and the shell where the
output is now preserved even after multiple switches back and forth.
* dvtm now ships its own terminfo file dvtm.info (which at this time is
mostly a copy of the previously used rxvt one) as a consequence $TERM
within dvtm window is now set to dvtm{,-256color} depending on whether
the "outer" terminal supports 256 color mode. The value of $TERM within
dvtm can be overriden by the environment variable DVTM_TERM which
will be appropriately suffixed by "-256color" if possible.
So make sure to install the shipped dvtm.info terminal description file
("make install" does it by default).
* MOD+C creates a new window with the same working directory as the
currently active window (this relies on the /proc filesystem and thus
only works on Linux furthermore it expects a POSIX.1-2008 conformant
realpath(3) implementation).
* -M command line flag to disable mouse support upon startup so that dvtm's
mouse handling doesn't interfere with standard X text selection
* -t command line flag to set a static title of the dvtm "root window" i.e.
the terminal in which dvtm itself runs. If the flag is omitted dvtm now
sets the title to the one of the currently focused window.
* dvtm now follows the config.def.h conventions of the other suckless
projects which prevents conflicts with config.h and thus allows easier
tracking of the git repository.
* various terminal emulation fixes
* various code cleanups all over the place
Add pulseaudio option
This release contains numerous improvements across the board since 4.5.1:
QZeitgeist 0.8 is supported
Various buildsystem fixes, allowing other packages to find phonon easier
Fewer KDE dependencies
Many improvements to PulseAudio integration
Remove runtime backend switching
Copious quantities of vanilla frosting
Stability improvements
LGPL relicensing
Misc fixes to Zeitgeist integration
Extra cinamon spice
This minor maintenance release adds a -version option to the command line,
and provides some minor code cleanups and build improvements.
Alan Coopersmith (9):
Mark usage() as _X_NORETURN
Declare 'len' as size_t to avoid unneccessary back-and-forth conversions
Combine usage messages into a single string
Add -version option to print version number
Add xrandr to SEE ALSO section of man page
Rename i & count in inner loop to avoid shadowing same named vars in outer loop
Convert sprintf calls to snprintf
Mark num_known_extensions as a const, since the size is fixed at compile time
xdpyinfo 1.3.1
Jon TURNEY (1):
Include Xwindows.h on WIN32 to avoid type clashes
* Require the mm-common version that actually allows avoiding
the dependency in the tarball as well as glibmm.
* Fix gtkmm-demo VS projects.
* Fix namespacing for Cairo.