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