Compare commits

..

6 Commits

Author SHA1 Message Date
CI
91e3bfacf2 chore: release version v1.0.3 2024-09-18 08:46:03 +00:00
Dmitry Popov
9e2ad58c0f Merge branch 'main' of github.com:wanderer-industries/wanderer 2024-09-18 12:45:24 +04:00
Dmitry Popov
7ecd96b448 chore: release version v1.0.1 2024-09-18 12:45:20 +04:00
CI
0b212e46b9 chore: release version v1.0.2 2024-09-18 07:49:46 +00:00
Dmitry Popov
1013d31305 Merge branch 'main' of github.com:wanderer-industries/wanderer 2024-09-18 11:49:13 +04:00
Dmitry Popov
aa16db88e5 Initial commit 2024-09-18 11:47:31 +04:00
6 changed files with 32 additions and 7 deletions

View File

@@ -2,12 +2,17 @@
<!-- changelog -->
## [v1.0.3](https://github.com/wanderer-industries/wanderer/compare/v1.0.2...v1.0.3) (2024-09-18)
## [v1.0.2](https://github.com/wanderer-industries/wanderer/compare/v1.0.1...v1.0.2) (2024-09-18)
## [v1.0.1](https://github.com/wanderer-industries/wanderer/compare/v1.0.0...v1.0.1) (2024-09-18)
## [v0.23.36](https://github.com/wanderer-industries/wanderer/compare/v0.23.35...v0.23.36) (2024-09-17)

View File

@@ -18,7 +18,7 @@ Interested to learn more? [Check more on our website](https://wanderer.ltd/news)
### Can Wanderer be self-hosted?
Wanderer is [open source](https://wanderer.ltd/open-source-website-analytics) and we have a free as in beer and self-hosted solution called [Wanderer Community Edition (CE)](https://wanderer.ltd/news/self-hosted). Here are the differences between Wanderer and Wanderer CE:
Wanderer is open source project and we have a free as in beer and self-hosted solution called [Wanderer Community Edition (CE)](https://wanderer.ltd/news/community-edition). Here are the differences between Wanderer and Wanderer CE:
| | Wanderer Cloud | Wanderer Community Edition |
| ------------- | ------------- | ------------- |

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -2,7 +2,7 @@ defmodule WandererApp.MixProject do
use Mix.Project
@source_url "https://github.com/wanderer-industries/wanderer"
@version "1.0.1"
@version "1.0.3"
def project do
[

View File

@@ -0,0 +1,20 @@
%{
title: "Introducing Wanderer Community Edition",
author: "Wanderer Team",
cover_image_uri: "/images/news/ce_logo_dark.png",
tags: ~w(community-edition open-source),
description: "Were introducing the free as in beer, self-hosted and MIT-licensed Wanderer Community Edition (CE)."
}
---
![Wanderer CE](/images/news/ce_logo_dark.png "Wanderer CE")
* [Wanderer CE installation instructions](https://github.com/wanderer-industries/community-edition)
* [Wanderer CE release notes](https://github.com/wanderer-industries/wanderer/blob/main/CHANGELOG.md).
Fly safe,
WANDERER TEAM
---
_Note: Eve Online is a trademark of CCP hf. This application is not affiliated with or endorsed by CCP hf._

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB