summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--res/about/version.gmi3
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33becf7c..abd787ce 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ This is how to build Lagrange in a Unix-like environment. The required tools are
282. Check that you have the dependencies installed: CMake, SDL 2, OpenSSL 1.1.1, libpcre, zlib, libunistring. For example, on macOS this would do the trick (using Homebrew): ```brew install cmake sdl2 openssl@1.1 pcre libunistring``` Or on Ubuntu: ```sudo apt install cmake libsdl2-dev libssl-dev libpcre3-dev zlib1g-dev libunistring-dev``` 282. Check that you have the dependencies installed: CMake, SDL 2, OpenSSL 1.1.1, libpcre, zlib, libunistring. For example, on macOS this would do the trick (using Homebrew): ```brew install cmake sdl2 openssl@1.1 pcre libunistring``` Or on Ubuntu: ```sudo apt install cmake libsdl2-dev libssl-dev libpcre3-dev zlib1g-dev libunistring-dev```
293. Create a build directory. 293. Create a build directory.
304. In your empty build directory, run CMake: ```cmake {path_of_lagrange_sources}``` 304. In your empty build directory, run CMake: ```cmake {path_of_lagrange_sources}```
315. Built it: ```cmake --build .``` 315. Build it: ```cmake --build .```
326. Now you can run `lagrange`, `lagrange.exe`, or `Lagrange.app`. 326. Now you can run `lagrange`, `lagrange.exe`, or `Lagrange.app`.
33 33
34### Installing to a directory 34### Installing to a directory
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 463d9f8e..ffc159b1 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -7,8 +7,9 @@
7# Release notes 7# Release notes
8 8
9## 0.2 9## 0.2
10* Windows: Fixed opening HTTP links in the default web browser. 10* Fixed bug where user's query input is handled by all tabs.
11* Default sidebar mode is Bookmarks. 11* Default sidebar mode is Bookmarks.
12* Windows: Fixed opening HTTP links in the default web browser.
12 13
13## 0.1 14## 0.1
14* The major version zero is reserved for non-feature-complete releases. 15* The major version zero is reserved for non-feature-complete releases.