mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 20:52:32 +00:00
chore: remove references to Comet.Tools
This commit is contained in:
@@ -218,8 +218,8 @@
|
||||
],
|
||||
"contributorsPerLine": 7,
|
||||
"projectName": "LunaSea",
|
||||
"projectOwner": "CometTools",
|
||||
"projectOwner": "JagandeepBrar",
|
||||
"repoType": "github",
|
||||
"repoHost": "https://github.com",
|
||||
"skipCi": true
|
||||
}
|
||||
}
|
||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -4,7 +4,7 @@ contact_links:
|
||||
url: https://www.lunasea.app/discord
|
||||
about: Chat with the developer and users on support and setup related topics.
|
||||
- name: Support via GitHub Discussions
|
||||
url: https://github.com/CometTools/LunaSea/discussions
|
||||
url: https://github.com/JagandeepBrar/LunaSea/discussions
|
||||
about: Ask questions and discuss with other community members
|
||||
- name: Support via Reddit
|
||||
url: https://www.lunasea.app/reddit
|
||||
|
||||
2
.github/workflows/github_issues.yml
vendored
2
.github/workflows/github_issues.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
- [Discord](https://www.lunasea.app/discord)
|
||||
|
||||
- [GitHub Discussions](https://github.com/CometTools/LunaSea/discussions)
|
||||
- [GitHub Discussions](https://github.com/JagandeepBrar/LunaSea/discussions)
|
||||
|
||||
- [Subreddit](https://www.lunasea.app/reddit)
|
||||
close-issue: true
|
||||
|
||||
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -29,28 +29,28 @@ jobs:
|
||||
prepare:
|
||||
name: Prepare
|
||||
needs: [ cancel ]
|
||||
uses: CometTools/LunaSea/.github/workflows/prepare.yml@master
|
||||
uses: JagandeepBrar/LunaSea/.github/workflows/prepare.yml@master
|
||||
with:
|
||||
ref: ${{ github.event.inputs.flavor }}
|
||||
|
||||
generate_files:
|
||||
name: Generate
|
||||
needs: [ prepare ]
|
||||
uses: CometTools/LunaSea/.github/workflows/generate_files.yml@master
|
||||
uses: JagandeepBrar/LunaSea/.github/workflows/generate_files.yml@master
|
||||
secrets:
|
||||
FIREBASE_OPTIONS: ${{ secrets.FIREBASE_OPTIONS }}
|
||||
|
||||
validate:
|
||||
name: Validate
|
||||
needs: [ generate_files ]
|
||||
uses: CometTools/LunaSea/.github/workflows/validate.yml@master
|
||||
uses: JagandeepBrar/LunaSea/.github/workflows/validate.yml@master
|
||||
secrets:
|
||||
FIREBASE_OPTIONS: ${{ secrets.FIREBASE_OPTIONS }}
|
||||
|
||||
android:
|
||||
name: Android
|
||||
needs: [ prepare, validate ]
|
||||
uses: CometTools/LunaSea/.github/workflows/release_android.yml@master
|
||||
uses: JagandeepBrar/LunaSea/.github/workflows/release_android.yml@master
|
||||
with:
|
||||
flavor: ${{ needs.prepare.outputs.flavor }}
|
||||
track: ${{ needs.prepare.outputs.track }}
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
ios:
|
||||
name: iOS
|
||||
needs: [ prepare, validate ]
|
||||
uses: CometTools/LunaSea/.github/workflows/release_ios.yml@master
|
||||
uses: JagandeepBrar/LunaSea/.github/workflows/release_ios.yml@master
|
||||
with:
|
||||
flavor: ${{ needs.prepare.outputs.flavor }}
|
||||
track: ${{ needs.prepare.outputs.track }}
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
macos:
|
||||
name: macOS
|
||||
needs: [ prepare, validate ]
|
||||
uses: CometTools/LunaSea/.github/workflows/release_macos.yml@master
|
||||
uses: JagandeepBrar/LunaSea/.github/workflows/release_macos.yml@master
|
||||
with:
|
||||
flavor: ${{ needs.prepare.outputs.flavor }}
|
||||
track: ${{ needs.prepare.outputs.track }}
|
||||
|
||||
86
CHANGELOG.md
86
CHANGELOG.md
@@ -2,56 +2,56 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
## [6.0.1](https://github.com/CometTools/LunaSea/compare/v6.0.0...v6.0.1) (2022-01-25)
|
||||
## [6.0.1](https://github.com/JagandeepBrar/LunaSea/compare/v6.0.0...v6.0.1) (2022-01-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **dev:** adopt standard-version for changelog generation ([#602](https://github.com/CometTools/LunaSea/issues/602)) ([c189fb3](https://github.com/CometTools/LunaSea/commit/c189fb3632aaa84ce51b3f86cd3308e9b67fce74))
|
||||
* **development:** integrate Husky, Commitizen, and Conventional Changelog ([fd8e061](https://github.com/CometTools/LunaSea/commit/fd8e061a81ee93a2bb3476a293f116dd69e472be))
|
||||
* **env:** Load environment at build-time ([#578](https://github.com/CometTools/LunaSea/issues/578)) ([1d0f2ab](https://github.com/CometTools/LunaSea/commit/1d0f2ab3873380d178b17fce8c1854d88d179384))
|
||||
* **dev:** adopt standard-version for changelog generation ([#602](https://github.com/JagandeepBrar/LunaSea/issues/602)) ([c189fb3](https://github.com/JagandeepBrar/LunaSea/commit/c189fb3632aaa84ce51b3f86cd3308e9b67fce74))
|
||||
* **development:** integrate Husky, Commitizen, and Conventional Changelog ([fd8e061](https://github.com/JagandeepBrar/LunaSea/commit/fd8e061a81ee93a2bb3476a293f116dd69e472be))
|
||||
* **env:** Load environment at build-time ([#578](https://github.com/JagandeepBrar/LunaSea/issues/578)) ([1d0f2ab](https://github.com/JagandeepBrar/LunaSea/commit/1d0f2ab3873380d178b17fce8c1854d88d179384))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cache:** support stash_memory 4.0.0 typings ([63572f1](https://github.com/CometTools/LunaSea/commit/63572f18b052a30487fea697f3283d3ffbdc73ce))
|
||||
* **changelog:** Do not show the changelog unless it is a production release ([5f9d590](https://github.com/CometTools/LunaSea/commit/5f9d59087ea2ed120afc4a398ba9a4754d5d8f2b))
|
||||
* **ci:** (Android) Do not send metadata on alpha build, new lane for metadata ([#562](https://github.com/CometTools/LunaSea/issues/562)) ([5093b10](https://github.com/CometTools/LunaSea/commit/5093b10d0cd3bffc1cdbed2481b1791dd1088d65))
|
||||
* **ci:** (Android) Set version name to build number ([836a5a5](https://github.com/CometTools/LunaSea/commit/836a5a5b32842bd1510f85f339d15fc79942ba42))
|
||||
* **ci:** (Android) Use commit hash for version naming ([8ada02b](https://github.com/CometTools/LunaSea/commit/8ada02bf83f2e15207c35100dd93b5eff47d7a9d))
|
||||
* **ci:** (macOS) Remove app.lunasea.lunasea.ImageNotification identifier ([95695b5](https://github.com/CometTools/LunaSea/commit/95695b53d1dd91e7be5d06c84e05fd15e7053141))
|
||||
* **ci:** (macOS) Set additional signing certificates ([3f1f727](https://github.com/CometTools/LunaSea/commit/3f1f727c8cb2865f929ad9b4557f66f1ee9a6357))
|
||||
* **ci:** (macOS) Set FLAVOR and VERSION as inputs to workflow call ([3717ba0](https://github.com/CometTools/LunaSea/commit/3717ba097490fa588cb2ced3644433647bd8a44c))
|
||||
* **ci:** Correctly cache iOS pods ([03c9a32](https://github.com/CometTools/LunaSea/commit/03c9a3254a378bfc8ac9d34c7eaafca4266bdd6c))
|
||||
* **ci:** Correctly pass secrets to worker workflows ([9fd52b2](https://github.com/CometTools/LunaSea/commit/9fd52b236f5e86061e0d1506356463561e864002))
|
||||
* **ci:** Correctly pull and set Git commit hash ([ad190b1](https://github.com/CometTools/LunaSea/commit/ad190b153ed86a2da06f8f39353d74dda06517f4))
|
||||
* **ci:** Do not pass values via environment to prevent leakage ([388cefa](https://github.com/CometTools/LunaSea/commit/388cefab0420f87dcc097db970d6b7cd76ef16f8))
|
||||
* **ci:** Fix CI instabilities ([#561](https://github.com/CometTools/LunaSea/issues/561)) ([7969f56](https://github.com/CometTools/LunaSea/commit/7969f56bf9469d217daa0c109daf07fb263906c4))
|
||||
* **ci:** Improve artifact naming legibility ([ea5e6d1](https://github.com/CometTools/LunaSea/commit/ea5e6d16aca0a1fa414e315874c8e4fd89356d5b))
|
||||
* **ci:** Lock cancel-workflow-action to v0.9.1 ([5993446](https://github.com/CometTools/LunaSea/commit/5993446c4ebf670e671cf5ef371ea0dcff93a124))
|
||||
* **ci:** Move Discord update workflow into jobs to prevent depth errors ([8ac4e38](https://github.com/CometTools/LunaSea/commit/8ac4e388a4aefcd92f2518510c76dc579fe7741d))
|
||||
* **ci:** Pass DISCORD_WEBHOOK secret to action ([0300f27](https://github.com/CometTools/LunaSea/commit/0300f277c94e877a34947fcb4f72bea7cae4c304))
|
||||
* **ci:** Pass FLAVOR and VERSION parameters as inputs instead of secrets ([851bace](https://github.com/CometTools/LunaSea/commit/851baceb9ee4cb56a167d6eb807dab4604e45f70))
|
||||
* **ci:** Remove asset caching from workflows ([9c36c43](https://github.com/CometTools/LunaSea/commit/9c36c43ba36bbc8d0035cf8a4a33474c92105b7c))
|
||||
* **ci:** Remove Blackbox ([#571](https://github.com/CometTools/LunaSea/issues/571)) ([b326730](https://github.com/CometTools/LunaSea/commit/b32673091a3c306f1791fee4dc261b842a8ea8bc))
|
||||
* **ci:** Remove option to build "develop" flavor ([d42d729](https://github.com/CometTools/LunaSea/commit/d42d729aa7095ea3bb39e7f4926cc463d6060fc7))
|
||||
* **ci:** Set as default keychain when using CI ([3834169](https://github.com/CometTools/LunaSea/commit/38341691a5c1554460bf20fba63a84fa60e7b205))
|
||||
* **ci:** Set correct Discord action ([75e26d8](https://github.com/CometTools/LunaSea/commit/75e26d8e493aba2c9c5451caa2ff6161a78e64cc))
|
||||
* **ci:** Set uses key before needs/if ([be5f6d1](https://github.com/CometTools/LunaSea/commit/be5f6d18db09e4dd8db1aad2fce078af8e4080a2))
|
||||
* **ci:** Shorten job titles ([cccfc82](https://github.com/CometTools/LunaSea/commit/cccfc82bb5f9eb70fee4d45605c1278b8ba1c519))
|
||||
* **ci:** Typo in beta workflow title ([4be37c7](https://github.com/CometTools/LunaSea/commit/4be37c71eb920e6c1056d0bf51c8f9236320b054))
|
||||
* **ci:** Use ANSI C quoting for flavor set ([7906cd7](https://github.com/CometTools/LunaSea/commit/7906cd716ce5de24db1047a4a40f90360005b561))
|
||||
* **config:** Prevent database from being unloaded from memory on clear ([cff45fc](https://github.com/CometTools/LunaSea/commit/cff45fcf461dee39168832bc9d2f71cf7a19e6c7))
|
||||
* **dart:** Delete all .g.dart generated files ([d3c8110](https://github.com/CometTools/LunaSea/commit/d3c8110c2f8df220d55dc3c7149d6a22edfd0844))
|
||||
* **dashboard:** (Calendar) Correctly type check in marker builder ([#559](https://github.com/CometTools/LunaSea/issues/559)) ([a31a70c](https://github.com/CometTools/LunaSea/commit/a31a70c58a1aec029d1e285063e2ae44bab9021e))
|
||||
* **fastlane:** Lane to prepare keychain for development ([a4c26f8](https://github.com/CometTools/LunaSea/commit/a4c26f80387177e9396aa7e846c4028e04b4271c))
|
||||
* **flavor:** Change "develop" to "internal" ([b9032cb](https://github.com/CometTools/LunaSea/commit/b9032cb486325d3f7b0f02781f37e3b4d8cb25f8))
|
||||
* **flavor:** Set default flavor to "internal" ([5fd49be](https://github.com/CometTools/LunaSea/commit/5fd49be1ff13abf24aef3898458e019a5eb795b0))
|
||||
* **macos:** Re-enable quit-on-hide ([72cbfb7](https://github.com/CometTools/LunaSea/commit/72cbfb759af034538c232a1d607ba720574cbcac))
|
||||
* **navbar:** Revert Navigation Bar to Original ([#558](https://github.com/CometTools/LunaSea/issues/558)) ([8ecc7e4](https://github.com/CometTools/LunaSea/commit/8ecc7e469bebc865026747a3744825600525c344))
|
||||
* **shaders:** Rebuild SkSL shaders ([87b0a0e](https://github.com/CometTools/LunaSea/commit/87b0a0ef8ff2eef0dbd09d1726003795f973ab6f))
|
||||
* **tautulli:** (History) Correctly pass session or reference id ([#598](https://github.com/CometTools/LunaSea/issues/598)) ([e243bf5](https://github.com/CometTools/LunaSea/commit/e243bf564f5247bea37b7c56082ff2f6694b11e2))
|
||||
* **window:** Correctly set window minimum and default window size ([#549](https://github.com/CometTools/LunaSea/issues/549)) ([8abffca](https://github.com/CometTools/LunaSea/commit/8abffca0a0cf7f43cf8089efab20065fb1c1992a))
|
||||
* **workflows:** Improve quality of alpha build workflows ([3778189](https://github.com/CometTools/LunaSea/commit/3778189eadf4318c59ea6938164d1eec85933fcc))
|
||||
* **cache:** support stash_memory 4.0.0 typings ([63572f1](https://github.com/JagandeepBrar/LunaSea/commit/63572f18b052a30487fea697f3283d3ffbdc73ce))
|
||||
* **changelog:** Do not show the changelog unless it is a production release ([5f9d590](https://github.com/JagandeepBrar/LunaSea/commit/5f9d59087ea2ed120afc4a398ba9a4754d5d8f2b))
|
||||
* **ci:** (Android) Do not send metadata on alpha build, new lane for metadata ([#562](https://github.com/JagandeepBrar/LunaSea/issues/562)) ([5093b10](https://github.com/JagandeepBrar/LunaSea/commit/5093b10d0cd3bffc1cdbed2481b1791dd1088d65))
|
||||
* **ci:** (Android) Set version name to build number ([836a5a5](https://github.com/JagandeepBrar/LunaSea/commit/836a5a5b32842bd1510f85f339d15fc79942ba42))
|
||||
* **ci:** (Android) Use commit hash for version naming ([8ada02b](https://github.com/JagandeepBrar/LunaSea/commit/8ada02bf83f2e15207c35100dd93b5eff47d7a9d))
|
||||
* **ci:** (macOS) Remove app.lunasea.lunasea.ImageNotification identifier ([95695b5](https://github.com/JagandeepBrar/LunaSea/commit/95695b53d1dd91e7be5d06c84e05fd15e7053141))
|
||||
* **ci:** (macOS) Set additional signing certificates ([3f1f727](https://github.com/JagandeepBrar/LunaSea/commit/3f1f727c8cb2865f929ad9b4557f66f1ee9a6357))
|
||||
* **ci:** (macOS) Set FLAVOR and VERSION as inputs to workflow call ([3717ba0](https://github.com/JagandeepBrar/LunaSea/commit/3717ba097490fa588cb2ced3644433647bd8a44c))
|
||||
* **ci:** Correctly cache iOS pods ([03c9a32](https://github.com/JagandeepBrar/LunaSea/commit/03c9a3254a378bfc8ac9d34c7eaafca4266bdd6c))
|
||||
* **ci:** Correctly pass secrets to worker workflows ([9fd52b2](https://github.com/JagandeepBrar/LunaSea/commit/9fd52b236f5e86061e0d1506356463561e864002))
|
||||
* **ci:** Correctly pull and set Git commit hash ([ad190b1](https://github.com/JagandeepBrar/LunaSea/commit/ad190b153ed86a2da06f8f39353d74dda06517f4))
|
||||
* **ci:** Do not pass values via environment to prevent leakage ([388cefa](https://github.com/JagandeepBrar/LunaSea/commit/388cefab0420f87dcc097db970d6b7cd76ef16f8))
|
||||
* **ci:** Fix CI instabilities ([#561](https://github.com/JagandeepBrar/LunaSea/issues/561)) ([7969f56](https://github.com/JagandeepBrar/LunaSea/commit/7969f56bf9469d217daa0c109daf07fb263906c4))
|
||||
* **ci:** Improve artifact naming legibility ([ea5e6d1](https://github.com/JagandeepBrar/LunaSea/commit/ea5e6d16aca0a1fa414e315874c8e4fd89356d5b))
|
||||
* **ci:** Lock cancel-workflow-action to v0.9.1 ([5993446](https://github.com/JagandeepBrar/LunaSea/commit/5993446c4ebf670e671cf5ef371ea0dcff93a124))
|
||||
* **ci:** Move Discord update workflow into jobs to prevent depth errors ([8ac4e38](https://github.com/JagandeepBrar/LunaSea/commit/8ac4e388a4aefcd92f2518510c76dc579fe7741d))
|
||||
* **ci:** Pass DISCORD_WEBHOOK secret to action ([0300f27](https://github.com/JagandeepBrar/LunaSea/commit/0300f277c94e877a34947fcb4f72bea7cae4c304))
|
||||
* **ci:** Pass FLAVOR and VERSION parameters as inputs instead of secrets ([851bace](https://github.com/JagandeepBrar/LunaSea/commit/851baceb9ee4cb56a167d6eb807dab4604e45f70))
|
||||
* **ci:** Remove asset caching from workflows ([9c36c43](https://github.com/JagandeepBrar/LunaSea/commit/9c36c43ba36bbc8d0035cf8a4a33474c92105b7c))
|
||||
* **ci:** Remove Blackbox ([#571](https://github.com/JagandeepBrar/LunaSea/issues/571)) ([b326730](https://github.com/JagandeepBrar/LunaSea/commit/b32673091a3c306f1791fee4dc261b842a8ea8bc))
|
||||
* **ci:** Remove option to build "develop" flavor ([d42d729](https://github.com/JagandeepBrar/LunaSea/commit/d42d729aa7095ea3bb39e7f4926cc463d6060fc7))
|
||||
* **ci:** Set as default keychain when using CI ([3834169](https://github.com/JagandeepBrar/LunaSea/commit/38341691a5c1554460bf20fba63a84fa60e7b205))
|
||||
* **ci:** Set correct Discord action ([75e26d8](https://github.com/JagandeepBrar/LunaSea/commit/75e26d8e493aba2c9c5451caa2ff6161a78e64cc))
|
||||
* **ci:** Set uses key before needs/if ([be5f6d1](https://github.com/JagandeepBrar/LunaSea/commit/be5f6d18db09e4dd8db1aad2fce078af8e4080a2))
|
||||
* **ci:** Shorten job titles ([cccfc82](https://github.com/JagandeepBrar/LunaSea/commit/cccfc82bb5f9eb70fee4d45605c1278b8ba1c519))
|
||||
* **ci:** Typo in beta workflow title ([4be37c7](https://github.com/JagandeepBrar/LunaSea/commit/4be37c71eb920e6c1056d0bf51c8f9236320b054))
|
||||
* **ci:** Use ANSI C quoting for flavor set ([7906cd7](https://github.com/JagandeepBrar/LunaSea/commit/7906cd716ce5de24db1047a4a40f90360005b561))
|
||||
* **config:** Prevent database from being unloaded from memory on clear ([cff45fc](https://github.com/JagandeepBrar/LunaSea/commit/cff45fcf461dee39168832bc9d2f71cf7a19e6c7))
|
||||
* **dart:** Delete all .g.dart generated files ([d3c8110](https://github.com/JagandeepBrar/LunaSea/commit/d3c8110c2f8df220d55dc3c7149d6a22edfd0844))
|
||||
* **dashboard:** (Calendar) Correctly type check in marker builder ([#559](https://github.com/JagandeepBrar/LunaSea/issues/559)) ([a31a70c](https://github.com/JagandeepBrar/LunaSea/commit/a31a70c58a1aec029d1e285063e2ae44bab9021e))
|
||||
* **fastlane:** Lane to prepare keychain for development ([a4c26f8](https://github.com/JagandeepBrar/LunaSea/commit/a4c26f80387177e9396aa7e846c4028e04b4271c))
|
||||
* **flavor:** Change "develop" to "internal" ([b9032cb](https://github.com/JagandeepBrar/LunaSea/commit/b9032cb486325d3f7b0f02781f37e3b4d8cb25f8))
|
||||
* **flavor:** Set default flavor to "internal" ([5fd49be](https://github.com/JagandeepBrar/LunaSea/commit/5fd49be1ff13abf24aef3898458e019a5eb795b0))
|
||||
* **macos:** Re-enable quit-on-hide ([72cbfb7](https://github.com/JagandeepBrar/LunaSea/commit/72cbfb759af034538c232a1d607ba720574cbcac))
|
||||
* **navbar:** Revert Navigation Bar to Original ([#558](https://github.com/JagandeepBrar/LunaSea/issues/558)) ([8ecc7e4](https://github.com/JagandeepBrar/LunaSea/commit/8ecc7e469bebc865026747a3744825600525c344))
|
||||
* **shaders:** Rebuild SkSL shaders ([87b0a0e](https://github.com/JagandeepBrar/LunaSea/commit/87b0a0ef8ff2eef0dbd09d1726003795f973ab6f))
|
||||
* **tautulli:** (History) Correctly pass session or reference id ([#598](https://github.com/JagandeepBrar/LunaSea/issues/598)) ([e243bf5](https://github.com/JagandeepBrar/LunaSea/commit/e243bf564f5247bea37b7c56082ff2f6694b11e2))
|
||||
* **window:** Correctly set window minimum and default window size ([#549](https://github.com/JagandeepBrar/LunaSea/issues/549)) ([8abffca](https://github.com/JagandeepBrar/LunaSea/commit/8abffca0a0cf7f43cf8089efab20065fb1c1992a))
|
||||
* **workflows:** Improve quality of alpha build workflows ([3778189](https://github.com/JagandeepBrar/LunaSea/commit/3778189eadf4318c59ea6938164d1eec85933fcc))
|
||||
|
||||
## 6.0.0
|
||||
|
||||
|
||||
24
README.md
24
README.md
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://www.lunasea.app/appstore)
|
||||
[](https://www.lunasea.app/playstore)
|
||||
[](https://github.com/CometTools/LunaSea/blob/production/LICENSE)
|
||||
[](https://github.com/JagandeepBrar/LunaSea/blob/production/LICENSE)
|
||||
|
||||
LunaSea is a fully featured, open source self-hosted controller focused on giving you a seamless experience between all of your self-hosted media software remotely on your devices. LunaSea currently supports:
|
||||
|
||||
@@ -22,14 +22,14 @@ LunaSea even comes with support for multiple instances of applications using pro
|
||||
|
||||
## Getting Started
|
||||
|
||||
- [Releases](https://github.com/CometTools/LunaSea/releases)
|
||||
- [Releases](https://github.com/JagandeepBrar/LunaSea/releases)
|
||||
- [(Android) Play Store](https://www.lunasea.app/playstore)
|
||||
- [(iOS) App Store](https://www.lunasea.app/appstore)
|
||||
- [(macOS) GitHub](https://github.com/CometTools/LunaSea/releases)
|
||||
- [(macOS) GitHub](https://github.com/JagandeepBrar/LunaSea/releases)
|
||||
- [(macOS) Homebrew](https://formulae.brew.sh/cask/lunasea)
|
||||
- [Build Guide](https://github.com/CometTools/LunaSea/wiki/Build-Guide)
|
||||
- [(Android) Keystore Setup](https://github.com/CometTools/LunaSea/wiki/Configure-Keystore)
|
||||
- [(iOS) Development Certificate Setup](https://github.com/CometTools/LunaSea/wiki/Setup-of-Development-Certificate)
|
||||
- [Build Guide](https://github.com/JagandeepBrar/LunaSea/wiki/Build-Guide)
|
||||
- [(Android) Keystore Setup](https://github.com/JagandeepBrar/LunaSea/wiki/Configure-Keystore)
|
||||
- [(iOS) Development Certificate Setup](https://github.com/JagandeepBrar/LunaSea/wiki/Setup-of-Development-Certificate)
|
||||
- [Documentation](https://www.lunasea.app/docs)
|
||||
- [Feedback & Feature Requests Board](https://www.lunasea.app/feedback)
|
||||
- [Frequently Asked Questions](https://docs.lunasea.app/getting-started/frequently-asked-questions)
|
||||
@@ -44,7 +44,7 @@ LunaSea even comes with support for multiple instances of applications using pro
|
||||
|
||||
- [Discord](https://www.lunasea.app/discord)
|
||||
- [Email](mailto:hello@lunasea.app)
|
||||
- [GitHub (Issues & Bug Reports Only)](https://github.com/CometTools/LunaSea/issues)
|
||||
- [GitHub (Issues & Bug Reports Only)](https://github.com/JagandeepBrar/LunaSea/issues)
|
||||
- [Reddit](https://www.lunasea.app/reddit)
|
||||
- [Website](https://www.lunasea.app)
|
||||
|
||||
@@ -75,8 +75,8 @@ Thank you to everyone who has helped contribute to LunaSea, from development to
|
||||
<!-- markdownlint-disable -->
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center"><a href="https://www.jagandeepbrar.io"><img src="https://avatars.githubusercontent.com/u/3048295?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jagandeep Brar</b></sub></a><br /><a href="https://github.com/CometTools/LunaSea/commits?author=JagandeepBrar" title="Code">💻</a> <a href="#design-JagandeepBrar" title="Design">🎨</a> <a href="#ideas-JagandeepBrar" title="Ideas, Planning, & Feedback">🤔</a></td>
|
||||
<td align="center"><a href="https://github.com/lightglitch"><img src="https://avatars.githubusercontent.com/u/196953?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mário Franco</b></sub></a><br /><a href="https://github.com/CometTools/LunaSea/commits?author=lightglitch" title="Code">💻</a> <a href="#translation-lightglitch" title="Translation">🌍</a></td>
|
||||
<td align="center"><a href="https://www.jagandeepbrar.io"><img src="https://avatars.githubusercontent.com/u/3048295?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jagandeep Brar</b></sub></a><br /><a href="https://github.com/JagandeepBrar/LunaSea/commits?author=JagandeepBrar" title="Code">💻</a> <a href="#design-JagandeepBrar" title="Design">🎨</a> <a href="#ideas-JagandeepBrar" title="Ideas, Planning, & Feedback">🤔</a></td>
|
||||
<td align="center"><a href="https://github.com/lightglitch"><img src="https://avatars.githubusercontent.com/u/196953?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mário Franco</b></sub></a><br /><a href="https://github.com/JagandeepBrar/LunaSea/commits?author=lightglitch" title="Code">💻</a> <a href="#translation-lightglitch" title="Translation">🌍</a></td>
|
||||
<td align="center"><a href="https://pythonexplainedto.me/"><img src="https://avatars.githubusercontent.com/u/41962737?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Patrik Hauguth</b></sub></a><br /><a href="#translation-Phaugt" title="Translation">🌍</a></td>
|
||||
<td align="center"><a href="https://liberapay.com/kingu/"><img src="https://avatars.githubusercontent.com/u/13802408?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Allan Nordhøy</b></sub></a><br /><a href="#translation-comradekingu" title="Translation">🌍</a></td>
|
||||
<td align="center"><a href="https://github.com/cpt-kuesel"><img src="https://avatars.githubusercontent.com/u/79487102?v=4?s=100" width="100px;" alt=""/><br /><sub><b>cpt-kuesel</b></sub></a><br /><a href="#translation-cpt-kuesel" title="Translation">🌍</a></td>
|
||||
@@ -84,7 +84,7 @@ Thank you to everyone who has helped contribute to LunaSea, from development to
|
||||
<td align="center"><a href="https://github.com/iFelix18"><img src="https://avatars.githubusercontent.com/u/19800006?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Davide</b></sub></a><br /><a href="#translation-iFelix18" title="Translation">🌍</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><a href="https://github.com/AliMickey"><img src="https://avatars.githubusercontent.com/u/60691199?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Micky</b></sub></a><br /><a href="https://github.com/CometTools/LunaSea/commits?author=AliMickey" title="Documentation">📖</a></td>
|
||||
<td align="center"><a href="https://github.com/AliMickey"><img src="https://avatars.githubusercontent.com/u/60691199?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Micky</b></sub></a><br /><a href="https://github.com/JagandeepBrar/LunaSea/commits?author=AliMickey" title="Documentation">📖</a></td>
|
||||
<td align="center"><a href="https://ersen.srht.site/"><img src="https://avatars.githubusercontent.com/u/88676873?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Oğuz Ersen</b></sub></a><br /><a href="#translation-ersen0" title="Translation">🌍</a></td>
|
||||
<td align="center"><a href="https://github.com/bittin"><img src="https://avatars.githubusercontent.com/u/43197?v=4?s=100" width="100px;" alt=""/><br /><sub><b>bittin</b></sub></a><br /><a href="#translation-bittin" title="Translation">🌍</a></td>
|
||||
<td align="center"><a href="https://github.com/almontegil"><img src="https://avatars.githubusercontent.com/u/68232356?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Gil</b></sub></a><br /><a href="#translation-almontegil" title="Translation">🌍</a></td>
|
||||
@@ -95,14 +95,14 @@ Thank you to everyone who has helped contribute to LunaSea, from development to
|
||||
<tr>
|
||||
<td align="center"><a href="https://github.com/Sytom"><img src="https://avatars.githubusercontent.com/u/30535521?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sytom</b></sub></a><br /><a href="#translation-Sytom" title="Translation">🌍</a></td>
|
||||
<td align="center"><a href="https://xxzj990.top"><img src="https://avatars.githubusercontent.com/u/5134154?v=4?s=100" width="100px;" alt=""/><br /><sub><b>xxzj990</b></sub></a><br /><a href="#translation-xxzj990" title="Translation">🌍</a></td>
|
||||
<td align="center"><a href="https://github.com/Qstick"><img src="https://avatars.githubusercontent.com/u/376117?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Qstick</b></sub></a><br /><a href="https://github.com/CometTools/LunaSea/commits?author=Qstick" title="Code">💻</a></td>
|
||||
<td align="center"><a href="https://github.com/Qstick"><img src="https://avatars.githubusercontent.com/u/376117?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Qstick</b></sub></a><br /><a href="https://github.com/JagandeepBrar/LunaSea/commits?author=Qstick" title="Code">💻</a></td>
|
||||
<td align="center"><a href="https://www.openflixr.com"><img src="https://avatars.githubusercontent.com/u/3245077?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mark Frelink</b></sub></a><br /><a href="#translation-mfrelink" title="Translation">🌍</a></td>
|
||||
<td align="center"><a href="https://github.com/diemade"><img src="https://avatars.githubusercontent.com/u/174809?v=4?s=100" width="100px;" alt=""/><br /><sub><b>diemade</b></sub></a><br /><a href="#translation-diemade" title="Translation">🌍</a></td>
|
||||
<td align="center"><a href="https://feikojoosten.com"><img src="https://avatars.githubusercontent.com/u/10920052?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Feiko Joosten</b></sub></a><br /><a href="#translation-FeikoJoosten" title="Translation">🌍</a></td>
|
||||
<td align="center"><a href="https://github.com/TheMaxul"><img src="https://avatars.githubusercontent.com/u/2436527?v=4?s=100" width="100px;" alt=""/><br /><sub><b>TheMaxul</b></sub></a><br /><a href="#translation-TheMaxul" title="Translation">🌍</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><a href="http://www.xrths.fr"><img src="https://avatars.githubusercontent.com/u/40337934?v=4?s=100" width="100px;" alt=""/><br /><sub><b>xrths</b></sub></a><br /><a href="https://github.com/CometTools/LunaSea/commits?author=xrths" title="Documentation">📖</a></td>
|
||||
<td align="center"><a href="http://www.xrths.fr"><img src="https://avatars.githubusercontent.com/u/40337934?v=4?s=100" width="100px;" alt=""/><br /><sub><b>xrths</b></sub></a><br /><a href="https://github.com/JagandeepBrar/LunaSea/commits?author=xrths" title="Documentation">📖</a></td>
|
||||
<td align="center"><a href="https://lisacintosh.itch.io"><img src="https://avatars.githubusercontent.com/u/6952213?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Maxime Leroy</b></sub></a><br /><a href="#translation-Lisapple" title="Translation">🌍</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
* [App Store](https://www.lunasea.app/appstore)
|
||||
* [Play Store](https://www.lunasea.app/playstore)
|
||||
* [GitHub](https://github.com/CometTools/LunaSea)
|
||||
* [GitHub](https://github.com/JagandeepBrar/LunaSea)
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ I take all requests into consideration! If you would like to request a feature t
|
||||
|
||||
* **(Preferred)** [**Feedback Board**](https://www.lunasea.app/feedback): The feedback board allows users to create, comment on, and vote on new features and general requests! This is the ideal way to request a new feature, as it allows other users to see active requests, it allows discussions to stay per-request, and the voting system gives me a good indication on the active demand for a feature.
|
||||
* [**Discord**](https://www.lunasea.app/discord)
|
||||
* [**Email**](mailto:hello@comet.tools)
|
||||
* [**Email**](mailto:hello@lunasea.app)
|
||||
* [**Reddit**](https://www.lunasea.app/reddit)
|
||||
|
||||
{% hint style="info" %}
|
||||
@@ -71,9 +71,9 @@ However, since LunaSea is open-source there are prebuilt IPAs available through
|
||||
|
||||
I tried to make it as stable as possible, but bugs obviously will always be there (when you fix a bug, you make 5 more...). If you do run into a bug (especially a fatal/crashing bug), **please also attach the logs from the application into the report - logs can be exported from the settings.**
|
||||
|
||||
* **(Preferred)** [**GitHub Issues**](https://github.com/CometTools/LunaSea/issues): The best place to alert me of new issues is directly on the GitHub page. Please try to follow the template for bug reports, but again I am not overly strict and a good explanation of the issue will suffice (this may change in the future if it gets increasingly hard to manage).
|
||||
* **(Preferred)** [**GitHub Issues**](https://github.com/JagandeepBrar/LunaSea/issues): The best place to alert me of new issues is directly on the GitHub page. Please try to follow the template for bug reports, but again I am not overly strict and a good explanation of the issue will suffice (this may change in the future if it gets increasingly hard to manage).
|
||||
* [**Discord**](https://www.lunasea.app/discord)
|
||||
* [**Email**](mailto:hello@comet.tools)
|
||||
* [**Email**](mailto:hello@lunasea.app)
|
||||
* [**Reddit**](https://www.lunasea.app/reddit)
|
||||
|
||||
### How Can I Request a New Feature?
|
||||
@@ -97,7 +97,7 @@ LunaSea took quite a runaround to initially get on the App Store because of its
|
||||
The initial setup can either be incredibly easy or make you want to pull your hair out, I get that and that's what the community is here for! Please feel free to send a message to any of the listed methods to get support where either I or an awesome user in the community will surely come to help you out:
|
||||
|
||||
* [**Discord**](https://www.lunasea.app/discord)
|
||||
* [**Email**](mailto:hello@comet.tools)
|
||||
* [**Email**](mailto:hello@lunasea.app)
|
||||
* [**Reddit**](https://www.lunasea.app/reddit)
|
||||
|
||||
A few quick tips on common problems:
|
||||
@@ -120,6 +120,6 @@ While this is outside of the scope of this project, I can try to point you in th
|
||||
|
||||
### I Want to Complain! Where Can I Complain?
|
||||
|
||||
Sorry that LunaSea is not meeting your expectations, feel free to post criticisms or complaints to any of the social platforms or directly [email me](mailto:hello@comet.tools). I hope that I can remedy your complaints, all I ask is that you do not be abusive or disrespectful to myself or others in the community.
|
||||
Sorry that LunaSea is not meeting your expectations, feel free to post criticisms or complaints to any of the social platforms or directly [email me](mailto:hello@lunasea.app). I hope that I can remedy your complaints, all I ask is that you do not be abusive or disrespectful to myself or others in the community.
|
||||
|
||||
I also kindly request that before you submit a 1-star App Store/Play Store review that you consider contacting me directly with your complaints. 1-star reviews can really hurt a smaller application's rating since we do not typically get lots of reviews.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
git_url("git@github.com:CometTools/LunaSea-Fastlane-Storage.git")
|
||||
git_url("git@github.com:JagandeepBrar/LunaSea-Fastlane-Storage.git")
|
||||
storage_mode("git")
|
||||
type("appstore")
|
||||
app_identifier(["app.lunasea.lunasea", "app.lunasea.lunasea.ImageNotification"])
|
||||
|
||||
@@ -37,7 +37,7 @@ extension FlavorExtension on LunaFlavor {
|
||||
}
|
||||
|
||||
Future<void> openCommitHistory() async {
|
||||
String _base = 'https://github.com/CometTools/LunaSea/commits';
|
||||
String _base = 'https://github.com/JagandeepBrar/LunaSea/commits';
|
||||
return '$_base/${LunaFlavor.commit}'.lunaOpenGenericLink();
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
PRODUCT_NAME = LunaSea
|
||||
PRODUCT_BUNDLE_IDENTIFIER = app.lunasea.lunasea
|
||||
PRODUCT_COPYRIGHT = Copyright © 2021 Comet.Tools Software. All rights reserved.
|
||||
PRODUCT_COPYRIGHT = Copyright © 2021 Jagandeep Brar. All rights reserved.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
git_url("git@github.com:CometTools/LunaSea-Fastlane-Storage.git")
|
||||
git_url("git@github.com:JagandeepBrar/LunaSea-Fastlane-Storage.git")
|
||||
storage_mode("git")
|
||||
type("appstore")
|
||||
app_identifier("app.lunasea.lunasea")
|
||||
|
||||
Reference in New Issue
Block a user