Skip to content

Commit

Permalink
Merge pull request 'v0.7.1' (#1006) from v0.7.1 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Jan 12, 2022
2 parents 0e4cb4f + 45119d9 commit ec3205b
Show file tree
Hide file tree
Showing 91 changed files with 3,769 additions and 6,249 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased] - ReleaseDate

## [[0.7.1]] - 2022-01-12

### Added

- Introduce environment variable `MAIL_PORT` (#980)
Expand Down Expand Up @@ -234,7 +236,8 @@
- Ability to create multiple blogs

<!-- next-url -->
[Unreleased]: https://github.com/Plume-org/Plume/compare/0.7.0...HEAD
[Unreleased]: https://github.com/Plume-org/Plume/compare/0.7.1...HEAD
[[0.7.1]]: https://github.com/Plume-org/Plume/compare/0.7.0...0.7.1
[[0.7.0]]: https://github.com/Plume-org/Plume/compare/0.6.0...0.7.0
[[0.6.0]]: https://github.com/Plume-org/Plume/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/Plume-org/Plume/compare/0.4.0-alpha-4...0.5.0
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Plume contributors"]
name = "plume"
version = "0.7.1-dev"
version = "0.7.1"
repository = "https://github.com/Plume-org/Plume"
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-api"
version = "0.7.1-dev"
version = "0.7.1"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-cli"
version = "0.7.1-dev"
version = "0.7.1"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-common"
version = "0.7.1-dev"
version = "0.7.1"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-front/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-front"
version = "0.7.1-dev"
version = "0.7.1"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-macro"
version = "0.7.1-dev"
version = "0.7.1"
authors = ["Trinity Pointard <[email protected]>"]
edition = "2018"
description = "Plume procedural macros"
Expand Down
2 changes: 1 addition & 1 deletion plume-models/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-models"
version = "0.7.1-dev"
version = "0.7.1"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
24 changes: 12 additions & 12 deletions po/plume-front/af.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: plume\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-15 16:33-0700\n"
"PO-Revision-Date: 2021-05-05 18:31\n"
"PO-Revision-Date: 2022-01-12 01:20\n"
"Last-Translator: \n"
"Language-Team: Afrikaans\n"
"Language: af_ZA\n"
Expand All @@ -17,47 +17,47 @@ msgstr ""
"X-Crowdin-File: /master/po/plume-front/plume-front.pot\n"
"X-Crowdin-File-ID: 12\n"

# plume-front/src/editor.rs:188
# plume-front/src/editor.rs:172
msgid "Do you want to load the local autosave last edited at {}?"
msgstr ""

# plume-front/src/editor.rs:281
# plume-front/src/editor.rs:326
msgid "Open the rich text editor"
msgstr ""

# plume-front/src/editor.rs:314
# plume-front/src/editor.rs:385
msgid "Title"
msgstr ""

# plume-front/src/editor.rs:318
# plume-front/src/editor.rs:389
msgid "Subtitle, or summary"
msgstr ""

# plume-front/src/editor.rs:325
# plume-front/src/editor.rs:396
msgid "Write your article here. Markdown is supported."
msgstr ""

# plume-front/src/editor.rs:336
# plume-front/src/editor.rs:407
msgid "Around {} characters left"
msgstr ""

# plume-front/src/editor.rs:413
# plume-front/src/editor.rs:517
msgid "Tags"
msgstr ""

# plume-front/src/editor.rs:414
# plume-front/src/editor.rs:518
msgid "License"
msgstr ""

# plume-front/src/editor.rs:417
# plume-front/src/editor.rs:524
msgid "Cover"
msgstr ""

# plume-front/src/editor.rs:437
# plume-front/src/editor.rs:564
msgid "This is a draft"
msgstr ""

# plume-front/src/editor.rs:444
# plume-front/src/editor.rs:575
msgid "Publish"
msgstr ""

24 changes: 12 additions & 12 deletions po/plume-front/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: plume\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-15 16:33-0700\n"
"PO-Revision-Date: 2021-05-05 18:31\n"
"PO-Revision-Date: 2022-01-12 01:20\n"
"Last-Translator: \n"
"Language-Team: Arabic\n"
"Language: ar_SA\n"
Expand All @@ -17,47 +17,47 @@ msgstr ""
"X-Crowdin-File: /master/po/plume-front/plume-front.pot\n"
"X-Crowdin-File-ID: 12\n"

# plume-front/src/editor.rs:188
# plume-front/src/editor.rs:172
msgid "Do you want to load the local autosave last edited at {}?"
msgstr ""

# plume-front/src/editor.rs:281
# plume-front/src/editor.rs:326
msgid "Open the rich text editor"
msgstr "فتح محرر النصوص الغني"

# plume-front/src/editor.rs:314
# plume-front/src/editor.rs:385
msgid "Title"
msgstr "العنوان"

# plume-front/src/editor.rs:318
# plume-front/src/editor.rs:389
msgid "Subtitle, or summary"
msgstr "العنوان الثانوي أو الملخص"

# plume-front/src/editor.rs:325
# plume-front/src/editor.rs:396
msgid "Write your article here. Markdown is supported."
msgstr "اكتب مقالك هنا. ماركداون مُدَعَّم."

# plume-front/src/editor.rs:336
# plume-front/src/editor.rs:407
msgid "Around {} characters left"
msgstr "يتبقا {} حرفا تقريبا"

# plume-front/src/editor.rs:413
# plume-front/src/editor.rs:517
msgid "Tags"
msgstr "الوسوم"

# plume-front/src/editor.rs:414
# plume-front/src/editor.rs:518
msgid "License"
msgstr "الرخصة"

# plume-front/src/editor.rs:417
# plume-front/src/editor.rs:524
msgid "Cover"
msgstr "الغلاف"

# plume-front/src/editor.rs:437
# plume-front/src/editor.rs:564
msgid "This is a draft"
msgstr "هذه مسودة"

# plume-front/src/editor.rs:444
# plume-front/src/editor.rs:575
msgid "Publish"
msgstr "نشر كتابا"

24 changes: 12 additions & 12 deletions po/plume-front/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: plume\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-15 16:33-0700\n"
"PO-Revision-Date: 2021-05-05 18:31\n"
"PO-Revision-Date: 2022-01-12 01:20\n"
"Last-Translator: \n"
"Language-Team: Bulgarian\n"
"Language: bg_BG\n"
Expand All @@ -17,47 +17,47 @@ msgstr ""
"X-Crowdin-File: /master/po/plume-front/plume-front.pot\n"
"X-Crowdin-File-ID: 12\n"

# plume-front/src/editor.rs:188
# plume-front/src/editor.rs:172
msgid "Do you want to load the local autosave last edited at {}?"
msgstr "Искате ли да активирате локално автоматично запаметяване, последно редактирано в {}?"

# plume-front/src/editor.rs:281
# plume-front/src/editor.rs:326
msgid "Open the rich text editor"
msgstr "Отворете редактора с богат текст"

# plume-front/src/editor.rs:314
# plume-front/src/editor.rs:385
msgid "Title"
msgstr "Заглавие"

# plume-front/src/editor.rs:318
# plume-front/src/editor.rs:389
msgid "Subtitle, or summary"
msgstr "Подзаглавие или резюме"

# plume-front/src/editor.rs:325
# plume-front/src/editor.rs:396
msgid "Write your article here. Markdown is supported."
msgstr "Напишете статията си тук. Поддържа се Markdown."

# plume-front/src/editor.rs:336
# plume-front/src/editor.rs:407
msgid "Around {} characters left"
msgstr "Остават {} знака вляво"

# plume-front/src/editor.rs:413
# plume-front/src/editor.rs:517
msgid "Tags"
msgstr "Етикети"

# plume-front/src/editor.rs:414
# plume-front/src/editor.rs:518
msgid "License"
msgstr "Лиценз"

# plume-front/src/editor.rs:417
# plume-front/src/editor.rs:524
msgid "Cover"
msgstr "Основно изображение"

# plume-front/src/editor.rs:437
# plume-front/src/editor.rs:564
msgid "This is a draft"
msgstr "Това е проект"

# plume-front/src/editor.rs:444
# plume-front/src/editor.rs:575
msgid "Publish"
msgstr "Публикувай"

Loading

0 comments on commit ec3205b

Please sign in to comment.