mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-21 13:38:56 +02:00
Update version to 0.11.0 (#1859)
This commit is contained in:
parent
26e8625cf3
commit
91dc9def9b
@ -6,6 +6,11 @@ This changelog summarizes updates to our open source project. You can also find
|
|||||||
|
|
||||||
## [Work In Progress] - vNext Release - [Date TBD]
|
## [Work In Progress] - vNext Release - [Date TBD]
|
||||||
|
|
||||||
|
## v0.11 Release - December, 2021
|
||||||
|
* Change notifications. Thanks @wiggin77!
|
||||||
|
* Calendar view. Thanks @sbishel!
|
||||||
|
* `@mention` autocomplete. Thanks @hahmadia!
|
||||||
|
|
||||||
## v0.10 Release - November, 2021
|
## v0.10 Release - November, 2021
|
||||||
* @mention notifications. Thanks @wiggin77!
|
* @mention notifications. Thanks @wiggin77!
|
||||||
* Board calculations. Thanks @harshilsharma63!
|
* Board calculations. Thanks @harshilsharma63!
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
class Globals {
|
class Globals {
|
||||||
static let ProductVersion = 01000
|
static let ProductVersion = 01100
|
||||||
static let WhatsNewVersion = 01000
|
static let WhatsNewVersion = 01100
|
||||||
|
|
||||||
static var currentWhatsNewVersion: Int {
|
static var currentWhatsNewVersion: Int {
|
||||||
get { return UserDefaults.standard.integer(forKey: "whatsNewVersion") }
|
get { return UserDefaults.standard.integer(forKey: "whatsNewVersion") }
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.10.0</string>
|
<string>0.11.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
Welcome to Focalboard v0.10.0!
|
Welcome to Focalboard v0.11.0!
|
||||||
|
|
||||||
Thank you contributors! There are a number of new features and improvements in this release:
|
Thank you contributors! There are a number of improvements in this release, and one major new feature:
|
||||||
|
|
||||||
* Board calculations. Thanks @harshilsharma63!
|
* Calendar view. Thanks @sbishel!
|
||||||
* Mattermost: @mention notifications. Thanks @wiggin77!
|
|
||||||
* Mattermost: Unfurl card previews in posts. Thanks @hahmadia!
|
|
||||||
* Plus many, many contributions from Hacktoberfest and beyond, including from: @jufab, @kamre, @Johennes, @nishantwrp, @tiago154, @DeeJayBro, @CuriousCorrelation, @prakharporwal, @donno2048, @anchepiece, @puerco, @adithyaakrishna, @JenyaFTW, @ivernus, @grsky360, @b4sen, @naresh1205, @JtheBAB, @ssensalo, @berkeka, @yedamao, @Prassud, @NakulChauhan2001, @achie27, @crspeller, @sahil9001, @alauregaillard, @igordsm, @rafaeelaudibert, @kaakaa, @Sayanta66, @Bhavin789, @Shahzayb, @kayazeren, @fcoiuri, @tsabi, @DeviousLab, @leosunmo, @xMicky24GIT, @majidsajadi, @marcvelasco, and @aloks98. Sorry if we missed anyone in this list!
|
|
||||||
|
|
||||||
If you like what you see, please consider taking a moment to rate this version in the App Store. Your positive ratings make a real difference for us.
|
If you like what you see, please consider taking a moment to rate this version in the App Store. Your positive ratings make a real difference for us.
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"support_url": "https://github.com/mattermost/focalboard/issues",
|
"support_url": "https://github.com/mattermost/focalboard/issues",
|
||||||
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
|
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
|
||||||
"icon_path": "assets/starter-template-icon.svg",
|
"icon_path": "assets/starter-template-icon.svg",
|
||||||
"version": "0.10.0",
|
"version": "0.11.0",
|
||||||
"min_server_version": "6.0.0",
|
"min_server_version": "6.0.0",
|
||||||
"server": {
|
"server": {
|
||||||
"executables": {
|
"executables": {
|
||||||
|
2
mattermost-plugin/server/manifest.go
generated
2
mattermost-plugin/server/manifest.go
generated
@ -20,7 +20,7 @@ const manifestStr = `
|
|||||||
"support_url": "https://github.com/mattermost/focalboard/issues",
|
"support_url": "https://github.com/mattermost/focalboard/issues",
|
||||||
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
|
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
|
||||||
"icon_path": "assets/starter-template-icon.svg",
|
"icon_path": "assets/starter-template-icon.svg",
|
||||||
"version": "0.10.0",
|
"version": "0.11.0",
|
||||||
"min_server_version": "6.0.0",
|
"min_server_version": "6.0.0",
|
||||||
"server": {
|
"server": {
|
||||||
"executables": {
|
"executables": {
|
||||||
|
@ -4,6 +4,7 @@ package model
|
|||||||
// It should be maintained in chronological order with most current
|
// It should be maintained in chronological order with most current
|
||||||
// release at the front of the list.
|
// release at the front of the list.
|
||||||
var versions = []string{
|
var versions = []string{
|
||||||
|
"0.11.0",
|
||||||
"0.10.0",
|
"0.10.0",
|
||||||
"0.9.4",
|
"0.9.4",
|
||||||
"0.9.3",
|
"0.9.3",
|
||||||
|
4
webapp/package-lock.json
generated
4
webapp/package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "focalboard",
|
"name": "focalboard",
|
||||||
"version": "0.10.0",
|
"version": "0.11.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "focalboard",
|
"name": "focalboard",
|
||||||
"version": "0.10.0",
|
"version": "0.11.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mattermost/compass-icons": "^0.1.10",
|
"@mattermost/compass-icons": "^0.1.10",
|
||||||
"@reduxjs/toolkit": "^1.6.0",
|
"@reduxjs/toolkit": "^1.6.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "focalboard",
|
"name": "focalboard",
|
||||||
"version": "0.10.0",
|
"version": "0.11.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] =
|
|||||||
/>
|
/>
|
||||||
<a
|
<a
|
||||||
class="GlobalHeaderComponent__button help-button"
|
class="GlobalHeaderComponent__button help-button"
|
||||||
href="https://www.focalboard.com/fwlink/doc-boards.html?v=0.10.0"
|
href="https://www.focalboard.com/fwlink/doc-boards.html?v=0.11.0"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
@ -52,7 +52,7 @@ exports[`components/sidebarSidebar global templates 1`] = `
|
|||||||
<div
|
<div
|
||||||
class="version"
|
class="version"
|
||||||
>
|
>
|
||||||
v0.10.0
|
v0.11.0
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -236,7 +236,7 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
|
|||||||
<div
|
<div
|
||||||
class="version"
|
class="version"
|
||||||
>
|
>
|
||||||
v0.10.0
|
v0.11.0
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -610,7 +610,7 @@ exports[`components/sidebarSidebar sidebar in dashboard page 1`] = `
|
|||||||
<div
|
<div
|
||||||
class="version"
|
class="version"
|
||||||
>
|
>
|
||||||
v0.10.0
|
v0.11.0
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -19,7 +19,7 @@ class Constants {
|
|||||||
static readonly defaultTitleColumnWidth = 280
|
static readonly defaultTitleColumnWidth = 280
|
||||||
static readonly titleColumnId = '__title'
|
static readonly titleColumnId = '__title'
|
||||||
|
|
||||||
static readonly versionString = '0.10.0'
|
static readonly versionString = '0.11.0'
|
||||||
|
|
||||||
static readonly languages = [
|
static readonly languages = [
|
||||||
{
|
{
|
||||||
|
@ -55,7 +55,7 @@ exports[`pages/dashboard/DashboardPage base case 1`] = `
|
|||||||
<div
|
<div
|
||||||
class="version"
|
class="version"
|
||||||
>
|
>
|
||||||
v0.10.0
|
v0.11.0
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
|
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
|
||||||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
||||||
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
|
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
|
||||||
<Identity Name="MattermostInc.Focalboard" Publisher="CN=5C59534D-C37D-4D0C-8464-26AA0D0B6EFE" Version="0.10.0.0" ProcessorArchitecture="x64" />
|
<Identity Name="MattermostInc.Focalboard" Publisher="CN=5C59534D-C37D-4D0C-8464-26AA0D0B6EFE" Version="0.11.0.0" ProcessorArchitecture="x64" />
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>Focalboard</DisplayName>
|
<DisplayName>Focalboard</DisplayName>
|
||||||
<PublisherDisplayName>Mattermost, Inc.</PublisherDisplayName>
|
<PublisherDisplayName>Mattermost, Inc.</PublisherDisplayName>
|
||||||
|
Loading…
Reference in New Issue
Block a user