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]
|
||||
|
||||
## v0.11 Release - December, 2021
|
||||
* Change notifications. Thanks @wiggin77!
|
||||
* Calendar view. Thanks @sbishel!
|
||||
* `@mention` autocomplete. Thanks @hahmadia!
|
||||
|
||||
## v0.10 Release - November, 2021
|
||||
* @mention notifications. Thanks @wiggin77!
|
||||
* Board calculations. Thanks @harshilsharma63!
|
||||
|
@ -4,8 +4,8 @@
|
||||
import Foundation
|
||||
|
||||
class Globals {
|
||||
static let ProductVersion = 01000
|
||||
static let WhatsNewVersion = 01000
|
||||
static let ProductVersion = 01100
|
||||
static let WhatsNewVersion = 01100
|
||||
|
||||
static var currentWhatsNewVersion: Int {
|
||||
get { return UserDefaults.standard.integer(forKey: "whatsNewVersion") }
|
||||
|
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.10.0</string>
|
||||
<string>0.11.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<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!
|
||||
* 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!
|
||||
* Calendar view. Thanks @sbishel!
|
||||
|
||||
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",
|
||||
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
|
||||
"icon_path": "assets/starter-template-icon.svg",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.0",
|
||||
"min_server_version": "6.0.0",
|
||||
"server": {
|
||||
"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",
|
||||
"release_notes_url": "https://github.com/mattermost/focalboard/releases",
|
||||
"icon_path": "assets/starter-template-icon.svg",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.0",
|
||||
"min_server_version": "6.0.0",
|
||||
"server": {
|
||||
"executables": {
|
||||
|
@ -4,6 +4,7 @@ package model
|
||||
// It should be maintained in chronological order with most current
|
||||
// release at the front of the list.
|
||||
var versions = []string{
|
||||
"0.11.0",
|
||||
"0.10.0",
|
||||
"0.9.4",
|
||||
"0.9.3",
|
||||
|
4
webapp/package-lock.json
generated
4
webapp/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "focalboard",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "focalboard",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.0",
|
||||
"dependencies": {
|
||||
"@mattermost/compass-icons": "^0.1.10",
|
||||
"@reduxjs/toolkit": "^1.6.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "focalboard",
|
||||
"version": "0.10.0",
|
||||
"version": "0.11.0",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"scripts": {
|
||||
|
@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] =
|
||||
/>
|
||||
<a
|
||||
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"
|
||||
target="_blank"
|
||||
>
|
||||
|
@ -52,7 +52,7 @@ exports[`components/sidebarSidebar global templates 1`] = `
|
||||
<div
|
||||
class="version"
|
||||
>
|
||||
v0.10.0
|
||||
v0.11.0
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -236,7 +236,7 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
|
||||
<div
|
||||
class="version"
|
||||
>
|
||||
v0.10.0
|
||||
v0.11.0
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -610,7 +610,7 @@ exports[`components/sidebarSidebar sidebar in dashboard page 1`] = `
|
||||
<div
|
||||
class="version"
|
||||
>
|
||||
v0.10.0
|
||||
v0.11.0
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -19,7 +19,7 @@ class Constants {
|
||||
static readonly defaultTitleColumnWidth = 280
|
||||
static readonly titleColumnId = '__title'
|
||||
|
||||
static readonly versionString = '0.10.0'
|
||||
static readonly versionString = '0.11.0'
|
||||
|
||||
static readonly languages = [
|
||||
{
|
||||
|
@ -55,7 +55,7 @@ exports[`pages/dashboard/DashboardPage base case 1`] = `
|
||||
<div
|
||||
class="version"
|
||||
>
|
||||
v0.10.0
|
||||
v0.11.0
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
|
||||
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
||||
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>
|
||||
<DisplayName>Focalboard</DisplayName>
|
||||
<PublisherDisplayName>Mattermost, Inc.</PublisherDisplayName>
|
||||
|
Loading…
Reference in New Issue
Block a user