prepare release of 0.6.0
[phorkie.git] / NEWS.rst
1 Version 0.6.0 - 2015-07-08
2 --------------------------
3 * Add simple cache for rendered files
4 * Add "add file" button to display page
5 * Add jumping to file after saving from single file edit mode
6 * Adjust "additional options" layout and position
7 * Fix autologin reload button; it reloads the current page now
8 * Remove OpenID provider buttons
9
10
11 Version 0.5.0 - 2015-01-29
12 --------------------------
13 * Implement paste embedding via JavaScript
14 * Implement paste embedding via oEmbed
15 * Implement single file editing
16 * Implement automatic login
17 * Implement Elasticsearch 1.3 compatibility
18 * Work around PHP bug #68347 to parse ini files correctly
19 * Move clone URLs to sidebar
20 * Move additional button into text field
21
22
23 Version 0.4.0 - 2014-07-15
24 --------------------------
25 * Fix bug #27: Render .json files
26 * Fix bug #31: Forked pastes cannot be remote forked
27 * Fix bug #33: Do not index login page
28 * Fix bug #41: AGPL link broken
29 * Fix bug #43: github gist cloning does not work
30 * Fix bug #44: Anchors of files with spaces in their name
31 * Fix renaming of binary files
32 * Implement request #6: Atom feed for new and updated pastes
33 * Implement request #7: Track and display remote forks
34 * Implement request #21: Send linkbacks when forking remote pastes
35 * Implement request #32: Distribute phorkie as .phar file with all dependencies
36 * Implement request #34: Store last OpenID in cookie and pre-fill login form
37 * Implement request #35: Store author of a paste
38 * Implement request #37: Show user icon in navbar and profile page
39 * Implement request #42: Single click remote forking with web+fork: url handler
40 * Add autoconfiguration for public git clone urls over http
41 * Add baseurl setting to make phorkie run in a subdirectory of a domain
42 * Add setupcheck page that checks dependencies and other things
43 * Add support for file names with directories in pastes
44 * Add support for UTF-8 characters in file names
45 * Add support for web hooks
46 * Add support for forking HTTP and HTTPS git URLs
47 * Extract gist titles
48 * Make it possible to install dependencies via composer
49
50
51 Version 0.3.1 - 2012-09-27
52 --------------------------
53 * Check for OpenID package in SetupCheck
54 * Fix bug #24: setupcheck: verify geshi installation
55 * Fix bug #25: setupcheck: verify markdown
56
57
58 Version 0.3.0 - 2012-09-27
59 --------------------------
60 * Fix bug #10: error when nothing submitted [cweiske]
61 * Fix bug #11: do not index edit, delete and tool pages [cweiske]
62 * Fix bug #20: elasticsearch error on deletion [cweiske]
63 * Fix bug #22: Edited pastes not in "recently created" [cweiske]
64 * Fix bug #23: "work dir not found" on failed remote fork [cweiske]
65 * Implement request #5: Add OpenID authentication [jnovack]
66 * Implement request #9: autodetect file type [cweiske]
67 * Implement request #12: DOAP and rel="vcs-git" support [cweiske]
68 * Implement request #13: remote forking support [cweiske]
69 * Hide additional file fields by default, button to toggle their visibility
70   [cweiske]
71 * Markdown support [jnovack]
72 * Added nginx rewrite rules to README [skl]
73
74
75 Version 0.2.0 - 2012-05-25
76 --------------------------
77 * Elasticsearch support
78 * Use title instead of paste ID
79 * Pager for result listings
80 * Implement request #3: Show new pastes in sidebar of "new paste" page
81
82
83 Version 0.1.0 - 2012-04-19
84 --------------------------
85 Initial version