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