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