Skip to content

Commit

Permalink
Good enough for beta version
Browse files Browse the repository at this point in the history
The most of the stuff I wanted to do is already here and seems relatively stable for the beta release.

Also, readme update removes bizarre phrasing that I've completely missed :D
  • Loading branch information
matafokka committed Feb 15, 2022
1 parent 2132507 commit 1cd58fc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# SynthFlight Alpha
# SynthFlight Beta

SynthFlight is a fully client-side software for planning aerial photography. Run it either on the desktop or in a [browser online](https://matafokka.github.io/SynthFlight/).

This is an alpha version, so expect bugs, crashes, errors, missing functions, API changes, etc.
This is a beta version, so bugs, huge API changes and lack of backwards compatibility are to be expected.

For now, it only can plan photography by a graticule or grid. However, planning by custom polygons or flight paths is on its way.
Most of the planned functionality is here, however, a number of small changes will be introduced.

SynthFlight also features an advanced extendable layer system for Leaflet that will be released as a separate package when it'll be ready.

You can use layers to try and compare different parameters to choose which ones suites you best.
A stable version will be released in May or June 2022.

# Setup

Expand Down Expand Up @@ -100,5 +98,5 @@ Yes.

There will be no compatibility between SynthFlight versions until first stable release.

## Will this project will ever be finished?
Yes, because it's my master's degree.
## When a stable release will be available?
May or June 2022
2 changes: 1 addition & 1 deletion locales/English.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ L.ALS.Locales.addLocaleProperties("English", {

// About

firstParagraph: "SynthFlight is a fully client-side software for planning aerial photography. This is an alpha version, so expect bugs, crashes, errors, missing functions, API changes, etc.",
firstParagraph: "SynthFlight is a fully client-side software for planning aerial photography. This is a beta version so bugs, huge API changes and lack of backwards compatibility are to be expected.",

secondParagraphPart1: "Visit project's",
secondParagraphPart2: "GitHub page",
Expand Down
2 changes: 1 addition & 1 deletion locales/Russian.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ L.ALS.Locales.addLocaleProperties("Русский", {

// About

firstParagraph: "SynthFlight – это полностью клиентское программное обеспечение для проектирования аэрофотосъемочных работ. Это alpha-версия, поэтому ожидаемы баги, ошибки, отсутсвие функциональности, изменения API и т.д.",
firstParagraph: "SynthFlight – это полностью клиентское программное обеспечение для проектирования аэрофотосъемочных работ. Это beta-версия, поэтому ожидаемы баги, большие изменения API, отсутствие обратной совместимости и т.д.",

secondParagraphPart1: "Посетите",
secondParagraphPart2: "страницу проекта на GitHub",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "synthflight",
"productName": "SynthFlight",
"version": "0.0.17-alpha",
"version": "0.1.0-beta",
"description": "A fully client-side software for planning aerial photography",
"main": "electronApp.js",
"browser": "index.html",
Expand Down

0 comments on commit 1cd58fc

Please sign in to comment.