File: NEWS

package info (click to toggle)
webboard 0.3-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 240 kB
  • ctags: 94
  • sloc: python: 679; sh: 61; makefile: 56
file content (65 lines) | stat: -rw-r--r-- 2,257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
webboard 0.3 (2009-04-09)
=========================
The "Clarke" release.

Fixes:
    * Open files via GIO
    * Add an about button on the main windows
    * Use the python logging module
    * Use gtk.AboutDialog instead of deprecated gnome.ui.About
    * Use gtk_show_uri to open url instead of gnome-open which is being
        deprecated see :
        http://live.gnome.org/GnomeGoals/RemoveGnomeOpenGnomeHelp
    * Moved gtk.main out of the webboard class
    * Separate the preference dialog from the config handling itself.
        Cleaner and faster since we only create the dialog if needed
    * Lots of code cleaning
    * Fix a bug in history whith Title containing the " character

webboard 0.2.2.1 (2009-02-26)
=============================

The "Bordage" release.

Fixes:
    * Fix Bug #334831: Applet menu fail to construct and display

webboard 0.2.2 (2009-02-23)
===========================

The "Asimov" release.

    * New UI
    * Use a gtksourceview
    * Works with paste.debian.net now via XML-RPC
    * Allow to send the format of the past for highlight
    * Allow to set the user name
    * Imported modifications from Siegfried-Angel Gevatter Pujals
      <rainct@ubuntu.com> in his Ubuntu packages:
        - src/webboard: Fix copyright header.
        - data/webboard.schemas.in: Capitalize the description.
        - src/webboard.py: Select "Plain text" by default.
    * Re-architecturized and cleaned the code
    * Dropped compatibility with "pastebin" command line tool
    * Imported previous patches from Ubuntu
    * Lots of small fixes

webboard 0.2.1
==============
	* Fixed a bug related to not specified protocol prefixes of pastepins

webboard 0.2
============
	* Show a history in the panel popup menu - click on an item
	  to open the related pastebin website in a browser window
	* Handle the communication with the server in its own thread. 
	  The result is a good responsiveness of the main window during sending
	* Store the configuration in gconf
	* Import the pastebin configuration at the first time starup
	* Allow to configure the pastebin server address
	* Allow drag and drop of text files to the applet and the textview
	* Provide a German translation

webboard 0.1
============
	* Initial release