X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/54fca64ff16d95d03588217dfaa21f4729c2f930..2a665e0f4eeb45c9d57df7dc7f9d853465b5fea9:/NEWS.rst diff --git a/NEWS.rst b/NEWS.rst index 02acbfb..dede836 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,8 +1,57 @@ -Version 0.3.0 - 2012-09-27 +Version 0.5.0 - 2015-01-29 +-------------------------- +* Implement paste embedding via JavaScript +* Implement paste embedding via oEmbed +* Implement single file editing +* Implement automatic login +* Implement Elasticsearch 1.3 compatibility +* Work around PHP bug #68347 to parse ini files correctly +* Move clone URLs to sidebar +* Move additional button into text field + + +Version 0.4.0 - 2014-07-15 +-------------------------- +* Fix bug #27: Render .json files +* Fix bug #31: Forked pastes cannot be remote forked +* Fix bug #33: Do not index login page +* Fix bug #41: AGPL link broken +* Fix bug #43: github gist cloning does not work +* Fix bug #44: Anchors of files with spaces in their name +* Fix renaming of binary files +* Implement request #6: Atom feed for new and updated pastes +* Implement request #7: Track and display remote forks +* Implement request #21: Send linkbacks when forking remote pastes +* Implement request #32: Distribute phorkie as .phar file with all dependencies +* Implement request #34: Store last OpenID in cookie and pre-fill login form +* Implement request #35: Store author of a paste +* Implement request #37: Show user icon in navbar and profile page +* Implement request #42: Single click remote forking with web+fork: url handler +* Add autoconfiguration for public git clone urls over http +* Add baseurl setting to make phorkie run in a subdirectory of a domain +* Add setupcheck page that checks dependencies and other things +* Add support for file names with directories in pastes +* Add support for UTF-8 characters in file names +* Add support for web hooks +* Add support for forking HTTP and HTTPS git URLs +* Extract gist titles +* Make it possible to install dependencies via composer + + +Version 0.3.1 - 2012-09-27 -------------------------- +* Check for OpenID package in SetupCheck +* Fix bug #24: setupcheck: verify geshi installation +* Fix bug #25: setupcheck: verify markdown + +Version 0.3.0 - 2012-09-27 +-------------------------- * Fix bug #10: error when nothing submitted [cweiske] * Fix bug #11: do not index edit, delete and tool pages [cweiske] +* Fix bug #20: elasticsearch error on deletion [cweiske] +* Fix bug #22: Edited pastes not in "recently created" [cweiske] +* Fix bug #23: "work dir not found" on failed remote fork [cweiske] * Implement request #5: Add OpenID authentication [jnovack] * Implement request #9: autodetect file type [cweiske] * Implement request #12: DOAP and rel="vcs-git" support [cweiske]