Skip to content
Hannah Wolfe edited this page Jan 3, 2014 · 175 revisions

The Roadmap aims to set out when certain features will appear. It reduces in clarity the further we go into the future, and is constantly being added to as we move forward.

If you're just looking to find out whether a feature is likely to end up in core or not, then take a look at the planned features page. It's just a list, but we're adding more detail to it as we go.

Update: In order to deliver 0.4 this year, we have decided to cull a large body of work and focus on closing the milestone. This includes culling all work to do with the App API. We are going to aim to deliver a shorter cycle for 0.5 which focuses solely on the App API, and all of the work around i18n and multi-user that was scheduled for 0.5 will now be moved to 0.6.

Milestone 4 - Version 0.4.0 - December-ish

Milestone 4 will result in version 0.4.0 of Ghost. This is the current milestone.

Where is 0.4.0? It says December.

0.4.0 is currently in the process of being tested, triaged, tested, patched, and tested some more. Due to the large number of refactoring and architectural changes, this process is taking considerably longer than expected. The time we're taking right now is being used to ensure that 0.4.0 is as bug free as possible. We're not sure how much longer it's going to take, but you can see how much we have left to do by looking at the open issues:

Open issues

Goals

This version focuses around the App API, import tools and adding functionality which has been heavily requested during the launch phases.

Milestone 4 is the first milestone which is not only after the public launch, but also developed in the open allowing anyone to get involved. This means that Milestone 4 has a heavy focus on architecture, further improving the Ghost internals, making it easier to work with, and adding non-user-facing features that will help Ghost to grow new features quickly in the future.

We had also planned to make our Ghost Developer Tools, or the API for building Apps, available at the end of this milestone, so that developers can start building Apps to extend Ghost's functionality. This too required a focus on the Ghost internals and so has been moved to it's own project in 0.5.

There are also a number of important enhancements and features we want to add to the publishing experience, to reduce user frustration wherever possible.

Apps

Getting Apps off the ground:

  • Proposal: Plugin Architecture Refactor #769

Publishing Experience

New Features

  • Post settings menu: published time #907
  • Add a warning message when leaving the page with unsaved post content. #1327 (Solve data loss problem)
  • Featured posts: #1111, #1112
  • Static pages: #969, #1329, Casper#39, #1350

UI Improvements

  • Post Settings UX #1351 [TOP PRIORITY]
  • New cmd+enter shortcut to go to a new paragraph without modifying the current line #645
  • Improve image uploader UI #1356
  • [BUG] Wrong notification on updating post #1368
  • [BUG] Allow multiple underscores like: _________ #1113
  • [BUG] Markdown bug: no new line inserted when quotes are used #974

Architecture

Items which focus purely on the Ghost internals have been pulled out into their own category. Many of these are required in order to introduce required features and improvements.

  • Cache Control Headers #1470

  • API Improvements 1249, #1189, #755

  • Migration Refactor

    • Currently the amount of work required to do a database migration makes this prohibitively hard. The goal of this work is to make the whole system easier to understand. This is made up of issues #1398, #1399 & #1400
  • Config & internal structure

    • Ghost install in sub directory support #527
    • Make it possible to require ghost as a module #1326
    • Customisable Permalinks #1395
    • Standardise getting paths and abs URLs #1390
    • [BUG] If the theme is missing, admin crashes #981
    • Connect.multipart() deprecation warning #1227

Testing

Vast improvements to Ghost's test suite include: running unit tests against sqlite, mysql #921 and postgres (Allowed failure) #1555. Separating the test fixtures out from Ghost's installation fixtures #362, proper tests for the API #1189 and adding a code overage tool #361

Miscellaneous

The following issues don't really fit into any other major Milestone 4 category, but are still scheduled to get done in 0.4.

  • Automatic Update Available Notifications #1464

Theme API

  • In {{excerpt}} convert new lines to spaces #531
  • Added new helper to escape URIs called {{encode}} #1092
  • Create prefix and suffix attribute for {{tags}} helper #607

Security Improvements

  • Enhancement: Remove "Insecure Content" warning for backend over SSL #1300
  • Replace cookieSession with session #1230

Accounts

  • Limit login attempts #499
  • Improved password reset tool #1471
  • Account redirects #1472
  • [BUG] Signing in and then pressing the back button takes you to /ghost/signin/ instead of /ghost/ #596

Bug List

Bugs which don't fit into the categories above. PLEASE KILL THESE WITH FIRE.

  • Editing publish date of unpublished post yields JavaScript error #1332
  • custom partial/pagination.hbs not cleared on theme switch #1203

Milestone 5 - Version 0.5.0

Apps & Import

Getting Apps off the ground:

Import Apps:

Note This section needs (and will shortly be receiving) an overhaul and should mostly be ignored in the short-term.

  • Ghost Importer: UI love #953 [TOP PRIORITY]
  • Add "Delete All Content" Button #1445
  • importing a bad database that fails to import still imports content #837
  • De-duplicate posts and tags in importer #806

Features and refactors required for Apps

  • Users: Roll out the ACL/Permissions system #357
  • Utilize Transactions in Data Operations #586

Misc for 0.5

The following issues don't really fit in with the Milestone 5 focus on Apps, but are still scheduled to get done in 0.5.

  • Theme API: make {{nextpost}} {{prevpost}} available to themes #529
  • Ugly debug upgrade tool #1260
  • Add 'ghost' CLI tool for installing from npm #1001

Milestone 6 - Version 0.6.0

Planned for Spring/Early Summer next year.

Open issues

This version will focus heavily on adding localisation, and more site features such as tag, user and archive pages. We'll also hopefully roll out the dashboard, and start work on multi-user features.

Milestone 0.6 Mini Projects:

Shortcuts
  • Keyboard Shortcut Overhaul #1463
  • [BUG] Select Word Keyboard Shortcut doesn't work #1275
  • [BUG] markdown help popup is truncated on small screens #1273
Scrolling

Note: This section needs an overhaul

  • Editor screen: Advanced scroll features #22
  • Be smarter about how we line up markdown code with the live preview #704
  • [BUG] Editor UI - Scroll events are not smooth #481
  • [BUG] Editor scrolling gets stuck when typing lots of text #535
  • [BUG] Fucked up scrolling behaviour when typing #958

Future Releases

See planned features for an idea of what will be happening.

Past Milestones

Milestone 3 - Version 0.3.0 - Kickstarter release

See 0.3.0

Version 0.3.1

Maintenance release, see 0.3.1

Version 0.3.2 (12th Oct), followed by Public release (14th Oct)

Maintenance release, see 0.3.2

History

For more history, please see the pre-release roadmap

Clone this wiki locally