History of Bluefish: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
(Created this page, added a table which lists the various releases and gives a very short note of improvements)
 
(updated the years in the table according to the source code download page http://www.bennewitz.com/bluefish/stable/source/)
Line 17: Line 17:
|GTK3-support, Search & Replace, block selection and more
|GTK3-support, Search & Replace, block selection and more
|-
|-
|2012
|2011
|align="center"|2.2.1
|align="center"|2.2.1
|Zen-Coding support (requires Python)
|Zen-Coding support (requires Python)
|-
|-
|2013
|2012
|align="center"|2.2.2
|align="center"|2.2.2
|many bugfixes and minor improvements
|many bugfixes and minor improvements
|-
|-
|2015
|2012
|align="center"|2.2.3
|align="center"|2.2.3
|lorem ipsum generator, HTML5 code creation dialogs, bugfixes
|lorem ipsum generator, HTML5 code creation dialogs, bugfixes
|-
|-
|2016
|2013
|align="center"|2.2.4
|align="center"|2.2.4
|improved split view and language syntax detection; new: paste special; new: pylint, cssmin, jsmin, csstidy and php_beautifier integration
|improved split view and language syntax detection; new: paste special; new: pylint, cssmin, jsmin, csstidy and php_beautifier integration
|-
|-
|2017
|2014
|align="center"|2.2.5
|align="center"|2.2.5
|Improvements on projects, indenting and bookmarks;  
|Improvements on projects, indenting and bookmarks;  
|-
|-
|2017
|2014
|align="center"|2.2.6
|align="center"|2.2.6
|many improvements and bugfixes
|many improvements and bugfixes
|-
|-
|2018
|2015
|align="center"|2.2.7
|align="center"|2.2.7
|Added various HTML5 tags, better syntax support, improved autocompletion, charmap for OSX
|Added various HTML5 tags, better syntax support, improved autocompletion, charmap for OSX
|-
|-
|2019
|2016
|align="center"|2.2.8
|align="center"|2.2.8
|Various improvements and bugfixes, SASS style language has been added
|Various improvements and bugfixes, SASS style language has been added
|-
|-
|2019
|2016
|align="center"|2.2.9
|align="center"|2.2.9
|fix incompatability with GTK 3.2, some improvements
|fix incompatability with GTK 3.2, some improvements
|-
|-
|2020
|2017
|align="center"|2.2.10
|align="center"|2.2.10
|wayland support, import/export syntax color styles
|wayland support, import/export syntax color styles
|-
|-
|2021
|2020
|align="center"|2.2.11
|align="center"|2.2.11
|python 3 compatibility, insert output from an external command in the current cursor position, CSS, Python and HTML updates, search within the filebrowser
|python 3 compatibility, insert output from an external command in the current cursor position, CSS, Python and HTML updates, search within the filebrowser
|-
|-
|2021
|2020
|align="center"|2.2.12
|align="center"|2.2.12
|Supports Enchant2 for spell checking, bugfixes and some improvements
|Supports Enchant2 for spell checking, bugfixes and some improvements
|}
|}

Revision as of 08:18, 28 December 2022

History of Bluefish

Bluefish development started under a different name. A good and free text editor targeted towards web development was not available. Olivier Sessink started the project ProSite. Chris Mazuc also started an HTML editor. On a GTK development mailing list, Olivier Sessink and Chris Mazuc saw each others postings, and decided to team up. Olivier had a basic editor, Chris had many HTML dialogs ready. After merging the code this was for a while known as the Thtml editor.

After a while Neil Millar joined the project to add weblint integration and a color dialog. Because the project became larger and more mature, a logo was wanted. After many discussions about boring logos, Neil Millar came up with a cute blue fish. Because this logo was appreciated by all, the name changed into the final name Bluefish.

After this initial stage, many developers, translators, testers and users joined the project.

Several years have passed since the first Bluefish release. Since that time, the fish has gained a reputation as an excellent editor, with qualities like stability, usability and numerous features. Also, Bluefish is small, fast and efficient, making it usable even on slow machines.

Year Version Major New features
2011 2.2.0 GTK3-support, Search & Replace, block selection and more
2011 2.2.1 Zen-Coding support (requires Python)
2012 2.2.2 many bugfixes and minor improvements
2012 2.2.3 lorem ipsum generator, HTML5 code creation dialogs, bugfixes
2013 2.2.4 improved split view and language syntax detection; new: paste special; new: pylint, cssmin, jsmin, csstidy and php_beautifier integration
2014 2.2.5 Improvements on projects, indenting and bookmarks;
2014 2.2.6 many improvements and bugfixes
2015 2.2.7 Added various HTML5 tags, better syntax support, improved autocompletion, charmap for OSX
2016 2.2.8 Various improvements and bugfixes, SASS style language has been added
2016 2.2.9 fix incompatability with GTK 3.2, some improvements
2017 2.2.10 wayland support, import/export syntax color styles
2020 2.2.11 python 3 compatibility, insert output from an external command in the current cursor position, CSS, Python and HTML updates, search within the filebrowser
2020 2.2.12 Supports Enchant2 for spell checking, bugfixes and some improvements