summaryrefslogtreecommitdiff
path: root/src/SMAPI/Constants.cs
AgeCommit message (Collapse)Author
2018-05-06bump version for beta 8 releaseJesse Plamondon-Willard
2018-05-06bump for beta releaseJesse Plamondon-Willard
2018-05-03bump beta version for releaseJesse Plamondon-Willard
2018-05-03bump beta versionJesse Plamondon-Willard
2018-05-03add prompt when in beta channel and a new version is foundJesse Plamondon-Willard
2018-05-01add public platform constant for modsJesse Plamondon-Willard
2018-05-01unify SMAPI.AssemblyRewriters and SMAPI.Common projectsJesse Plamondon-Willard
2018-05-01bump beta versionJesse Plamondon-Willard
2018-04-30update for beta.2Jesse Plamondon-Willard
2018-04-27update game version parsing for upcoming SMAPI 2.6 beta (#453)Jesse Plamondon-Willard
2018-04-25update for upcoming 2.6 beta releaseJesse Plamondon-Willard
2018-04-13add MacOS detectionJesse Plamondon-Willard
2018-04-13split mod DB into a separate fileJesse Plamondon-Willard
The mod metadata has grown over time, and there's no need to keep it in memory after mod loading. This lets us load the config earlier (since it has a smaller impact on memory usage which affects the game's audio code), and lets us discard the mod metadata when we're done with it.
2018-04-11drop support for Stardew Valley 1.2 (#453)Jesse Plamondon-Willard
2018-04-11update for 2.5.5 releaseJesse Plamondon-Willard
2018-03-29update for Stardew Valley 1.2.0.20 (#453)Jesse Plamondon-Willard
2018-03-26update for 2.5.4 releaseJesse Plamondon-Willard
2018-03-20fix minimum Stardew Valley 1.2 version mistakenly raised in 2.5.3Jesse Plamondon-Willard
2018-03-15link SMAPI update checks to smapi.io instead of GitHub (#457)Jesse Plamondon-Willard
2018-03-11update for Stardew Valley 1.3.0.5 (#453)Jesse Plamondon-Willard
2018-03-11add initial compatibility with Stardew Valley 1.3 (#453)Jesse Plamondon-Willard
2018-03-04bump version for releaseJesse Plamondon-Willard
2018-03-03mark Stardew Valley 1.3 incompatible in SMAPI 2.5.x to reduce confusion when ↵Jesse Plamondon-Willard
it's released (#453)
2018-02-25update for 2.5.2 releaseJesse Plamondon-Willard
2018-02-24update for 2.5.1 releaseJesse Plamondon-Willard
2018-02-24update for 2.5 release and simplify assembly infoJesse Plamondon-Willard
2018-02-16update Nexus URLsJesse Plamondon-Willard
2018-02-16encapsulate update key to URL logic for reuse (#437)Jesse Plamondon-Willard
2018-01-21update for releaseJesse Plamondon-Willard
2017-12-16bump version for upcoming releaseJesse Plamondon-Willard
2017-12-02simplify version format in constantsJesse Plamondon-Willard
2017-11-28update for 2.2 releaseJesse Plamondon-Willard
2017-11-01update for 2.1 releaseJesse Plamondon-Willard
2017-10-14update for 2.0 releaseJesse Plamondon-Willard
2017-10-12bump version for 2.0-beta.2Jesse Plamondon-Willard
2017-10-07reorganise repo structureJesse Plamondon-Willard