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